messages from 2020-10-27 02:08:21 to 2020-10-29 21:33:03 UTC [more...]
[PATCH 00/10] Advertise trace2 SID in protocol capabilities
2020-10-29 21:32 UTC (9+ 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
git-gui: Why are the main panels no longer white?
2020-10-29 20:41 UTC (6+ messages)
` Reply
[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 v2 0/4] Beginning of new merge strategy: New API, empty implementation
2020-10-29 20:32 UTC (14+ messages)
` [PATCH v3 "
` [PATCH v3 1/4] merge-ort: barebones API of new merge strategy with "
` [PATCH v3 3/4] fast-rebase: demonstrate merge-ort's API via temporary/hidden command
` [PATCH v3 4/4] merge,rebase,revert: select ort or recursive by config or environment
` [PATCH v4 0/4] Beginning of new merge strategy: New API, empty implementation
` [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
[PATCH v2 00/19] Parallel Checkout (part I)
2020-10-29 19:48 UTC (22+ 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
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 (12+ 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 (8+ 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 (5+ messages)
` [PATCH 1/2] checkout-index: drop error message from empty --stage=all
` [PATCH 2/2] checkout-index: propagate errors to exit code
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 (7+ messages)
` [PATCH v4 00/10] "
` [PATCH v4 03/10] commit-graph: consolidate fill_commit_graph_info
` [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)
[PATCH] gitk: macOS: ignore osascript errors
2020-10-27 13:02 UTC (3+ messages)
No warning when checking-out a branch with a file that already exists but is not indexed in the current branch
2020-10-27 12:39 UTC
Feature request: Exponential search in git bisect
2020-10-27 12:10 UTC (2+ messages)
[PATCH] remote: add meaningful exit code on missing/existing
2020-10-27 9:41 UTC (2+ messages)
` [PATCH v2] "
What's cooking in git.git (Oct 2020, #03; Mon, 19)
2020-10-27 8:39 UTC (4+ messages)
committer-date-is-author-date flag removes email in "Commit"
2020-10-27 7:24 UTC (8+ messages)
` [PATCH 2/3] am: fix broken email with --committer-date-is-author-date
` [PATCH 4/3] am, sequencer: stop parsing our own committer ident
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).