git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-11-11 19:43:02 to 2020-11-13 12:11:06 UTC [more...]

[PATCH v3 00/11] Rewrite the remaining merge strategies from shell to C
 2020-11-13 11:04 UTC  (8+ messages)
` [PATCH v4 00/12] "
  ` [PATCH v4 01/12] t6027: modernise tests
  ` [PATCH v4 02/12] update-index: move add_cacheinfo() to read-cache.c
  ` [PATCH v4 03/12] merge-one-file: rewrite in C
  ` [PATCH v4 04/12] merge-index: libify merge_one_path() and merge_all()
  ` [PATCH v4 06/12] merge-resolve: rewrite in C
  ` [PATCH v4 07/12] merge-recursive: move better_branch_name() to merge.c

[PATCH 0/9] Fix color handling in git add -i
 2020-11-13 12:07 UTC  (15+ messages)
` [PATCH 9/9] add -i: verify in the tests that colors can be overridden
` [PATCH v2 00/11] Fix color handling in git add -i
  ` [PATCH v2 04/11] add -i: use `reset_color` consistently
  ` [PATCH v2 07/11] add -p (built-in): do not color the progress indicator separately

[PATCH 0/5] handling 4GB .idx files
 2020-11-13 11:02 UTC  (7+ messages)
` [PATCH 1/5] compute pack .idx byte offsets using size_t
` [PATCH 2/5] use size_t to store pack .idx byte offsets
` [PATCH 3/5] fsck: correctly compute checksums on idx files larger than 4GB
` [PATCH 4/5] block-sha1: take a size_t length parameter
` [PATCH 5/5] packfile: detect overflow in .idx file size checks

[PATCH 00/28] Use main as default branch name
 2020-11-13 10:02 UTC  (32+ messages)
` [PATCH 01/28] t0060: preemptively adjust alignment
` [PATCH 02/28] t[01]*: adjust the references to the default branch name "main"
` [PATCH 03/28] t2*: "
` [PATCH 04/28] t3[0-3]*: "
` [PATCH 05/28] t3416: preemptively adjust alignment in a comment
` [PATCH 06/28] t34*: adjust the references to the default branch name "main"
` [PATCH 07/28] t3[5-9]*: "
` [PATCH 08/28] t4*: "
` [PATCH 09/28] t5323: prepare centered comment for `master` -> `main`
` [PATCH 10/28] t5[0-4]*: adjust the references to the default branch name "main"
` [PATCH 11/28] t5503: prepare aligned comment for replacing `master` with `main`
` [PATCH 12/28] t550*: adjust the references to the default branch name "main"
` [PATCH 13/28] t551*: "
` [PATCH 14/28] t55[23]*: "
` [PATCH 15/28] t55[4-9]*: "
` [PATCH 16/28] t5[6-9]*: "
` [PATCH 17/28] t6[0-3]*: "
` [PATCH 18/28] t64*: preemptively adjust alignment to prepare for `master` -> `main`
` [PATCH 19/28] t6[4-9]*: adjust the references to the default branch name "main"
` [PATCH 20/28] t7[0-4]*: "
` [PATCH 21/28] t7[5-9]*: "
` [PATCH 22/28] t8*: "
` [PATCH 23/28] t9[0-4]*: "
` [PATCH 24/28] t9[5-7]*: "
` [PATCH 25/28] tests(git-p4): transition to the default branch name `main`
` [PATCH 26/28] t99*: adjust the references to the default branch name "main"
` [PATCH 27/28] tests: drop prereq `PREPARE_FOR_MAIN_BRANCH` where no longer needed
` [PATCH 28/28] Change the default branch name to `main`

[PATCH v3 00/11] [GSoC] Implement Corrected Commit Date
 2020-11-13  9:59 UTC  (6+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 08/10] commit-graph: use generation v2 only if entire chain does

Why Git LFS is not a built-in feature
 2020-11-13  9:45 UTC 

[PATCH 5/5] parse-remote: remove this now-unused library
 2020-11-13  9:42 UTC  (7+ messages)
` [PATCH v2 0/2] Retire git-parse-remote
  ` [PATCH v2 1/2] parse-remote: move used code to git-submodule.sh
  ` [PATCH v2 2/2] parse-remote: remove this now-unused library

[PATCH 0/2] update-ref: Allow creation of multiple transactions
 2020-11-13  8:12 UTC  (10+ messages)
` [PATCH v3 0/4] update-ref: allow "
  ` [PATCH v3 1/4] t1400: avoid touching refs on filesystem
` [PATCH v4 0/4] update-ref: allow creation of multiple transactions
  ` [PATCH v4 1/4] t1400: avoid touching refs on filesystem
  ` [PATCH v4 2/4] update-ref: allow creation of multiple transactions
  ` [PATCH v4 3/4] p1400: use `git-update-ref --stdin` to test "
  ` [PATCH v4 4/4] update-ref: disallow "start" for ongoing transactions

The master branch rename, and avoiding another v1.6.0 git-foo fiasco
 2020-11-13  6:47 UTC  (7+ messages)

[PATCH 00/23] pack-bitmap: bitmap generation improvements
 2020-11-13  5:26 UTC  (27+ messages)
` [PATCH 02/23] pack-bitmap: fix header size check
` [PATCH 03/23] pack-bitmap: bounds-check size of cache extension
` [PATCH 06/23] ewah: factor out bitmap growth
` [PATCH 07/23] ewah: make bitmap growth less aggressive
` [PATCH 08/23] ewah: implement bitmap_or()
` [PATCH 09/23] ewah: add bitmap_dup() function
` [PATCH 10/23] pack-bitmap-write: reimplement bitmap writing
` [PATCH 11/23] pack-bitmap-write: pass ownership of intermediate bitmaps
` [PATCH 12/23] pack-bitmap-write: fill bitmap with commit history
` [PATCH 13/23] bitmap: add bitmap_diff_nonzero()
` [PATCH 14/23] commit: implement commit_list_contains()
` [PATCH 15/23] t5310: add branch-based checks
` [PATCH 16/23] pack-bitmap-write: rename children to reverse_edges
` [PATCH 17/23] pack-bitmap-write: build fewer intermediate bitmaps
` [PATCH 18/23] pack-bitmap-write: ignore BITMAP_FLAG_REUSE
` [PATCH 19/23] pack-bitmap: factor out 'bitmap_for_commit()'
` [PATCH 20/23] pack-bitmap: factor out 'add_commit_to_bitmap()'
` [PATCH 21/23] pack-bitmap-write: use existing bitmaps
` [PATCH 22/23] pack-bitmap-write: relax unique rewalk condition
` [PATCH 23/23] pack-bitmap-write: better reuse bitmaps

Git bash limited to 64 windows
 2020-11-13  0:08 UTC  (2+ messages)

[PATCH] rm: honor sparse checkout patterns
 2020-11-12 23:54 UTC  (2+ messages)

[PATCH v2 00/26] completion: bash: a bunch of fixes, cleanups, and reorganization
 2020-11-12 22:54 UTC  (9+ messages)
` [PATCH v2 06/26] test: completion: add run_func() helper
` [PATCH v2 12/26] completion: bash: refactor __gitcomp

[PATCH] completion: zsh: fix file completion with prefix
 2020-11-12 22:49 UTC 

[PATCH] completion: bash: improve alias loop detection
 2020-11-12 22:34 UTC 

[PATCH v2 15/20] merge-ort: step 3 of tree writing -- handling subdirectories as we go
 2020-11-12 22:30 UTC  (3+ messages)

[PATCH 00/10] Advertise trace2 SID in protocol capabilities
 2020-11-12 22:10 UTC  (30+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] docs: new capability to advertise trace2 SIDs
  ` [PATCH v2 07/11] transport: log received server trace2 SID
  ` [PATCH v2 08/11] fetch-pack: advertise trace2 SID in capabilities
` [PATCH v3 00/11] Advertise session ID in protocol capabilities
  ` [PATCH v3 01/11] docs: new capability to advertise session IDs
  ` [PATCH v3 02/11] docs: new transfer.advertiseSID option
  ` [PATCH v3 03/11] trace2: add a public function for getting the SID
  ` [PATCH v3 04/11] upload-pack: advertise session ID in v0 capabilities
  ` [PATCH v3 05/11] receive-pack: "
  ` [PATCH v3 06/11] serve: advertise session ID in v2 capabilities
  ` [PATCH v3 07/11] transport: log received server session ID
  ` [PATCH v3 08/11] fetch-pack: advertise session ID in capabilities
  ` [PATCH v3 09/11] upload-pack, serve: log received client session ID
  ` [PATCH v3 10/11] send-pack: advertise session ID in capabilities
  ` [PATCH v3 11/11] receive-pack: log received client session ID

[PATCH 01/11] git-parse-remote: fix highly misleading man page
 2020-11-12 21:22 UTC  (10+ messages)
` [PATCH 0/5] Remove now-unused git-parse-remote
  ` How do I "git fetch" with a custom <refspec> but a default remote?

[PATCH v2 13/20] merge-ort: step 1 of tree writing -- record basenames, modes, and oids
 2020-11-12 20:39 UTC  (4+ messages)

git format-patch --range-diff bug?
 2020-11-12 20:06 UTC  (5+ messages)

[PATCH v2 00/20] fundamentals of merge-ort implementation
 2020-11-12 18:39 UTC  (11+ messages)
` [PATCH v2 09/20] merge-ort: record stage and auxiliary info for every path

[PATCH] bisect: loosen halfway() check for a large number of commits
 2020-11-12 18:23 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/2] completion: bash: support for recursive aliases
 2020-11-12 17:20 UTC  (4+ messages)
` [PATCH v3 2/2] completion: bash: check for alias loop

[PATCH] t4013: prepare for the new default branch name "main"
 2020-11-12 16:50 UTC  (5+ messages)

[PATCH 0/3] Maintenance IV: Platform-specific background maintenance
 2020-11-12 16:43 UTC  (9+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] maintenance: use launchctl on macOS
  ` [PATCH v2 4/4] maintenance: use Windows scheduled tasks

BUG: commit-graph.c:1068 when doing `git pull`
 2020-11-12 16:27 UTC  (4+ messages)

[RFC 1/2] submodules: test for fetch of non-init subsub-repo
 2020-11-12 16:00 UTC  (2+ messages)
` [RFCv2] submodules: fix of regression on fetching "

[PATCH 1/3] csum-file: add hashwrite_be64()
 2020-11-12 14:51 UTC  (6+ messages)
` [PATCH 2/3] midx: use hashwrite_be64()
` [PATCH 3/3] pack-write: "

how to measure your code
 2020-11-12  9:50 UTC  (2+ messages)

[PATCH v2 11/20] merge-ort: add a preliminary simple process_entries() implementation
 2020-11-12  1:48 UTC  (3+ messages)

[ANNOUNCE] git-cinnabar 0.5.6
 2020-11-12  2:44 UTC 

Git 2.29.2 is OK on antique PowerMac
 2020-11-12  1:02 UTC 

Git 2.29.2 is OK on Solaris 11.3
 2020-11-12  1:01 UTC 

What's cooking in git.git (Nov 2020, #03; Wed, 11)
 2020-11-11 22:13 UTC 

[PATCH v2 14/20] merge-ort: step 2 of tree writing -- function to create tree object
 2020-11-11 21:21 UTC  (3+ messages)

[PATCH 0/2] difftool: fix user-defined Beyond Compare setups
 2020-11-11 20:59 UTC  (4+ messages)
` [PATCH 1/2] mergetools/bc: add `bc4` to the alias list for Beyond Compare
` [PATCH 2/2] mergetool: avoid letting `list_tool_variants` break user-defined setups

[PATCH v4 00/13] Add struct strmap and associated utility functions
 2020-11-11 20:34 UTC  (23+ messages)
` [PATCH v5 00/15] "
  ` [PATCH v5 12/15] strmap: enable allocations to come from a mem_pool
  ` [PATCH v6 00/15] Add struct strmap and associated utility functions
    ` [PATCH v6 01/15] hashmap: add usage documentation explaining hashmap_free[_entries]()
    ` [PATCH v6 02/15] hashmap: adjust spacing to fix argument alignment
    ` [PATCH v6 03/15] hashmap: allow re-use after hashmap_free()
    ` [PATCH v6 04/15] hashmap: introduce a new hashmap_partial_clear()
    ` [PATCH v6 05/15] hashmap: provide deallocation function names
    ` [PATCH v6 06/15] strmap: new utility functions
    ` [PATCH v6 07/15] strmap: add more "
    ` [PATCH v6 08/15] strmap: enable faster clearing and reusing of strmaps
    ` [PATCH v6 09/15] strmap: add functions facilitating use as a string->int map
    ` [PATCH v6 10/15] strmap: split create_entry() out of strmap_put()
    ` [PATCH v6 11/15] strmap: add a strset sub-type
    ` [PATCH v6 12/15] strmap: enable allocations to come from a mem_pool
    ` [PATCH v6 13/15] strmap: take advantage of FLEXPTR_ALLOC_STR when relevant
    ` [PATCH v6 14/15] Use new HASHMAP_INIT macro to simplify hashmap initialization
    ` [PATCH v6 15/15] shortlog: use strset from strmap.h


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