git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-09-05 09:04:38 to 2017-09-08 03:34:09 UTC [more...]

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

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

[PATCH] commit-tree: don't append a newline with -F
 2017-09-08  1:35 UTC  (2+ messages)

git diff <commit> doesn't quite work as documented?
 2017-09-08  1:26 UTC  (2+ messages)

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] "

[PATCH] refs: make sure we never pass NULL to hashcpy
 2017-09-08  0:46 UTC  (6+ messages)

[PATCH 00/34] plug strbuf memory leaks
 2017-09-08  0:33 UTC  (15+ messages)
` [PATCH 06/34] clone: release strbuf after use in remove_junk()
` [PATCH 17/34] mailinfo: release strbuf on error return in handle_boundary()
` [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 34/34] wt-status: release strbuf after use in wt_longstatus_print_tracking()

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

[PATCH 0/10] towards clean leak-checker output
 2017-09-07 20:38 UTC  (27+ messages)
` [PATCH 01/10] test-lib: --valgrind should not override --verbose-log
` [PATCH 02/10] test-lib: set LSAN_OPTIONS to abort by default
` [PATCH 03/10] add: free leaked pathspec after add_files_to_cache()
` [PATCH 04/10] update-index: fix cache entry leak in add_one_file()
` [PATCH 05/10] config: plug user_config leak
` [PATCH 06/10] reset: make tree counting less confusing
` [PATCH 07/10] reset: free allocated tree buffers
` [PATCH 08/10] repository: free fields before overwriting them
` [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

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

"git shortlog -sn --follow -- <path>" counts all commits to entire repo
 2017-09-07 19:30 UTC  (2+ 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] usage: conditionally compile unleak_memory() definition
 2017-09-07 16:08 UTC 

[PATCH] name-rev: change ULONG_MAX to TIME_MAX
 2017-09-07 14:54 UTC  (11+ 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] 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  (5+ 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  (10+ 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  (17+ messages)
` [PATCH v3 1/3] refs/files-backend: add longer-scoped copy of string to list
` [PATCH v3 2/3] refs/files-backend: fix memory leak in lock_ref_for_update

[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

[PATCH v4 00/16] Fix git-gc losing objects in multi worktree
 2017-09-06 17:43 UTC  (14+ messages)
` [PATCH v4 02/16] refs.c: use is_dir_sep() in resolve_gitlink_ref()
` [PATCH v4 07/16] refs: add refs_head_ref()
` [PATCH v4 11/16] revision.c: --all adds HEAD from all worktrees

tsan: t3008: hashmap_add touches size from multiple threads
 2017-09-06 15:43 UTC  (17+ 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  (18+ 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  (4+ messages)

signing commits using gpg2
 2017-09-05 18:34 UTC  (3+ messages)

[PATCH 0/20] allowing struct lock_file to be deleted
 2017-09-05 12:15 UTC  (21+ messages)
` [PATCH 01/20] write_index_as_tree: cleanup tempfile on error
` [PATCH 02/20] setup_temporary_shallow: avoid using inactive tempfile
` [PATCH 03/20] setup_temporary_shallow: move tempfile struct into function
` [PATCH 04/20] verify_signed_buffer: prefer close_tempfile() to close()
` [PATCH 05/20] always check return value of close_tempfile
` [PATCH 06/20] tempfile: do not delete tempfile on failed close
` [PATCH 07/20] lockfile: do not rollback lock "
` [PATCH 08/20] tempfile: prefer is_tempfile_active to bare access
` [PATCH 09/20] tempfile: handle NULL tempfile pointers gracefully
` [PATCH 10/20] tempfile: replace die("BUG") with BUG()
` [PATCH 11/20] tempfile: factor out activation
` [PATCH 12/20] tempfile: factor out deactivation
` [PATCH 13/20] tempfile: robustify cleanup handler
` [PATCH 14/20] tempfile: release deactivated strbufs instead of resetting
` [PATCH 15/20] tempfile: use list.h for linked list
` [PATCH 16/20] tempfile: remove deactivated list entries
` [PATCH 17/20] tempfile: auto-allocate tempfiles on heap
` [PATCH 18/20] lockfile: update lifetime requirements in documentation
` [PATCH 19/20] ref_lock: stop leaking lock_files
` [PATCH 20/20] stop leaking lock structs in some simple cases


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