git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-08-14 21:54:48 to 2017-08-16 18:29:12 UTC [more...]

core.autocrlf=true causes `git apply` to fail on patch generated with `git diff-index HEAD --patch`
 2017-08-16 18:28 UTC  (4+ messages)
` [PATCH/RFC 2/2] File commited with CRLF should roundtrip diff and apply
  ` [PATCH/FIXUP 3/2] apply: remove unused member apply_state.flags

What's cooking in git.git (Aug 2017, #03; Mon, 14)
 2017-08-16 18:25 UTC  (3+ messages)

[PATCH v2 1/2 / RFC] builtin/branch: stop supporting the use of --set-upstream option
 2017-08-16 18:13 UTC  (8+ messages)
` [PATCH v3 "

[PATCH 0/5] Modernize read_graft_line implementation
 2017-08-16 17:58 UTC  (25+ 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 v2 0/4] Modernize read_graft_line implementation
  ` [PATCH v2 1/4] sha1_file: fix hardcoded size in null_sha1
  ` [PATCH v2 2/4] commit: replace the raw buffer with strbuf in read_graft_line
  ` [PATCH v2 3/4] commit: implement free_commit_graft
  ` [PATCH v2 4/4] commit: rewrite read_graft_line

git reset
 2017-08-16 17:06 UTC  (2+ messages)

[PATCH v2] sub-process: print the cmd when a capability is unsupported
 2017-08-16 16:41 UTC  (4+ messages)

[PATCH] submodule: use cheaper check for submodule pushes
 2017-08-16 16:35 UTC  (12+ messages)
` [PATCH] push: do not add submodule odb as an alternate when recursing on demand

[PATCH] sub-process: print the cmd when a capability is unsupported
 2017-08-16 15:58 UTC  (12+ messages)

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

Bug with ignorecase on Git and Cygwin
 2017-08-16 12:55 UTC  (2+ messages)

[RFC 0/3] imap-send curl tunnelling support
 2017-08-16 12:30 UTC  (6+ messages)

[RFC] clang-format: outline the git project's coding style
 2017-08-16 12:18 UTC  (27+ 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

[ANNOUNCE] Git Rev News edition 30
 2017-08-16 10:32 UTC 

[PATCH 0/5] make interpret-trailers useful for parsing
 2017-08-16  8:20 UTC  (14+ 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)

[BUG] git am sometimes unable to apply git format-patch output file
 2017-08-16  7:45 UTC  (4+ messages)

git clean -fdx deletes tracked files
 2017-08-16  6:47 UTC  (3+ messages)

[RFC PATCH 0/3] Fixes to "diff --color-moved" MIN_BLOCK_LENGTH handling
 2017-08-16  5:55 UTC  (22+ messages)
` [PATCH v2 "
  ` [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 v4 0/3] "diff --color-moved" with yet another heuristic
` [PATCH v4 1/3] diff: avoid redundantly clearing a flag
` [PATCH v4 2/3] diff: respect MIN_BLOCK_LENGTH for last block
` [PATCH v4 3/3] diff: define block by number of alphanumeric chars

[PATCH] fix revisions doc about quoting for ':/' notation
 2017-08-16  3:21 UTC 

[PATCH] convert add_to_alternates_file to use repository struct
 2017-08-16  1:12 UTC  (3+ messages)

Partial clone design (with connectivity check for locally-created objects)
 2017-08-16  0:32 UTC  (2+ messages)
` [RFC PATCH] Updated "imported object" design

[GSoC] Update: Week-13
 2017-08-15 23:04 UTC 

reftable [v6]: new ref storage format
 2017-08-15 22:47 UTC 

[PATCH/RFC] git-grep: correct exit code with --quiet and -L
 2017-08-15 22:43 UTC  (5+ messages)

Bug: `git remote show <remote>` reports different HEAD branch than refs/remotes/<remote>/HEAD
 2017-08-15 21:59 UTC  (4+ messages)

[PATCH] sha1_file: make read_info_alternates static
 2017-08-15 21:34 UTC  (3+ messages)

[PATCH/RFC 0/5] Some ThreadSanitizer-results
 2017-08-15 20:46 UTC  (23+ messages)
` [PATCH 1/5] convert: initialize attr_action in convert_attrs
` [PATCH 2/5] pack-objects: take lock before accessing `remaining`
` [PATCH 3/5] Makefile: define GIT_THREAD_SANITIZER
` [PATCH 4/5] strbuf_reset: don't write to slopbuf with ThreadSanitizer
` [PATCH 5/5] ThreadSanitizer: add suppressions
` tsan: t3008: hashmap_add touches size from multiple threads
` tsan: t5400: set_try_to_free_routine

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

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

[RFC PATCH 0/7] Implement ref namespaces as a ref storage backend
 2017-08-15 17:13 UTC  (2+ messages)

Inconsistent exit code for `git grep --files-without-match` with `--quiet`
 2017-08-15 16:00 UTC 

[PATCH] t1002: stop using sum(1)
 2017-08-15 14:43 UTC  (5+ messages)

[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

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

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

[RFC] clang-format: outline the git project's coding style
 2017-08-15  1:03 UTC  (5+ messages)

[PATCH 1/9] Convert pack-objects to size_t
 2017-08-15  0:30 UTC  (9+ messages)

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


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