git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-08-15 18:58:21 to 2017-08-17 20:38:47 UTC [more...]

git fetch with refspec does not include tags?
 2017-08-17 20:38 UTC  (8+ messages)

[Patch size_t V3 00/19] use size_t
 2017-08-17 20:35 UTC  (28+ messages)
` [Patch size_t V3 01/19] delta: fix enconding size larger than an "uint" can hold
` [Patch size_t V3 02/19] Convert size datatype to size_t
` [Patch size_t V3 03/19] Convert zlib.c "
` [Patch size_t V3 04/19] delta: Fix offset overflows
` [Patch size_t V3 05/19] Convert sha1_file.c to size_t
` [Patch size_t V3 06/19] Use size_t for sha1
` [Patch size_t V3 07/19] Convert parse_X_buffer to size_t
` [Patch size_t V3 08/19] Convert fsck.c & commit.c "
` [Patch size_t V3 09/19] Convert cache functions "
` [Patch size_t V3 10/19] Add overflow check to get_delta_hdr_size
` [Patch size_t V3 11/19] Use size_t for config parsing
` [Patch size_t V3 12/19] Convert pack-objects to size_t
` [Patch size_t V3 13/19] Convert index-pack "
` [Patch size_t V3 14/19] Convert unpack-objects "
` [Patch size_t V3 15/19] Convert archive functions "
` [Patch size_t V3 16/19] Convert various things "
` [Patch size_t V3 17/19] Convert ref-filter "
` [Patch size_t V3 18/19] Convert tree-walk "
` [Patch size_t V3 19/19] Convert xdiff-interface "

Partial clone design (with connectivity check for locally-created objects)
 2017-08-17 20:07 UTC  (5+ messages)
` [RFC PATCH] Updated "imported object" design

[PATCH v2 1/2 / RFC] builtin/branch: stop supporting the use of --set-upstream option
 2017-08-17 19:58 UTC  (14+ messages)
` [PATCH v3 "
    ` [PATCH v4 1/3] test: cleanup cruft of a test
      ` [PATCH v4 2/3] builtin/branch: stop supporting the use of --set-upstream option
      ` [PATCH v4 3/3] branch: quote branch/ref names to improve readability

ignoring extra bitmap file?
 2017-08-17 19:24 UTC 

git add -p breaks after split on change at the top of the file
 2017-08-17 19:22 UTC  (6+ messages)

[PATCH] add test for bug in git-mv with nested submodules
 2017-08-17 19:05 UTC  (2+ messages)

reftable [v7]: new ref storage format
 2017-08-17 18:22 UTC  (6+ messages)

[PATCH v4 0/8] trailer parsing via interpret-trailers and %(trailers)
 2017-08-17 18:19 UTC  (5+ messages)
` [PATCH v4 5/8] interpret-trailers: add --parse convenience option

Fetching new refs gets progressively slower
 2017-08-17 17:56 UTC  (4+ messages)
` [PATCH] files-backend: cheapen refname_available check when locking refs

[RFC PATCH 1/2] implement fetching of moved submodules
 2017-08-17 17:50 UTC  (5+ messages)
` [RFC PATCH 2/2] submodule: simplify decision tree whether to or not to fetch

[PATCH] t5526: fix some broken && chains
 2017-08-17 17:44 UTC  (2+ messages)

[PATCH] diff: retire sane_truncate_fn
 2017-08-17 17:42 UTC  (2+ messages)

Question about git gc on large text files
 2017-08-17 17:40 UTC  (3+ messages)

core.autocrlf=true causes `git apply` to fail on patch generated with `git diff-index HEAD --patch`
 2017-08-17 17:07 UTC  (12+ 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
  ` [PATCH/FIXUP 4/2] apply: only pay attention to CRLF in the preimage
  ` [PATCH/FIXUP 5/2] apply: localize the CRLF business to read_old_data()
  ` [PATCH/FIXUP 6/2] apply: clarify read_old_data() is about no-index case

What's cooking in git.git (Aug 2017, #03; Mon, 14)
 2017-08-17 12:03 UTC  (4+ messages)

[PATCH/RFC 0/5] Some ThreadSanitizer-results
 2017-08-17 10:57 UTC  (16+ messages)
` [PATCH 2/5] pack-objects: take lock before accessing `remaining`
` [PATCH 4/5] strbuf_reset: don't write to slopbuf with ThreadSanitizer
` tsan: t3008: hashmap_add touches size from multiple threads
` tsan: t5400: set_try_to_free_routine

[PATCH 1/9] Convert pack-objects to size_t
 2017-08-17 10:38 UTC  (8+ messages)

bug with check-ref-format outside of repository
 2017-08-17 10:23 UTC  (7+ messages)
  ` [PATCH] check-ref-format: require a repository for --branch

[PATCH] fix revisions doc about quoting for ':/' notation
 2017-08-17  7:01 UTC  (5+ messages)

[PATCH v2] update revisions doc for quoting in ':/' notation
 2017-08-17  6:54 UTC 

[PATCH/RFC] File commited with CRLF should roundtrip diff and apply
 2017-08-17  6:37 UTC  (4+ messages)
` [PATCH v2 1/2] convert: Add SAFE_CRLF_KEEP_CRLF
` [PATCH v2 2/2] File commited with CRLF should roundtrip diff and apply

[PATCH 0/5] Modernize read_graft_line implementation
 2017-08-17  5:55 UTC  (25+ messages)
` [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

[PATCH] sub-process: print the cmd when a capability is unsupported
 2017-08-17  5:34 UTC  (13+ messages)

[PATCH 3/4] hook: add sign-off using "interpret-trailers"
 2017-08-17  2:50 UTC  (7+ messages)
` [PATCH] hook: use correct logical variable
          ` [PATCH v2/RFC] "

git clean -fdx deletes tracked files
 2017-08-17  0:12 UTC  (4+ messages)

[PATCH] submodule.sh: remove unused variable
 2017-08-16 22:59 UTC  (2+ messages)

[RFC PATCH 00/10] An attempt to move packfile funcs to its own file
 2017-08-16 22:53 UTC  (9+ messages)
` [RFC PATCH 01/10] pack: move pack name-related functions

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

[PATCH v2 0/2] Allow building with the external sha1dc library
 2017-08-16 21:47 UTC  (2+ messages)

Submodule regression in 2.14?
 2017-08-16 18:53 UTC  (3+ messages)

git reset
 2017-08-16 17:06 UTC  (2+ 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

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  (8+ messages)
` [PATCH v2 0/2] clang-format
  ` [PATCH v2 1/2] clang-format: outline the git project's coding style

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

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

[PATCH v3 0/3] "diff --color-moved" with different heuristic
 2017-08-16  5:55 UTC  (11+ messages)
` [RFC PATCH 0/3] Fixes to "diff --color-moved" MIN_BLOCK_LENGTH handling
  ` [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] convert add_to_alternates_file to use repository struct
 2017-08-16  1:12 UTC  (3+ messages)

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


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