messages from 2020-10-30 03:42:51 to 2020-11-02 20:19:08 UTC [more...]
[PATCH 00/14] completion: a bunch of updates
2020-11-02 20:18 UTC (15+ messages)
[PATCH 0/4] rebase -i: fix ORIG_HEAD handling
2020-11-02 19:40 UTC (5+ messages)
` [PATCH 1/4] rebase -i: stop overwriting ORIG_HEAD buffer
[PATCH v2 00/19] Parallel Checkout (part I)
2020-11-02 19:35 UTC (15+ messages)
` [PATCH v3 "
` [PATCH v3 01/19] convert: make convert_attrs() and convert structs public
` [PATCH v3 05/19] entry: extract a header file for entry.c functions
` [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 0/2] git-gui: Auto-rescan on activate
2020-11-02 19:31 UTC (9+ messages)
` [PATCH 1/2] git-gui: Delay rescan until idle time
` [PATCH 2/2] git-gui: Auto-rescan on activate
BUG: commit-graph.c:1068 when doing `git pull`
2020-11-02 19:12 UTC (2+ messages)
What's cooking in git.git (Oct 2020, #04; Tue, 27)
2020-11-02 18:57 UTC (9+ messages)
` jc/sequencer-stopped-sha-simplify, was "
` jk/committer-date-is-author-date-fix-simplify, "
` sj/untracked-files-in-submodule-directory-is-not-dirty, "
` ag/merge-strategies-in-c, "
[PATCH 0/5] Add struct strmap and associated utility functions
2020-11-02 18:55 UTC (44+ messages)
` [PATCH v2 00/10] "
` [PATCH v2 01/10] hashmap: add usage documentation explaining hashmap_free[_entries]()
` [PATCH v2 02/10] hashmap: adjust spacing to fix argument alignment
` [PATCH v2 03/10] hashmap: allow re-use after hashmap_free()
` [PATCH v2 04/10] hashmap: introduce a new hashmap_partial_clear()
` [PATCH v2 05/10] strmap: new utility functions
` [PATCH v2 06/10] strmap: add more "
` [PATCH v2 07/10] strmap: enable faster clearing and reusing of strmaps
` [PATCH v2 08/10] strmap: add functions facilitating use as a string->int map
` [PATCH v2 09/10] strmap: add a strset sub-type
` [PATCH v2 10/10] strmap: enable allocations to come from a mem_pool
` [PATCH v3 00/13] Add struct strmap and associated utility functions
` [PATCH v3 01/13] hashmap: add usage documentation explaining hashmap_free[_entries]()
` [PATCH v3 02/13] hashmap: adjust spacing to fix argument alignment
` [PATCH v3 03/13] hashmap: allow re-use after hashmap_free()
` [PATCH v3 04/13] hashmap: introduce a new hashmap_partial_clear()
` [PATCH v3 05/13] hashmap: provide deallocation function names
` [PATCH v3 06/13] strmap: new utility functions
` [PATCH v3 07/13] strmap: add more "
` [PATCH v3 08/13] strmap: enable faster clearing and reusing of strmaps
` [PATCH v3 09/13] strmap: add functions facilitating use as a string->int map
` [PATCH v3 10/13] strmap: add a strset sub-type
` [PATCH v3 11/13] strmap: enable allocations to come from a mem_pool
` [PATCH v3 12/13] strmap: take advantage of FLEXPTR_ALLOC_STR when relevant
` [PATCH v3 13/13] Use new HASHMAP_INIT macro to simplify hashmap initialization
[PATCH] upload-pack.c: fix a sparse warning
2020-11-02 18:55 UTC (4+ messages)
` [PATCH] Makefile: enable -Wsparse-error for DEVELOPER build
[PATCH v3 0/4] Beginning of new merge strategy: New API, empty implementation
2020-11-02 18:52 UTC (4+ messages)
` [PATCH v4 "
[Outreachy][Proposal] Accelerate rename detection and the range-diff
2020-11-02 18:35 UTC (5+ messages)
Segfault in git when using git logs
2020-11-02 18:31 UTC (3+ messages)
[PATCH] doc/diff-options: fix out of place mentions of '--patch/-p'
2020-11-02 18:11 UTC (2+ messages)
git-diff bug?
2020-11-02 17:45 UTC (2+ messages)
Git Help
2020-11-02 17:29 UTC
[PATCH 00/26] git-log: implement new --diff-merge options
2020-11-02 16:15 UTC (30+ messages)
` [PATCH 01/26] revision: factor out parsing of diff-merge related options
` [PATCH 02/26] revision: factor out setup of diff-merge related settings
` [PATCH 03/26] revision: factor out initialization "
` [PATCH 04/26] revision: provide implementation for diff merges tweaks
` [PATCH 05/26] revision: move diff merges functions to its own diff-merges.c
` [PATCH 06/26] diff-merges: rename all functions to have common prefix
` [PATCH 07/26] diff-merges: move checks for first_parent_only out of the module
` [PATCH 08/26] diff-merges: rename diff_merges_default_to_enable() to match semantics
` [PATCH 09/26] diff-merges: re-arrange functions to match the order they are called in
` [PATCH 10/26] diff-merges: new function diff_merges_suppress()
` [PATCH 11/26] diff-merges: new function diff_merges_set_dense_combined_if_unset()
` [PATCH 12/26] diff-merges: introduce revs->first_parent_merges flag
` [PATCH 13/26] diff-merges: revise revs->diff flag handling
` [PATCH 14/26] t4013: support test_expect_failure through ':failure' magic
` [PATCH 15/26] t4013: add tests for -m failing to override -c/--cc
` [PATCH 16/26] diff-merges: fix -m to properly "
` [PATCH 17/26] diff-merges: split 'ignore_merges' field
` [PATCH 18/26] diff-merges: group diff-merge flags next to each other inside 'rev_info'
` [PATCH 19/26] diff-merges: get rid of now empty diff_merges_init_revs()
` [PATCH 20/26] diff-merges: refactor opt settings into separate functions
` [PATCH 21/26] diff-merges: make -m/-c/--cc explicitly mutually exclusive
` [PATCH 22/26] diff-merges: implement new values for --diff-merges
` [PATCH 23/26] t4013: add test for --diff-merges=first-parent
` [PATCH 24/26] doc/git-log: describe new --diff-merges options
` [PATCH 25/26] doc/diff-generate-patch: mention new --diff-merges option
` [PATCH 26/26] doc/rev-list-options: document --first-parent implies --diff-merges=first-parent
Broken-point Continuingly-cloning
2020-11-02 11:37 UTC
Feature request: Exponential search in git bisect
2020-11-02 10:36 UTC (7+ messages)
[PATCH 0/6] blame: enable funcname blaming with userdiff driver
2020-11-01 17:28 UTC (25+ 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 6/6] blame: enable funcname blaming with userdiff driver
` [PATCH v2 0/8] "
` [PATCH v2 1/8] doc: log, gitk: move '-L' description to 'line-range-options.txt'
` [PATCH v2 2/8] doc: line-range: improve formatting
` [PATCH v2 3/8] blame-options.txt: also mention 'funcname' in '-L' description
` [PATCH v2 4/8] doc: add more pointers to gitattributes(5) for userdiff
` [PATCH v2 5/8] line-log: mention both modes in 'blame' and 'log' short help
` [PATCH v2 6/8] blame: enable funcname blaming with userdiff driver
` [PATCH v2 7/8] blame: simplify 'setup_scoreboard' interface
` [PATCH v2 8/8] blame: simplify 'setup_blame_bloom_data' interface
[PATCH] fix gcc 4.0 big endian sha1
2020-11-01 11:42 UTC
[PATCH] gitk: Add options --select-file and --select-line
2020-11-01 9:24 UTC (3+ messages)
` [PATCH v2] "
[PATCH] pack-write: use hashwrite_be32() instead of double-buffering array
2020-11-01 8:52 UTC
[PATCH] git-prompt.sh: make `option` a local variable
2020-11-01 8:04 UTC (3+ messages)
[PATCH RESEND] stash: simplify reflog emptiness check
2020-11-01 7:34 UTC
[PATCH v3 00/11] [GSoC] Implement Corrected Commit Date
2020-11-01 0:55 UTC (6+ messages)
` [PATCH v4 00/10] "
` [PATCH v4 07/10] commit-graph: implement generation data chunk
` [PATCH v4 08/10] commit-graph: use generation v2 only if entire chain does
[PATCH 0/4] Adjust t5411 for the upcoming change of the default branch name
2020-10-31 19:46 UTC (11+ messages)
` [PATCH 1/4] t5411: start using the default branch name "main"
` [PATCH v2 0/4] Adjust t5411 for the upcoming change of the default branch name
` [PATCH v2 1/4] t5411: start using the default branch name "main"
` [PATCH v2 2/4] t5411: start adjusting the support files for init.defaultBranch=main
` [PATCH v2 3/4] t5411: adjust the remaining "
` [PATCH v2 4/4] t5411: finish preparing for `main` being the default branch name
[PATCH] t9363: Cleanup old version of code
2020-10-31 16:56 UTC (2+ messages)
[PATCH v2 1/2] object: allow clear_commit_marks_all to handle any repo
2020-10-31 12:47 UTC (2+ messages)
` [PATCH v2 2/2] bisect: clear flags in passed repository
[PATCH 1/2] object: allow clear_commit_marks_all() to handle any repo
2020-10-31 12:31 UTC (2+ messages)
` [PATCH 2/2] bisect: clear flags in passed repository
[PATCH] upload-pack: allow stateless client EOF just prior to haves
2020-10-31 4:17 UTC (12+ messages)
` [PATCH v2] "
` [PATCH v3] "
[PATCH 00/10] Advertise trace2 SID in protocol capabilities
2020-10-30 22:31 UTC (3+ messages)
[PATCH] credential-store: use timeout when locking file
2020-10-30 19:49 UTC (2+ messages)
git-gui: Why are the main panels no longer white?
2020-10-30 15:24 UTC (4+ messages)
[ANNOUNCE] Git for Windows 2.29.2
2020-10-30 15:22 UTC
[PATCH] Fix potential segfault on cloning invalid tag
2020-10-30 15:09 UTC (2+ messages)
Credential Store: Don't acquire lock when only reading the file
2020-10-30 15:01 UTC (7+ messages)
git-gui: How to configure for use in gigantic projects?
2020-10-30 14:06 UTC (5+ messages)
git-gui: Why are the main panels no longer white?
2020-10-30 11:25 UTC (4+ messages)
[ANNOUNCE] Git Rev News edition 68
2020-10-30 10:56 UTC
[Outreachy][Proposal] : Improve droping and rewording commits in Git interactive rebase
2020-10-30 10:22 UTC
Bundles: Partial Clone & Shallow clone
2020-10-30 8:19 UTC (2+ messages)
[PATCH 00/20] fundamentals of merge-ort implementation
2020-10-30 3:58 UTC (14+ messages)
` [PATCH 03/20] merge-ort: port merge_start() from merge-recursive
` [PATCH 05/20] merge-ort: add an err() function similar to one "
` [PATCH 08/20] merge-ort: compute a few more useful fields for collect_merge_info
` [PATCH 09/20] merge-ort: record stage and auxiliary info for every path
` [PATCH 10/20] merge-ort: avoid recursing into identical trees
` [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 16/20] merge-ort: basic outline for merge_switch_to_result()
` [PATCH 17/20] merge-ort: add implementation of checkout()
` [PATCH 18/20] tree: enable cmp_cache_name_compare() to be used elsewhere
` [PATCH 19/20] merge-ort: add implementation of record_unmerged_index_entries()
` [PATCH 20/20] merge-ort: free data structures in merge_finalize()
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).