git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-07-05 17:53:11 to 2016-07-08 19:25:19 UTC [more...]

gc and repack ignore .git/*HEAD when checking reachability
 2016-07-08 19:25 UTC  (5+ messages)

What's cooking in git.git (Jun 2016, #09; Mon, 27)
 2016-07-08 19:01 UTC  (17+ messages)
` [PATCH v3 3/3] correct ce_compare_data() in a middle of a merge

[PATCHv3 0/4] Push options in C Git
 2016-07-08 18:57 UTC  (21+ messages)
` [PATCH 1/4] push options: {pre,post}-receive hook learns about push options
` [PATCH 2/4] receive-pack: implement advertising and receiving "
` [PATCH 3/4] push: accept "
` [PATCH 4/4] add a test for "

[PATCH] am: ignore return value of write_file()
 2016-07-08 18:44 UTC  (23+ messages)
      ` [PATCH 0/8] write_file cleanups
        ` [PATCH 1/8] config: fix bogus fd check when setting up default config
        ` [PATCH 2/8] am: ignore return value of write_file()
        ` [PATCH 3/8] branch: use non-gentle write_file for branch description
        ` [PATCH 4/8] write_file: drop "gently" form
        ` [PATCH 5/8] write_file: use xopen
        ` [PATCH 6/8] write_file: add pointer+len variant
        ` [PATCH 7/8] write_file: add format attribute
            ` [PATCH 1/2] walker: let walker_say take arbitrary formats
            ` [PATCH 2/2] avoid using sha1_to_hex output as printf format
        ` [PATCH 8/8] use write_file_buf where applicable
        ` [PATCH 9/8] branch: use write_file_buf instead of write_file

Git 2.8.1 - bug in patience diff algorithm when used with --ignore-space-at-eol?
 2016-07-08 16:51 UTC 

Git doesn't always add files to a commit (amend)
 2016-07-08 17:23 UTC  (14+ messages)
` [PATCH] cache-tree.c: fix i-t-a check skipping directory updates sometimes
  ` [PATCH v2 0/2] cache-tree building fix in the presence of ita entries
    ` [PATCH v2 1/2] cache-tree.c: fix i-t-a entry skipping directory updates sometimes
    ` [PATCH v2 2/2] cache-tree: do not generate empty trees as a result of all i-t-a subentries

[PATCH v13 01/20] read-cache.c: fix constness of verify_hdr()
 2016-07-08 16:39 UTC  (9+ messages)
` [PATCH v13 11/20] index-helper: use watchman to avoid refreshing index with lstat()

[PATCH] config.c: fix potential number truncation in git_parse_signed()
 2016-07-08 16:01 UTC  (3+ messages)

Integer-overflow in read-cache.c can cause buffer-overflow (bug requires a crafted/corrupted index)
 2016-07-08 11:43 UTC 

[PATCH] pack-objects: Use reachability bitmap index when generating non-stdout pack too
 2016-07-08 10:38 UTC  (3+ messages)

[PATCH] notes-merge: use O_EXCL to avoid overwriting existing files
 2016-07-08  9:37 UTC  (4+ messages)

[PATCH] am: counteract gender bias
 2016-07-08  7:50 UTC  (9+ messages)
` [PATCH v2] "

[PATCH] Add very verbose porcelain output to status
 2016-07-08  6:29 UTC  (2+ messages)

git branch doesn't allow me to forcibly delete branch which was checked out in a now-deleted worktree dir
 2016-07-08  0:36 UTC  (3+ messages)

What's cooking in git.git (Jul 2016, #02; Wed, 6)
 2016-07-07 21:34 UTC  (4+ messages)

[PATCH] Makefile: add NEEDS_LIBRT to optionally link with librt
 2016-07-07 21:14 UTC  (2+ messages)

[PATCH] .gitattributes: set file type for C files
 2016-07-07 20:11 UTC 

[RFC] Questions for "Git User's Survey 2016"
 2016-07-07 17:28 UTC  (2+ messages)

bug: depth 1 and recursive update of submodules broke in 2.9.0
 2016-07-07 16:59 UTC  (2+ messages)

[PATCH 0/9] Use merge_recursive() directly in the builtin am
 2016-07-07 16:03 UTC  (37+ messages)
` [PATCH 2/9] merge-recursive: clarify code in was_tracked()
` [PATCH v2 00/17] Use merge_recursive() directly in the builtin am
  ` [PATCH v2 02/17] Report bugs consistently
  ` [PATCH v2 11/17] am: counteract gender bias
  ` [PATCH v3 00/16] Use merge_recursive() directly in the builtin am
    ` [PATCH v3 01/16] Verify that `git pull --rebase` shows the helpful advice when failing
    ` [PATCH v3 02/16] Report bugs consistently
    ` [PATCH v3 03/16] Avoid translating bug messages
    ` [PATCH v3 04/16] merge-recursive: clarify code in was_tracked()
    ` [PATCH v3 05/16] Prepare the builtins for a libified merge_recursive()
    ` [PATCH v3 06/16] merge_recursive: abort properly upon errors
    ` [PATCH v3 07/16] merge-recursive: avoid returning a wholesale struct
    ` [PATCH v3 08/16] merge-recursive: allow write_tree_from_memory() to error out
    ` [PATCH v3 09/16] merge-recursive: handle return values indicating errors
    ` [PATCH v3 10/16] merge-recursive: switch to returning errors instead of dying
    ` [PATCH v3 11/16] am -3: use merge_recursive() directly again
    ` [PATCH v3 12/16] merge-recursive: flush output buffer before printing error messages
    ` [PATCH v3 13/16] merge-recursive: write the commit title in one go
    ` [PATCH v3 14/16] merge-recursive: offer an option to retain the output in 'obuf'
    ` [PATCH v3 15/16] Ensure that the output buffer is released after calling merge_trees()
    ` [PATCH v3 16/16] merge-recursive: flush output buffer even when erroring out

[PATCH 0/2] Late edits to the rebase -i tests
 2016-07-07 15:52 UTC  (14+ messages)
` [PATCH 2/2] t3404: add a test for the --gpg-sign option
` [PATCH v2 0/3] Additional rebase -i tests
  ` [PATCH v2 1/3] t3404: add a test for the --gpg-sign option
  ` [PATCH v2 2/3] rebase -i: demonstrate a bug with --autosquash
  ` [PATCH v2 3/3] rebase -i: we allow extra spaces after fixup!/squash!

[PATCH v14 20/21] index-helper: indexhelper.exitAfter config
 2016-07-07 12:27 UTC  (4+ messages)
` [PATCH v14 21/21] mailmap: use main email address for dturner

Fwd: git rm
 2016-07-07  3:35 UTC  (3+ messages)

[PATCH] Refactor recv_sideband()
 2016-07-07  0:56 UTC  (17+ messages)
` [PATCH v4] "

[PATCH v3 0/6] convert various shell functions in git-bisect to C
 2016-07-06 20:25 UTC  (8+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/6] bisect--helper: `bisect_clean_state` shell function in C
  ` [PATCH v4 2/6] t6030: explicitly test for bisection cleanup
  ` [PATCH v4 3/6] wrapper: move is_empty_file() and rename it as is_empty_or_missing_file()
  ` [PATCH v4 4/6] bisect--helper: `bisect_reset` shell function in C
  ` [PATCH v4 5/6] bisect--helper: `is_expected_rev` & `check_expected_revs` "
  ` [PATCH v4 6/6] bisect--helper: `bisect_write` "

[PATCH] revert: clarify seemingly bogus OPT_END repetition
 2016-07-06 20:15 UTC  (11+ messages)
          ` Over-/underquoting, was "

[PATCH] t7610 test for mktemp existence
 2016-07-06 19:15 UTC  (4+ messages)

[bug] Reliably Reproducible Bad Packing of Objects
 2016-07-06 18:54 UTC  (10+ messages)
` [PATCH 0/5] Number truncation with 4+ GB files on 32-bit systems
  ` [PATCH 3/5] index-pack: correct "len" type in unpack_data()

[PATCH] git-svn: clone: Fail on missing url argument
 2016-07-06 18:15 UTC  (3+ messages)

[PATCH v14 00/21] index-helper/watchman
 2016-07-06 18:11 UTC  (5+ messages)
` [PATCH v14 15/21] index-helper: kill mode

git patch format for rename
 2016-07-06 17:45 UTC  (2+ messages)

git-credentials-store.exe crash
 2016-07-06 15:36 UTC  (7+ messages)
  ` [PATCH 0/5] consistent setup code for external commands

What's cooking in git.git (Jul 2016, #01; Fri, 1)
 2016-07-06 15:32 UTC  (4+ messages)

[PATCH] http-walker: remove unused parameter from fetch_object
 2016-07-06  1:57 UTC 

Dependencies required for offline installation
 2016-07-05 22:45 UTC  (6+ messages)

--dir-diff not working with partial path limiter
 2016-07-05 19:52 UTC  (2+ messages)
  ` [PATCH] difftool: fix argument handling in subdirs

Missing Package in git Installation Instructions (git-scm.com)
 2016-07-05 18:08 UTC  (4+ messages)


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 NNTP newsgroup(s).