git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-04-27 17:49:45 to 2017-05-01 01:19:15 UTC [more...]

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

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

[PATCH v2 0/9] The final building block for a faster rebase -i
 2017-05-01  0:49 UTC  (33+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/9] rebase -i: generate the script via rebase--helper
  ` [PATCH v3 4/9] rebase -i: also expand/collapse the SHA-1s via the rebase--helper
  ` [PATCH v3 5/9] t3404: relax rebase.missingCommitsCheck tests
  ` [PATCH v3 6/9] rebase -i: check for missing commits in the rebase--helper
  ` [PATCH v4 00/10] The final building block for a faster rebase -i
    ` [PATCH v4 01/10] t3415: verify that an empty instructionFormat is handled as before
    ` [PATCH v4 02/10] rebase -i: generate the script via rebase--helper
    ` [PATCH v4 03/10] rebase -i: remove useless indentation
    ` [PATCH v4 04/10] rebase -i: do not invent onelines when expanding/collapsing SHA-1s
    ` [PATCH v4 05/10] rebase -i: also expand/collapse the SHA-1s via the rebase--helper
    ` [PATCH v4 06/10] t3404: relax rebase.missingCommitsCheck tests
    ` [PATCH v4 07/10] rebase -i: check for missing commits in the rebase--helper
    ` [PATCH v4 08/10] rebase -i: skip unnecessary picks using "
    ` [PATCH v4 09/10] t3415: test fixup with wrapped oneline
    ` [PATCH v4 10/10] rebase -i: rearrange fixup/squash lines using the rebase--helper

Submodule/contents conflict
 2017-05-01  0:15 UTC  (12+ messages)

[PATCH] doc: update SubmittingPatches
 2017-05-01  0:09 UTC  (2+ messages)

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

[PATCH 0/6] changed submodules
 2017-04-30 23:14 UTC  (10+ messages)
` [PATCH 1/6] submodule: rename add_sha1_to_array
` [PATCH 2/6] submodule: rename free_submodules_sha1s
` [PATCH 3/6] submodule: remove add_oid_to_argv
` [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] i18n: remove i18n from tag reflog message
 2017-04-30 21:32 UTC  (4+ messages)
` [PATCH v2] i18n patches to apply for rc2
  ` [PATCH v2 1/2] i18n: remove i18n from tag reflog message
  ` [PATCH v2 2/2] i18n: read-cache: Fix typo

[PATCH] l10n: de.po: update German translation
 2017-04-30 19:11 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] t7400: add BSLASHPSPEC prerequisite to 'add with \\ in path'
 2017-04-30 18:00 UTC  (8+ messages)

[PATCH v2] t7400: add !CYGWIN prerequisite to 'add with \\ in path'
 2017-04-30 17:29 UTC 

[PATCH v2] fix minor typing mistakes
 2017-04-30 15:48 UTC 

[PATCH v2] doc: git-pull.txt use US spelling, fix minor typo
 2017-04-30 14:54 UTC 

[PATCH/RFC V2] stash: implement builtin stash
 2017-04-30 11:29 UTC  (3+ messages)

Bug: wrong documentation for git-fast-import's option command
 2017-04-30 10:21 UTC  (2+ messages)

[PATCH 0/5] introduce SWAP macro
 2017-04-30  3:11 UTC  (7+ messages)
` [PATCH 1/5] add "

git loses a commit after reordering
 2017-04-29 22:56 UTC  (2+ messages)

git with ssh won't pull submodule
 2017-04-29 22:23 UTC  (3+ messages)

Bug: Git rename does not work if folder naming was changed from lower to upper case on OSX
 2017-04-29 20:18 UTC  (3+ messages)

[PATCH v1] travis-ci: handle Git for Windows CI status "failed" explicitly
 2017-04-29 18:59 UTC 

[PATCH v1] travis-ci: retry if Git for Windows CI returns HTTP error 502 or 503
 2017-04-29 18:48 UTC 

Unexpected working directory in post-receive hook in non-bare repository
 2017-04-29 15:45 UTC  (4+ messages)
  ` [PATCH] githooks.txt: clarify push hooks are always executed in $GIT_DIR

t0025 flaky on OSX
 2017-04-29 15:34 UTC  (2+ messages)
` [PATCH/RFC 1/1] t0027: Some tests are not expensive

[PATCH] send-email: new option to walkaround email server limits
 2017-04-29 12:26 UTC 

[L10N] Kickoff of translation for Git 2.13.0 round 1
 2017-04-29  9:25 UTC  (2+ messages)

Bug Report: .gitignore behavior is not matching in git clean and git status
 2017-04-28 22:56 UTC 

git v2.13.0-rc0 test failures on cygwin
 2017-04-28 19:20 UTC  (3+ messages)

[PATCH v3 0/5] clone: --no-tags option
 2017-04-28 19:16 UTC  (19+ messages)
` [PATCH v3 2/5] clone: add a --no-tags option to clone without tags
` [PATCH v3 3/5] tests: rename a test having to do with shallow submodules
` [PATCH v3 4/5] clone: add a --no-tags-submodules to pass --no-tags to submodules
` [RFC/PATCH v3 5/5] WIP clone: add a --[no-]recommend-tags & submodule.NAME.tags config

push fails with return code 22
 2017-04-28 15:48 UTC  (7+ messages)

Git and Active directory ldap Authentication
 2017-04-28 12:52 UTC  (2+ messages)

[BUG] test suite broken with GETTEXT_POISON=YesPlease
 2017-04-28  8:44 UTC  (8+ messages)

[PATCH] diff: prefer indent heuristic over compaction heuristic
 2017-04-28  8:40 UTC  (13+ messages)

[PATCH v2] status: add color config slots for branch info in "--short --branch"
 2017-04-28  7:37 UTC  (4+ messages)

[Suggestion] Alternative way for displaying help menu of patch flow
 2017-04-28  7:21 UTC  (3+ messages)

[PATCH 00/53] object_id part 8
 2017-04-28  1:14 UTC  (7+ messages)
` [PATCH 35/53] Convert the verify_pack callback to struct object_id
` [PATCH 53/53] object: convert parse_object* to take "

[PATCH] Add --indent-heuristic to bash completion
 2017-04-27 20:48 UTC  (2+ messages)

30min Script in git 2.7.4 takes 22+ hrs in git 2.9.3
 2017-04-27 20:42 UTC  (3+ messages)

What's cooking in git.git (Apr 2017, #06; Wed, 26)
 2017-04-27 20:25 UTC  (2+ messages)

[PATCH 00/15] Handle fopen() errors
 2017-04-27 17:49 UTC  (7+ messages)
` [PATCH 07/15] remote.c: report error on failure to fopen()


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).