git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-08-12 08:33:25 to 2017-08-15 12:53:55 UTC [more...]

[PATCH/RFC 0/5] Some ThreadSanitizer-results
 2017-08-15 12:53 UTC  (5+ messages)
` [PATCH 1/5] convert: initialize attr_action in convert_attrs
` [PATCH 2/5] pack-objects: take lock before accessing `remaining`
` [PATCH 5/5] ThreadSanitizer: add suppressions
` tsan: t3008: hashmap_add touches size from multiple threads

[PATCH v2 0/2] Allow building with the external sha1dc library
 2017-08-15 12:04 UTC  (3+ messages)
` [PATCH v2 1/2] sha1dc: Build git plumbing code more explicitly
` [PATCH v2 2/2] sha1dc: Allow building with the external sha1dc library

[PATCH 0/5] Modernize read_graft_line implementation
 2017-08-15 11:49 UTC  (6+ messages)
` [PATCH 1/5] cache: extend object_id size to sha3-256
` [PATCH 2/5] sha1_file: fix hardcoded size in null_sha1
` [PATCH 3/5] commit: replace the raw buffer with strbuf in read_graft_line
` [PATCH 4/5] commit: implement free_commit_graft
` [PATCH 5/5] commit: rewrite read_graft_line

[PATCH 0/5] make interpret-trailers useful for parsing
 2017-08-15 11:26 UTC  (18+ messages)
    ` [PATCH v4 0/8] trailer parsing via interpret-trailers and %(trailers)
      ` [PATCH v4 1/8] trailer: put process_trailers() options into a struct
      ` [PATCH v4 2/8] interpret-trailers: add an option to show only the trailers
      ` [PATCH v4 3/8] interpret-trailers: add an option to show only existing trailers
      ` [PATCH v4 4/8] interpret-trailers: add an option to unfold values
      ` [PATCH v4 5/8] interpret-trailers: add --parse convenience option
      ` [PATCH v4 6/8] pretty: move trailer formatting to trailer.c
      ` [PATCH v4 7/8] t4205: refactor %(trailers) tests
      ` [PATCH v4 8/8] pretty: support normalization options for %(trailers)

Can the '--set-upstream' option of branch be removed ?
 2017-08-15 10:56 UTC  (9+ messages)
` [PATCH v2 1/2 / RFC] builtin/branch: stop supporting the use of --set-upstream option
  ` [PATCH v3 "

What's cooking in git.git (Aug 2017, #03; Mon, 14)
 2017-08-15  9:52 UTC  (2+ messages)

[PATCH 3/4] hook: add sign-off using "interpret-trailers"
 2017-08-15  9:32 UTC  (6+ messages)
` [PATCH] hook: use correct logical variable

[PATCH] t1002: stop using sum(1)
 2017-08-15  6:27 UTC  (4+ messages)

[PATCH] commit: skip discarding the index if there is no pre-commit hook
 2017-08-15  4:53 UTC  (5+ messages)
` [PATCH v2] "

reftable [v5]: new ref storage format
 2017-08-15  3:54 UTC  (5+ messages)

[RFC] clang-format: outline the git project's coding style
 2017-08-15  3:38 UTC  (46+ messages)
` [PATCH v2 0/2] clang-format
  ` [PATCH v2 1/2] clang-format: outline the git project's coding style
  ` [PATCH v2 2/2] Makefile: add style build rule

Bug?: git archive exclude pathspec and gitattributes export-ignore
 2017-08-15  2:39 UTC  (3+ messages)

[RFC PATCH 0/3] Fixes to "diff --color-moved" MIN_BLOCK_LENGTH handling
 2017-08-15  2:29 UTC  (21+ messages)
` [RFC PATCH 1/3] diff: avoid redundantly clearing a flag
` [RFC PATCH 2/3] diff: respect MIN_BLOCK_LENGTH for last block
` [RFC PATCH 3/3] diff: check MIN_BLOCK_LENGTH at start of new block
` [PATCH v2 0/3] Fixes to "diff --color-moved" MIN_BLOCK_LENGTH handling
` [PATCH v2 1/3] diff: avoid redundantly clearing a flag
` [PATCH v2 2/3] diff: respect MIN_BLOCK_LENGTH for last block
` [PATCH v2 3/3] diff: check MIN_BLOCK_LENGTH at start of new block
` [PATCH v3 0/3] "diff --color-moved" with different heuristic
` [PATCH v3 1/3] diff: avoid redundantly clearing a flag
` [PATCH v3 2/3] diff: respect MIN_BLOCK_LENGTH for last block
` [PATCH v3 3/3] diff: define block by number of non-space chars

[PATCH 1/9] Convert pack-objects to size_t
 2017-08-15  0:30 UTC  (25+ messages)
` [PATCH 2/9] Convert index-pack "
` [PATCH 3/9] Convert unpack-objects "
` [PATCH 4/9] Convert archive functions "
` [PATCH 5/9] Convert various things "
` [PATCH 6/9] Use size_t for config parsing
` [PATCH 7/9] Convert ref-filter to size_t
` [PATCH 8/9] Convert tree-walk "
` [PATCH 9/9] Convert xdiff-interface "

[PATCH 0/2] Add progress to format-patch and rebase
 2017-08-14 23:23 UTC  (12+ messages)
` [PATCH v2 1/2] format-patch: have progress option while generating patches

Add --ignore-missing to git-pack-objects?
 2017-08-14 22:51 UTC 

[PATCH] doc: clarify "config --bool" behaviour with empty values
 2017-08-14 22:24 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH 0/4] dropping support for older curl
 2017-08-14 21:50 UTC  (5+ messages)

[PATCH] stash: prevent warning about null bytes in input
 2017-08-14 21:43 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v1 0/1] Teach status to show ignored directories
 2017-08-14 21:05 UTC  (5+ messages)
` [PATCH v1 1/1] dir: teach "

[PATCH] win32: plug memory leak on realloc() failure in syslog()
 2017-08-14 20:26 UTC  (2+ messages)

Not understanding with git wants to copy one file to another
 2017-08-14 19:21 UTC  (7+ messages)

Bug with corruption on clone/fsck/... with large packs + 64-bit Windows, problem with usage of "long" datatype for sizes/offsets?
 2017-08-14 18:57 UTC  (4+ messages)

[PATCH] cache-tree: remove use of strbuf_addf in update_one
 2017-08-14 18:51 UTC  (4+ messages)

gitk -m ?
 2017-08-14 18:32 UTC  (6+ messages)
  ` [External] "

[PATCH v4 0/4] interpret-trailers: add --where, --if-exists, --if-missing
 2017-08-14 17:57 UTC  (3+ messages)

core.autocrlf=true causes `git apply` to fail on patch generated with `git diff-index HEAD --patch`
 2017-08-14 17:37 UTC  (6+ messages)
` [PATCH/RFC] convert: Add SAFE_CRLF_KEEP_CRLF
` [PATCH/RFC] File commited with CRLF should roundtrip diff and apply
` [PATCH/RFC 1/2] convert: Add SAFE_CRLF_KEEP_CRLF
` [PATCH/RFC 2/2] File commited with CRLF should roundtrip diff and apply

[RFC PATCH 0/7] Implement ref namespaces as a ref storage backend
 2017-08-14 17:00 UTC  (9+ messages)
` [PATCH 1/7] Expose expand_namespace API
` [PATCH 2/7] Add git_configset_add_standard
` [PATCH 3/7] Add helper for skipping namespace prefixes
` [PATCH 4/7] Autocreate reflogs for namespaced refs
` [PATCH 5/7] Treat namespaced HEAD and refs/bisect as per-worktree
` [PATCH 6/7] Add namespaced ref backend
` [PATCH 7/7] Plumb in namespaced ref store

[PATCH] Add overflow check to get_delta_hdr_size
 2017-08-14 16:56 UTC  (3+ messages)

reftable [v6]: new ref storage format
 2017-08-14 12:13 UTC  (2+ messages)

Draft of Git Rev News edition 30
 2017-08-14  8:48 UTC 

Bug when stashing previously-ignored file plus associated .gitignore change
 2017-08-14  7:38 UTC  (3+ messages)

git-describe --contains
 2017-08-13  6:39 UTC  (3+ messages)

fatal: Out of memory, getdelim failed under NFS mounts
 2017-08-13  5:58 UTC  (14+ messages)
        ` [PATCH] strbuf: clear errno before calling getdelim(3)

NO_MSGFMT
 2017-08-13  4:58 UTC  (2+ messages)

[BUG] git am sometimes unable to apply git format-patch output file
 2017-08-12 17:01 UTC  (3+ messages)

Error: Permition denied. git should not try to access root account if I work under common user
 2017-08-12 15:59 UTC  (2+ messages)

[PATCH v1] am: fix signoff when other trailers are present
 2017-08-12 15:55 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] tree-walk: convert fill_tree_descriptor() to object_id
 2017-08-12 14:59 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/4] git add --chmod: always change the file
 2017-08-12 12:30 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 4/4] add: modify already added files when --chmod is given

Would it make sense to add `--depth=0` feature?
 2017-08-12  9:23 UTC  (2+ messages)

[PATCH 0/2] http: handle curl with vendor backports
 2017-08-12  9:04 UTC  (5+ messages)
` [PATCH 0/4] dropping support for older curl
  ` [PATCH 1/2] http: Fix handling of missing CURLPROTO_*


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