git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-05-01 03:45:53 to 2017-05-02 17:22:07 UTC [more...]

Proposal for missing blob support in Git repos
 2017-05-02 17:21 UTC  (8+ messages)

[PATCH 00/26] Address a couple of issues identified by Coverity
 2017-05-02 17:20 UTC  (54+ messages)
` [PATCH 07/26] http-backend: avoid memory leaks
      ` Automating Coverity, was Re: [PATCH 00/26] Address a couple of issues identified by Coverity
` [PATCH v2 00/25] "
  ` [PATCH v2 09/25] mailinfo & mailsplit: check for EOF while parsing
  ` [PATCH v2 14/25] setup_discovered_git_dir(): help static analysis
  ` [PATCH v2 23/25] name-rev: avoid leaking memory in the `deref` case
  ` [PATCH v2 24/25] show_worktree(): plug memory leak
  ` [PATCH v2 25/25] submodule_uses_worktrees(): "
  ` [PATCH v3 00/25] Address a couple of issues identified by Coverity
    ` [PATCH v3 01/25] mingw: avoid memory leak when splitting PATH
    ` [PATCH v3 02/25] winansi: avoid use of uninitialized value
    ` [PATCH v3 03/25] winansi: avoid buffer overrun
    ` [PATCH v3 04/25] add_commit_patch_id(): avoid allocating memory unnecessarily
    ` [PATCH v3 05/25] git_config_rename_section_in_file(): avoid resource leak
    ` [PATCH v3 06/25] get_mail_commit_oid(): "
    ` [PATCH v3 07/25] difftool: address a couple of resource/memory leaks
    ` [PATCH v3 08/25] status: close file descriptor after reading git-rebase-todo
    ` [PATCH v3 09/25] mailinfo & mailsplit: check for EOF while parsing
    ` [PATCH v3 10/25] cat-file: fix memory leak
    ` [PATCH v3 11/25] checkout: "
    ` [PATCH v3 12/25] split_commit_in_progress(): "
    ` [PATCH v3 13/25] setup_bare_git_dir(): help static analysis
    ` [PATCH v3 14/25] setup_discovered_git_dir(): plug memory leak
    ` [PATCH v3 15/25] pack-redundant: "
    ` [PATCH v3 16/25] mktree: plug memory leaks reported by Coverity
    ` [PATCH v3 17/25] fast-export: avoid leaking memory in handle_tag()
    ` [PATCH v3 18/25] receive-pack: plug memory leak in update()
    ` [PATCH v3 19/25] line-log: avoid memory leak
    ` [PATCH v3 20/25] shallow: "
    ` [PATCH v3 21/25] add_reflog_for_walk: "
    ` [PATCH v3 22/25] remote: plug memory leak in match_explicit()
    ` [PATCH v3 23/25] name-rev: avoid leaking memory in the `deref` case
    ` [PATCH v3 24/25] show_worktree(): plug memory leak
    ` [PATCH v3 25/25] submodule_uses_worktrees(): "

[PATCH 0/5] Start of a journey: drop NO_THE_INDEX_COMPATIBILITY_MACROS
 2017-05-02 17:06 UTC  (11+ messages)
` [PATCH 1/5] cache.h: drop read_cache()
` [PATCH 2/5] cache.h: drop active_* macros
` [PATCH 3/5] cache.h: drop read_cache_from
` [PATCH 4/5] cache.h: drop read_cache_preload(pathspec)
` [PATCH 5/5] cache.h: drop read_cache_unmerged()

[PATCH] l10n: de.po: update German translation
 2017-05-02 16:36 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

t0025 flaky on OSX
 2017-05-02 16:11 UTC  (6+ messages)
` [PATCH/RFC 1/1] t0027: Some tests are not expensive
` [PATCH v2 1/1] t0027: tests are not expensive; remove t0025

What's cooking in git.git (May 2017, #01; Mon, 1)
 2017-05-02 16:05 UTC  (13+ messages)
` PCRE v2 compile error, was "

Could GIT manage revision headers embedded in code ?
 2017-05-02 15:54 UTC  (4+ messages)

[PATCH v3 0/6] rebase -i: add config to abbreviate command-names
 2017-05-02 15:48 UTC  (14+ messages)
` [PATCH v3 1/6] rebase -i: add abbreviated command-names handling
` [PATCH v3 2/6] rebase -i: add abbreviate_commands function
` [PATCH v3 3/6] rebase -i: add short command-name in --autosquash
` [PATCH v3 4/6] Documentation: move rebase.* config variables to a separate rebase-config.txt
` [PATCH v3 5/6] Documentation: use preferred name for the 'todo list' script
` [PATCH v3 6/6] Documentation: document the rebase.abbreviateCommands option

git loses a commit after reordering
 2017-05-02 14:29 UTC  (5+ messages)
  ` Re[2]: "

[PATCH v2] add DEVELOPER makefile knob to check for acknowledged warnings
 2017-05-02 13:22 UTC  (2+ messages)

[PATCH 0/5] Abide by our own rules regarding line endings
 2017-05-02 12:30 UTC  (6+ messages)
` [PATCH 1/5] Fix build with core.autocrlf=true
` [PATCH 2/5] git-new-workdir: mark script as LF-only
` [PATCH 3/5] completion: mark bash "
` [PATCH 4/5] Fix the remaining tests that failed with core.autocrlf=true
` [PATCH 5/5] t4051: mark supporting files as requiring LF-only line endings

[PATCH v1] travis-ci: retry if Git for Windows CI returns HTTP error 502 or 503
 2017-05-02 10:27 UTC  (4+ messages)

[PATCH] send-email: new option to walkaround email server limits
 2017-05-02  9:58 UTC  (5+ messages)

[PATCH] pack-objects: disable pack reuse for object-selection options
 2017-05-02  8:43 UTC 

[PATCH 0/5] introduce SWAP macro
 2017-05-02  5:29 UTC  (8+ messages)
` [PATCH 1/5] add "

[PATCH 0/5] Some submodule bugfixes and "reattaching detached HEADs"
 2017-05-02  4:20 UTC  (16+ messages)
` [PATCH 1/5] submodule_move_head: fix leak of struct child_process
` [PATCH 2/5] submodule_move_head: prepare env for child correctly
` [PATCH 3/5] submodule: avoid auto-discovery in new working tree manipulator code
` [RFC PATCH 4/5] submodule--helper: reattach-HEAD
` [RFC PATCH 5/5] submodule_move_head: reattach submodule HEAD to branch if possible

[RFC] [GSoC] Port git-add--interactive.perl:status_cmd to C
 2017-05-02  4:20 UTC  (3+ messages)

[PATCH] clone: handle empty config values in -c
 2017-05-02  3:11 UTC  (8+ messages)
  ` [PATCH] credential doc: make multiple-helper behavior more prominent (Re: [PATCH] clone: handle empty config values in -c)

[PATCH v2] send-email: new options to walkaround email server limits
 2017-05-02  2:24 UTC  (3+ messages)

[PATCH 0/6] changed submodules
 2017-05-02  1:34 UTC  (24+ messages)
` [PATCH 4/6] submodule: change string_list changed_submodule_paths
` [PATCH 5/6] submodule: improve submodule_has_commits
` [PATCH 6/6] submodule: refactor logic to determine changed submodules
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] submodule: rename add_sha1_to_array
  ` [PATCH v2 2/6] submodule: rename free_submodules_sha1s
  ` [PATCH v2 3/6] submodule: remove add_oid_to_argv
  ` [PATCH v2 4/6] submodule: change string_list changed_submodule_paths
  ` [PATCH v2 5/6] submodule: improve submodule_has_commits
  ` [PATCH v2 6/6] submodule: refactor logic to determine changed submodules

Terrible bad performance for it blame --date=iso -C -C master -- <file>
 2017-05-02  0:59 UTC  (4+ messages)

Bug Report: .gitignore behavior is not matching in git clean and git status
 2017-05-02  0:26 UTC  (6+ messages)

[PATCH v2 00/53] object_id part 8
 2017-05-01 23:44 UTC  (12+ messages)
` [PATCH v2 09/53] builtin/rev-parse: convert to struct object_id
` [PATCH v2 11/53] fast-import: "
` [PATCH v2 39/53] refs/files-backend: convert many internals "
` [PATCH v2 53/53] object: convert parse_object* to take "

BUG: diff-{index,files,tree} (and git-gui) do not respect the diff.indentHeuristic config setting
 2017-05-01 23:25 UTC  (23+ messages)
` [PATCH 0/2] Make diff plumbing commands respect the indentHeuristic
  ` [PATCH 2/2] Have the diff-* builtins configure diff before initializing revisions
  ` [PATCHv2 0/3] Make diff plumbing commands respect the indentHeuristic
        ` [PATCHv3 0/4] "
          ` [PATCHv3 1/4] diff: make the indent heuristic part of diff's basic configuration
          ` [PATCHv3 2/4] diff: have the diff-* builtins configure diff before initializing revisions
          ` [PATCHv3 3/4] diff: enable indent heuristic by default
          ` [PATCHv3 4/4] add--interactive: drop diff.indentHeuristic handling

[PATCH] small memory leak fix
 2017-05-01 21:38 UTC  (3+ messages)

[PATCH] cache-tree: reject entries with null sha1
 2017-05-01 21:26 UTC  (7+ messages)

Bug: Git rename does not work if folder naming was changed from lower to upper case on OSX
 2017-05-01 17:07 UTC  (4+ messages)

Bug: wrong documentation for git-fast-import's option command
 2017-05-01 13:26 UTC  (3+ messages)

[PATCH v2 0/9] The final building block for a faster rebase -i
 2017-05-01 11:58 UTC  (15+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] rebase -i: generate the script via rebase--helper

[PATCH] t7400: add BSLASHPSPEC prerequisite to 'add with \\ in path'
 2017-05-01 10:59 UTC  (8+ messages)

[PATCH] i18n: remove i18n from tag reflog message
 2017-05-01  9:15 UTC  (2+ messages)

[PATCH] archive-zip: Add zip64 headers when file size is too large for 32 bits
 2017-05-01  8:30 UTC  (16+ messages)
` [PATCH v2] "
            ` [PATCH v3 0/5] archive-zip: support files and archives bigger than 4GB


Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).