git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-27 13:13:47 to 2020-10-30 03:42:52 UTC [more...]

[PATCH 00/20] fundamentals of merge-ort implementation
 2020-10-30  3:41 UTC  (13+ messages)
` [PATCH 01/20] merge-ort: setup basic internal data structures
` [PATCH 02/20] merge-ort: add some high-level algorithm structure
` [PATCH 04/20] merge-ort: use histogram diff
` [PATCH 06/20] merge-ort: implement a very basic collect_merge_info()
` [PATCH 07/20] merge-ort: avoid repeating fill_tree_descriptor() on the same tree
` [PATCH 10/20] merge-ort: avoid recursing into identical trees
` [PATCH 11/20] merge-ort: add a preliminary simple process_entries() implementation
` [PATCH 12/20] merge-ort: have process_entries operate in a defined order
` [PATCH 13/20] merge-ort: step 1 of tree writing -- record basenames, modes, and oids
` [PATCH 14/20] merge-ort: step 2 of tree writing -- function to create tree object
` [PATCH 15/20] merge-ort: step 3 of tree writing -- handling subdirectories as we go
` [PATCH 20/20] merge-ort: free data structures in merge_finalize()

[PATCH] upload-pack: allow stateless client EOF just prior to haves
 2020-10-30  3:31 UTC  (3+ messages)

[PATCH] Fix upload-pack EOF death in normal stateless negotiation
 2020-10-30  1:26 UTC  (3+ messages)

[PATCH v2 00/19] Parallel Checkout (part I)
 2020-10-29 23:53 UTC  (26+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/19] convert: make convert_attrs() and convert structs public
  ` [PATCH v3 02/19] convert: add [async_]convert_to_working_tree_ca() variants
  ` [PATCH v3 03/19] convert: add get_stream_filter_ca() variant
  ` [PATCH v3 04/19] convert: add conv_attrs classification
  ` [PATCH v3 05/19] entry: extract a header file for entry.c functions
  ` [PATCH v3 06/19] entry: make fstat_output() and read_blob_entry() public
  ` [PATCH v3 07/19] entry: extract cache_entry update from write_entry()
  ` [PATCH v3 08/19] entry: move conv_attrs lookup up to checkout_entry()
  ` [PATCH v3 09/19] entry: add checkout_entry_ca() which takes preloaded conv_attrs
  ` [PATCH v3 10/19] unpack-trees: add basic support for parallel checkout
  ` [PATCH v3 11/19] parallel-checkout: make it truly parallel
  ` [PATCH v3 12/19] parallel-checkout: support progress displaying
  ` [PATCH v3 13/19] make_transient_cache_entry(): optionally alloc from mem_pool
  ` [PATCH v3 14/19] builtin/checkout.c: complete parallel checkout support
  ` [PATCH v3 15/19] checkout-index: add "
  ` [PATCH v3 16/19] parallel-checkout: add tests for basic operations
  ` [PATCH v3 17/19] parallel-checkout: add tests related to clone collisions
  ` [PATCH v3 18/19] parallel-checkout: add tests related to .gitattributes
  ` [PATCH v3 19/19] ci: run test round with parallel-checkout enabled

git-gui: Why are the main panels no longer white?
 2020-10-29 23:28 UTC  (9+ messages)
    ` Reply

A note from the maintainer
 2020-10-29 22:27 UTC 

What's cooking in git.git (Oct 2020, #05; Thu, 29)
 2020-10-29 22:26 UTC 

[ANNOUNCE] Git v2.29.2
 2020-10-29 22:26 UTC 

[PATCH 00/10] Advertise trace2 SID in protocol capabilities
 2020-10-29 21:32 UTC  (11+ messages)
` [PATCH 01/10] docs: new capability to advertise trace2 SIDs
` [PATCH 02/10] docs: new trace2.advertiseSID option
` [PATCH 03/10] upload-pack: advertise trace2 SID in v0 capabilities
` [PATCH 04/10] receive-pack: "
` [PATCH 05/10] serve: advertise trace2 SID in v2 capabilities
` [PATCH 06/10] transport: log received server trace2 SID
` [PATCH 07/10] fetch-pack: advertise trace2 SID in capabilities
` [PATCH 08/10] upload-pack, serve: log received client trace2 SID
` [PATCH 09/10] send-pack: advertise trace2 SID in capabilities
` [PATCH 10/10] receive-pack: log received client trace2 SID

[PATCH 0/6] blame: enable funcname blaming with userdiff driver
 2020-10-29 20:40 UTC  (15+ messages)
` [PATCH 1/6] doc: log, gitk: move '-L' description to 'line-range-options.txt'
` [PATCH 2/6] doc: line-range: improve formatting
` [PATCH 3/6] blame-options.txt: also mention 'funcname' in '-L' description
` [PATCH 4/6] doc: add more pointers to gitattributes(5) for userdiff
` [PATCH 5/6] line-log: mention both modes in 'blame' and 'log' short help
` [PATCH 6/6] blame: enable funcname blaming with userdiff driver

[PATCH v3 0/4] Beginning of new merge strategy: New API, empty implementation
 2020-10-29 20:32 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/4] merge-ort: barebones API of new merge strategy with "
  ` [PATCH v4 2/4] merge-ort-wrappers: new convience wrappers to mimic the old merge API
  ` [PATCH v4 3/4] fast-rebase: demonstrate merge-ort's API via new test-tool command
  ` [PATCH v4 4/4] merge,rebase,revert: select ort or recursive by config or environment

[PATCH v4 0/9] propose config-based hooks
 2020-10-29 20:04 UTC  (7+ messages)
` [PATCH v4 1/9] doc: propose hooks managed by the config

Credential Store: Don't acquire lock when only reading the file
 2020-10-29 19:20 UTC 

[PATCH] Fix zsh installation instructions
 2020-10-29 19:09 UTC  (11+ messages)

[PATCH v3 00/29] completion: zsh: latest patches
 2020-10-29 17:43 UTC  (31+ messages)
` [PATCH v3 01/29] completion: zsh: fix __gitcomp_direct()
` [PATCH v3 02/29] completion: zsh: fix name due to broken autoloading
` [PATCH v3 03/29] completion: zsh: fix bash script extension
` [PATCH v3 04/29] completion: zsh: reorganize install instructions
` [PATCH v3 05/29] completion: zsh: fix for directories with spaces
` [PATCH v3 06/29] completion: zsh: update slave script locations
` [PATCH v3 07/29] completion: prompt: fix color for Zsh
` [PATCH v3 08/29] completion: zsh: fix for command aliasing
` [PATCH v3 09/29] completion: bash: synchronize zsh wrapper
` [PATCH v3 10/29] completion: bash: remove "
` [PATCH v3 11/29] completion: zsh: fix completion for --no-.. options
` [PATCH v3 12/29] completion: fix conflict with bashcomp
` [PATCH v3 13/29] completion: zsh: add missing direct_append
` [PATCH v3 14/29] completion: zsh: fix splitting of words
` [PATCH v3 15/29] completion: zsh: simplify compadd functions
` [PATCH v3 16/29] completion: zsh: simplify direct compadd
` [PATCH v3 17/29] completion: zsh: trivial cleanup
` [PATCH v3 18/29] completion: zsh: simplify nl_append
` [PATCH v3 19/29] completion: zsh: simplify file_direct
` [PATCH v3 20/29] completion: zsh: shuffle functions around
` [PATCH v3 21/29] completion: zsh: refactor command completion
` [PATCH v3 22/29] completion: zsh: improve command tags
` [PATCH v3 23/29] completion: zsh: add alias descriptions
` [PATCH v3 24/29] completion: zsh: trivial simplification
` [PATCH v3 25/29] completion: zsh: add simple version check
` [PATCH v3 26/29] completion: bash: trivial cleanup
` [PATCH v3 27/29] completion: bash: cleanup cygwin check
` [PATCH v3 28/29] completion: bash: remove old compat wrappers
` [PATCH v3 29/29] Update copyright notices

[PATCH 00/14] completion: a bunch of updates
 2020-10-29 17:27 UTC  (12+ messages)

[PATCH v3 0/3] ref-filter: handle CRLF at end-of-line more gracefully
 2020-10-29 12:48 UTC  (10+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] "
  ` [PATCH v5 0/2] "
    ` [PATCH v5 1/2] "
    ` [PATCH v5 2/2] log, show: add tests for messages containing CRLF

Git in Outreachy?
 2020-10-29 10:13 UTC  (6+ messages)

[PATCH 0/4] Adjust t5411 for the upcoming change of the default branch name
 2020-10-28 20:12 UTC  (7+ messages)
` [PATCH 1/4] t5411: start using the default branch name "main"
` [PATCH 2/4] t5411: start adjusting the support files for init.defaultBranch=main
` [PATCH 3/4] t5411: adjust the remaining "
` [PATCH 4/4] t5411: finish preparing for `main` being the default branch name

Proposal: "unadd" command / alias
 2020-10-28 23:44 UTC  (12+ messages)

[Outreachy]: Help for Outreachy Application
 2020-10-28 15:46 UTC  (6+ messages)

[OUTREACHY][PATCH v2] t7006: Use test_path_is_* functions in test script
 2020-10-28  2:45 UTC  (11+ messages)

[PATCH 0/7] forbidding symlinked .gitattributes and .gitignore
 2020-10-28 19:18 UTC  (18+ messages)
` [PATCH v2 0/8] "
  ` [PATCH v2 7/8] verify_path(): disallow symlinks in "
    ` [PATCH] documentation symlink restrictions for .git* files

[PATCH v2 0/3] Work around flakiness in t5500.43
 2020-10-28  9:33 UTC  (10+ messages)
` [PATCH v3 0/2] "
  ` [PATCH] sideband: diagnose more incoming packet anomalies

Draft of Git Rev News edition 68
 2020-10-28  9:33 UTC 

[PATCH v2 00/29] completion: zsh: latest patches
 2020-10-28  1:48 UTC  (3+ messages)

git mergetool does not work since 2.29.0
 2020-10-28  7:25 UTC 

[PATCH] refs: implement reference transaction hooks
 2020-10-28 18:22 UTC  (7+ messages)
` [PATCH v4] refs: implement reference transaction hook

What's cooking in git.git (Oct 2020, #04; Tue, 27)
 2020-10-27 23:33 UTC 

Bundles: Partial Clone & Shallow clone
 2020-10-27 21:55 UTC 

[PATCH 0/4] rebase -i: fix ORIG_HEAD handling
 2020-10-27 21:10 UTC  (6+ messages)
` [PATCH 1/4] rebase -i: stop overwriting ORIG_HEAD buffer
` [PATCH 2/4] rebase -i: use struct object_id rather than looking up commit
` [PATCH 3/4] rebase -i: use struct object_id when writing state
` [PATCH 4/4] rebase -i: simplify get_revision_ranges()

[PATCH 0/2] fix error handling in checkout-index
 2020-10-27 20:27 UTC  (3+ messages)

Why does git diff-index show intent-to-add file as "Added"?
 2020-10-27 20:06 UTC  (4+ messages)

[PATCH v3 00/11] [GSoC] Implement Corrected Commit Date
 2020-10-27 18:53 UTC  (4+ messages)
` [PATCH v4 00/10] "
  ` [PATCH v4 06/10] commit-graph: implement corrected commit date

[PATCH] clone: document partial clone section
 2020-10-27 18:51 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] "
  ` [PATCH v3] "

[PATCH] l10n: fr.po Fix a typo
 2020-10-27 14:57 UTC  (2+ messages)


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 NNTP newsgroup(s).