git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-09-05 21:01:25 to 2017-09-09 06:42:00 UTC [more...]

[PATCH v4 00/16] Fix git-gc losing objects in multi worktree
 2017-09-09  6:41 UTC  (25+ messages)
` [PATCH v4 02/16] refs.c: use is_dir_sep() in resolve_gitlink_ref()
` [PATCH v4 06/16] refs: move submodule slash stripping code to get_submodule_ref_store
` [PATCH v4 07/16] refs: add refs_head_ref()
` [PATCH v4 10/16] refs: remove dead for_each_*_submodule()
` [PATCH v4 11/16] revision.c: --all adds HEAD from all worktrees
` [PATCH v4 12/16] files-backend: make reflog iterator go through per-worktree reflog
` [PATCH v4 15/16] refs.c: remove fallback-to-main-store code get_submodule_ref_store()
` [PATCH v4 16/16] refs.c: reindent get_submodule_ref_store()

[PATCH 0/1] reset: fix mixed reset when using sparse-checkout
 2017-09-09  4:54 UTC  (10+ messages)
` [PATCH 1/1] reset: fix reset when using the sparse-checkout feature

[PATCH] commit-tree: don't append a newline with -F
 2017-09-09  3:22 UTC  (4+ messages)

cat-file timing window on Cygwin
 2017-09-08 20:02 UTC  (9+ messages)
              `  "

"git shortlog -sn --follow -- <path>" counts all commits to entire repo
 2017-09-08 17:37 UTC  (6+ messages)

[PATCH] refs: make sure we never pass NULL to hashcpy
 2017-09-08 17:15 UTC  (8+ messages)

[PATCH] load_subtree(): check that `prefix_len` is in the expected range
 2017-09-08 16:10 UTC 

[PATCH v2 00/11] Implement transactions for the packed ref store
 2017-09-08 13:51 UTC  (12+ messages)
` [PATCH v2 01/11] packed-backend: don't adjust the reference count on lock/unlock
` [PATCH v2 02/11] struct ref_transaction: add a place for backends to store data
` [PATCH v2 03/11] packed_ref_store: implement reference transactions
` [PATCH v2 04/11] packed_delete_refs(): implement method
` [PATCH v2 05/11] files_pack_refs(): use a reference transaction to write packed refs
` [PATCH v2 06/11] prune_refs(): also free the linked list
` [PATCH v2 07/11] files_initial_transaction_commit(): use a transaction for packed refs
` [PATCH v2 08/11] t1404: demonstrate two problems with reference transactions
` [PATCH v2 09/11] files_ref_store: use a transaction to update packed refs
` [PATCH v2 10/11] packed-backend: rip out some now-unused code
` [PATCH v2 11/11] files_transaction_finish(): delete reflogs before references

git diff <commit> doesn't quite work as documented?
 2017-09-08 12:58 UTC  (3+ messages)

[PATCH 00/10] Implement transactions for the packed ref store
 2017-09-08 12:57 UTC  (20+ messages)
` [PATCH 01/10] packed-backend: don't adjust the reference count on lock/unlock
` [PATCH 02/10] struct ref_transaction: add a place for backends to store data
` [PATCH 06/10] files_initial_transaction_commit(): use a transaction for packed refs
` [PATCH 07/10] t1404: demonstrate two problems with reference transactions
` [PATCH 08/10] files_ref_store: use a transaction to update packed refs

[PATCH] name-rev: change ULONG_MAX to TIME_MAX
 2017-09-08 12:33 UTC  (12+ messages)
        ` [PATCH 0/4] Test name-rev with small stack
          ` [PATCH 1/4] t7004: move limited stack prereq to test-lib
          ` [PATCH 2/4] t6120: test name-rev --all and --stdin
          ` [PATCH 3/4] t6120: clean up state after breaking repo
          ` [PATCH 4/4] t6120: test describe and name-rev with deep repos

[PATCH 00/34] plug strbuf memory leaks
 2017-09-08  9:21 UTC  (15+ messages)
` [PATCH 06/34] clone: release strbuf after use in remove_junk()
` [PATCH 08/34] connect: release strbuf on error return in git_connect()
  ` [PATCH 27/34] shortlog: release strbuf after use in insert_one_record()
                ` [PATCH] shortlog: skip format/parse roundtrip for internal traversal
` [PATCH 34/34] wt-status: release strbuf after use in wt_longstatus_print_tracking()

[PATCH 0/10] towards clean leak-checker output
 2017-09-08  6:38 UTC  (20+ messages)
` [PATCH 09/10] set_git_dir: handle feeding gitdir to itself
` [PATCH 10/10] add UNLEAK annotation for reducing leak false positives
      ` [PATCH 0/2] simplifying !RUNTIME_PREFIX
        ` [PATCH 1/2] system_path: move RUNTIME_PREFIX to a sub-function
        ` [PATCH 2/2] git_extract_argv0_path: do nothing without RUNTIME_PREFIX
` [PATCH v2 10/10] add UNLEAK annotation for reducing leak false positives

Strange behavior of git rev-list
 2017-09-08  3:47 UTC  (8+ messages)

[PATCH] usage: conditionally compile unleak_memory() definition
 2017-09-08  3:37 UTC  (2+ messages)

RFC: Another proposed hash function transition plan
 2017-09-08  3:34 UTC  (6+ messages)
  ` RFC v3: "

Branch name support & character
 2017-09-08  1:18 UTC  (3+ messages)

[PATCH] builtin/merge: honor commit-msg hook for merges
 2017-09-08  1:13 UTC  (13+ messages)
  ` [PATCH] parse-options: warn developers on negated options
  ` [PATCHv2] builtin/merge: honor commit-msg hook for merges
  ` [PATCHv3] "

clone repo & history to disconnected server
 2017-09-07 21:01 UTC  (3+ messages)

Git diff --no-index and file descriptor inputs
 2017-09-07 19:55 UTC  (3+ messages)

[PATCH] read-cache: fix index corruption with index v4
 2017-09-07 19:24 UTC  (4+ messages)
    ` [PATCH v2] "

[RFC PATCH 0/2] Add named reference to latest push cert
 2017-09-07 17:43 UTC  (7+ messages)

[PATCH v3 0/3] merge-recursive: replace string_list with hashmap
 2017-09-07 16:25 UTC  (4+ messages)
` [PATCH v3 1/3] merge-recursive: fix memory leak
` [PATCH v3 2/3] merge-recursive: remove return value from get_files_dirs
` [PATCH v3 3/3] merge-recursive: change current file dir string_lists to hashmap

[PATCH] match_name_as_path: Pass WM_CASEFOLD to wildmatch
 2017-09-07 14:50 UTC  (2+ messages)

Git in Outreachy round 15?
 2017-09-07 11:35 UTC  (3+ messages)

How to include references to subfolders
 2017-09-07  7:19 UTC 

[Bug] commit-tree shouldn't append an extra newline to commit messages
 2017-09-07  5:57 UTC  (9+ messages)

gitmodules below root directory
 2017-09-07  1:25 UTC  (4+ messages)

[PATCHv2] pull: honor submodule.recurse config option
 2017-09-07  0:54 UTC  (4+ messages)

[PATCH] config: remove git_config_maybe_bool
 2017-09-07  0:48 UTC  (2+ messages)

[PATCH v2 2/2] refs/files-backend: fix memory leak in lock_ref_for_update
 2017-09-06 23:45 UTC  (11+ messages)
` [PATCH v3 1/3] refs/files-backend: add longer-scoped copy of string to list

[PATCH v2] merge-recursive: change current file dir string_lists to hashmap
 2017-09-06 23:44 UTC  (2+ messages)

[PATCH 00/39] per-repository object store, part 1
 2017-09-06 21:59 UTC  (7+ messages)
` [PATCH 01/39] pack: make packed_git_mru global a value instead of a pointer
` [PATCH 25/39] sha1_file: allow alt_odb_usable to handle arbitrary repositories

tsan: t3008: hashmap_add touches size from multiple threads
 2017-09-06 15:43 UTC  (10+ messages)
` [PATCH] hashmap: address ThreadSanitizer concerns
  ` [PATCH] hashmap: add API to disable item counting when threaded
  ` [PATCH v2] hashmap: address ThreadSanitizer concerns
    ` [PATCH v2] hashmap: add API to disable item counting when threaded

BUG: attempt to trim too many characters
 2017-09-06 15:09 UTC  (7+ messages)
        ` [PATCH] rev-parse: don't trim bisect refnames

[PATCH] pkt-line: re-'static'-ify buffer in packet_write_fmt_1()
 2017-09-06 12:41 UTC  (11+ messages)
              ` [PATCH] config: use a static lock_file struct

[PATCHv3 0/2] fix recurse.submodule config for git pull
 2017-09-06  6:48 UTC  (3+ messages)
` [PATCHv3 1/2] pull: fix cli and config option parsing order
` [PATCHv3 2/2] pull: honor submodule.recurse config option

What's cooking in git.git (Sep 2017, #01; Wed, 6)
 2017-09-06  4:39 UTC 

[PATCH 0/3] merge-recursive: replace string_list with hashmap
 2017-09-06  3:35 UTC  (3+ messages)
` [PATCH 3/3] merge-recursive: change current file dir string_lists to hashmap

[PATCH] format-patch: use raw format for notes
 2017-09-06  3:34 UTC  (2+ messages)

git merge algorithm question
 2017-09-06  1:43 UTC  (2+ messages)

Empty directories in Git: Current guidance for historical commits?
 2017-09-05 22:17 UTC  (3+ messages)


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