messages from 2020-12-23 23:28:16 to 2020-12-30 01:59:26 UTC [more...]
[PATCH v4 00/10] [GSoC] Implement Corrected Commit Date
2020-12-30 1:53 UTC (15+ messages)
` [PATCH v5 00/11] "
` [PATCH v5 01/11] commit-graph: fix regression when computing Bloom filters
` [PATCH v5 02/11] revision: parse parent in indegree_walk_step()
` [PATCH v5 03/11] commit-graph: consolidate fill_commit_graph_info
` [PATCH v5 04/11] t6600-test-reach: generalize *_three_modes
` [PATCH v5 05/11] commit-graph: add a slab to store topological levels
` [PATCH v5 06/11] commit-graph: return 64-bit generation number
` [PATCH v5 07/11] commit-graph: implement corrected commit date
` [PATCH v5 08/11] commit-graph: implement generation data chunk
` [PATCH v5 09/11] commit-graph: use generation v2 only if entire chain does
` [PATCH v5 10/11] commit-reach: use corrected commit dates in paint_down_to_common()
` [PATCH v5 11/11] doc: add corrected commit date info
[PATCH 0/4] rename "sha1-foo" files
2020-12-30 1:29 UTC (8+ messages)
` [PATCH 1/4] object-name.c: rename from sha1-name.c
` [PATCH 2/4] object-file.c: rename from sha1-file.c
` [PATCH 3/4] sha1-lookup: rename `sha1_pos()` as `hash_pos()`
` [PATCH 4/4] hash-lookup: rename from sha1-lookup
Documentation errors for HTTP protocol v2 and packfile
2020-12-29 22:43 UTC (6+ messages)
` [PATCH 0/2] pack-format.txt: document lengths at start of delta data
` [PATCH 1/2] pack-format.txt: define "varint" format
` [PATCH v2] pack-format.txt: document sizes at start of delta data
[PATCH 0/7] diffcore-rename improvements
2020-12-29 20:05 UTC (15+ messages)
` [PATCH v2 0/9] "
` [PATCH v2 9/9] diffcore-rename: remove unneccessary duplicate entry checks
` [PATCH v3 0/9] diffcore-rename improvements
` [PATCH v3 1/9] diffcore-rename: rename num_create to num_destinations
` [PATCH v3 2/9] diffcore-rename: avoid usage of global in too_many_rename_candidates()
` [PATCH v3 3/9] diffcore-rename: simplify limit check
` [PATCH v3 4/9] diffcore-rename: reduce jumpiness in progress counters
` [PATCH v3 5/9] t4058: add more tests and documentation for duplicate tree entry handling
` [PATCH v3 6/9] t4058: explore duplicate tree entry handling in a bit more detail
` [PATCH v3 7/9] diffcore-rename: simplify and accelerate register_rename_src()
` [PATCH v3 8/9] diffcore-rename: accelerate rename_dst setup
` [PATCH v3 9/9] diffcore-rename: remove unnecessary duplicate entry checks
Repo in strange state
2020-12-29 20:03 UTC
[PATCH] CoC: update to 2.0
2020-12-29 18:36 UTC (15+ messages)
` [PATCH v2 0/2] CoC: update to 2.0 with less upstream divergence
` [PATCH v2 1/2] CoC: Update word-wrapping to match upstream
` [PATCH v2 2/2] CoC: update to version 2.0 + local changes
[PATCH v5 0/1] mergetool: remove unconflicted lines
2020-12-29 17:23 UTC (47+ messages)
` [PATCH v5 1/1] mergetool: add automerge configuration
` [PATCH v6 0/1] "
` [PATCH v6 1/2] "
` [PATCH v6 2/2] mergetool: Add per-tool support for the autoMerge flag
` [PATCH v7 0/2] mergetool: add automerge configuration
` [PATCH v7 1/2] "
` [PATCH v7 2/2] mergetool: Add per-tool support for the autoMerge flag
` [PATCH v8 0/4] mergetool: add automerge configuration
` [PATCH v8 1/4] "
` [PATCH v8 2/4] mergetool: Add per-tool support for the autoMerge flag
` [PATCH v8 3/4] mergetool: Break setup_tool out into separate initialization function
` [PATCH v8 4/4] mergetool: Add automerge_enabled tool-specific override function
` [PATCH v9 0/5] mergetool: add automerge configuration
` [PATCH v9 1/5] "
` [PATCH v9 2/5] mergetool: alphabetize the mergetool config docs
` [PATCH v9 3/5] mergetool: add per-tool support for the autoMerge flag
` [PATCH v9 4/5] mergetool: break setup_tool out into separate initialization function
` [PATCH v9 5/5] mergetool: add automerge_enabled tool-specific override function
[PATCH v2 0/3] completion: make __git_complete public
2020-12-29 17:08 UTC (4+ messages)
` [PATCH v2 1/3] completion: bash: add __git_have_func helper
` [PATCH v2 2/3] test: completion: add tests for __git_complete
` [PATCH v2 3/3] completion: add proper public __git_complete
[BUG] Destructive access to an "objects/info/alternates" repository
2020-12-29 15:44 UTC (5+ messages)
[PATCH] builtin/*: update usage format
2020-12-29 14:33 UTC (2+ messages)
suggestion for git glossary: upstream, downstream
2020-12-29 13:15 UTC
What's cooking in git.git (Dec 2020, #05; Mon, 28)
2020-12-29 8:32 UTC (3+ messages)
[PATCH] git-mv: fix git mv bug with case insensitive fs
2020-12-29 2:06 UTC
[PATCH 00/10] merge-ort: add more handling of basic conflict types
2020-12-29 0:44 UTC (2+ messages)
[PATCH 0/2] completion: make __git_complete public
2020-12-29 0:36 UTC (7+ messages)
` [PATCH 1/2] test: completion: add tests for __git_complete
` [PATCH 2/2] completion: add proper public __git_complete
[PATCH 00/17] use config-based hooks (config-based hooks part
2020-12-28 23:15 UTC (5+ messages)
` [PATCH v3 00/17] use config-based hooks (config-based hooks part II)
` [PATCH v3 18/17] doc: make git-hook.txt point of truth
[PATCH v7 00/17] propose config-based hooks (part I)
2020-12-28 22:50 UTC (6+ messages)
` [PATCH v3 18/17] doc: make git-hook.txt point of truth
[PATCH] mergetool--lib: fix '--tool-help' to correctly show available tools
2020-12-28 19:41 UTC (2+ messages)
` [PATCH v2] "
[ANNOUNCE] Git for Windows 2.30.0
2020-12-28 19:42 UTC
[PATCH] SubmittingPatches: tighten wording on "sign-off" procedure
2020-12-28 19:19 UTC (4+ messages)
[ANNOUNCE] Git v2.30.0
2020-12-28 19:09 UTC
A note from the maintainer
2020-12-28 19:09 UTC
[RFC/PATCH] mergetool: use resolved conflicts in all the views
2020-12-28 14:27 UTC (36+ messages)
` Code of conduct violation?
` Nobody is THE one making contribution
[PATCH v2 0/8] parsing trailers with shortlog
2020-12-28 11:29 UTC (3+ messages)
` [PATCH v2 8/8] shortlog: allow multiple groups to be specified
How can I search git log with ceratin keyword but without the other keyword?
2020-12-27 23:45 UTC
[GIT PULL] l10n updates for 2.30.0 round 2
2020-12-27 23:13 UTC (2+ messages)
[PATCH] CODE_OF_CONDUCT: expect tolerance, not respect
2020-12-27 17:06 UTC (9+ messages)
[PATCH] git-remote: load config whenever create_symref() might be called
2020-12-27 6:22 UTC (5+ messages)
[ANNOUNCE] Git Rev News edition 70
2020-12-26 22:04 UTC
[bug] git svn fetch: defect history - missing merges and wrong tag ancestors
2020-12-25 22:24 UTC
Read-only access to an "objects/info/alternates" repository
2020-12-25 21:47 UTC
How to integrate external repo into existing directory of a bigger repo (git subtree)?
2020-12-25 10:12 UTC (2+ messages)
Git Feature Request (Fixdown in interactive rebase)
2020-12-24 22:54 UTC (8+ messages)
Draft of Git Rev News edition 70
2020-12-24 17:15 UTC
[ANNOUNCE] Git v2.30.0-rc2
2020-12-24 15:16 UTC (8+ messages)
[PATCH 0/1] maintenance: Fix a SEGFAULT when no repository when running git maintenance run/start
2020-12-24 14:14 UTC (8+ messages)
` [PATCH v2 0/1] maintenance: Fix SEGFAULT when running outside of a repository
` [PATCH v2 1/1] maintenance: fix SEGFAULT when no repository
[PATCH] t7800-difftool: don't accidentally match tmp dirs
2020-12-24 9:24 UTC
[PATCH v3 00/10] make "mktag" use fsck_tag()
2020-12-24 9:16 UTC (4+ messages)
` [PATCH v4 00/20] make "mktag" use fsck_tag() & more
[ANNOUNCE] Git for Windows 2.30.0-rc2
2020-12-24 7:05 UTC
[RFC PATCH gentoolkit] bin: Add merge-driver-ekeyword
2020-12-24 6:13 UTC (4+ messages)
Git Feature Request (Commit Message editing directly from interactive rebase control file)
2020-12-24 4:21 UTC (5+ messages)
[PATCH try2 0/4] completion: bash: a bunch of fixes
2020-12-24 0:21 UTC (6+ messages)
[PATCH v4 0/2] negative-refspec: fix segfault on : refspec
2020-12-24 0:00 UTC (5+ messages)
` [PATCH v5 "
[BUG] In git-log, --name-status flag overrides the --patch flag
2020-12-23 23:54 UTC (4+ messages)
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).