Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH 17/20] commit-graph.c: prevent overflow in `split_graph_merge_strategy()`, (continued)
- bug report: cloning private repo to absolute path doesn't work if gitconfig has includeIf directives,
Juan M Uys
- [PATCH] doc: remove mentions of .gitmodules !command syntax,
pvutov
- Possible typo in git stash doc page,
Manuel Ricci
- [PATCH] pretty: add %r format specifier for showing refs,
Andy Koppe
- [rebase] `fatal: cannot force update the branch ... checkout out at ...` is confusing when it isn't active,
Josh Soref
- [GSoC] Blog:More Sparse Index Integrations,
Shuqi Liang
- Beyond Merge and Rebase: The Upstream Import Approach in Git,
Aleksander Korzyński
- What's cooking in git.git (Jul 2023, #02; Mon, 10),
Junio C Hamano
- [PATCH 0/2] repack: make `collect_pack_filenames()` consistent,
Taylor Blau
- [PATCH 0/2] fix resize issues on large screens,
Georg Müller
- [PATCH 0/5] SubmittingPatches: clarify which branch to use,
Linus Arver via GitGitGadget
- [PATCH 0/6] fsck: squelch progress output with `--no-progress`,
Taylor Blau
- [PATCH 0/2] remove unused "base-offset" from tree-walk codepath,
Junio C Hamano
- [PATCH 0/2] Fix attr magic combined with pathspec prefix,
Junio C Hamano
- [PATCH] pretty: use strchr(3) in userformat_find_requirements(), René Scharfe
- [PATCH] pretty: avoid double negative in format_commit_item(),
René Scharfe
- [PATCH] ls-tree: simplify prefix handling,
René Scharfe
- https://github.com/gitgitgadget/git, Mico Hasselstr?m
- [ANNOUNCE] Git for Windows 2.41.0(2), Johannes Schindelin
- t2400 on freebsd12,
D. Ben Knoble
- Expected behaviour for pathspecs matching attributes in subdirectories,
Matthew Hughes
- What's cooking in git.git (Jul 2023, #01; Wed, 5),
Junio C Hamano
- [PATCH v3] t0091-bugreport.sh: actually verify some content of report,
Martin Ågren
- [PATCH 0/2] Add new "describe" atom,
Kousik Sanagavarapu
- [PATCH] gitk: new config options for wrapping and diff modes,
András Gilyén
- Possible Bug with `git commit -a` in v2.41.0,
Dylan Brotherston
- Bug report: AM 3-way patching fails with partial cloning,
Marius Schiffer
- [PATCH 0/14] more -Wunused-parameter annotations,
Jeff King
- [PATCH 01/14] test-ref-store: drop unimplemented reflog-expire command, Jeff King
- [PATCH 02/14] do_for_each_ref_helper(): mark unused repository parameter, Jeff King
- [PATCH 03/14] http: mark unused parameters in curl callbacks, Jeff King
- [PATCH 04/14] http-push: mark unused parameter in xml callback, Jeff King
- [PATCH 05/14] am: mark unused keep_cr parameters, Jeff King
- [PATCH 06/14] count-objects: mark unused parameter in alternates callback, Jeff King
- [PATCH 07/14] revisions: drop unused "opt" parameter in "tweak" callbacks, Jeff King
- [PATCH 08/14] fsck: mark unused parameters in various fsck callbacks, Jeff King
- [PATCH 09/14] merge-tree: mark unused parameter in traverse callback, Jeff King
- [PATCH 10/14] replace: mark unused parameter in ref callback, Jeff King
- [PATCH 11/14] replace: mark unused parameter in each_mergetag_fn callback, Jeff King
- [PATCH 12/14] rev-parse: mark unused parameter in for_each_abbrev callback, Jeff King
- [PATCH 13/14] tag: mark unused parameters in each_tag_name_fn callbacks, Jeff King
- [PATCH 14/14] t/helper: mark unused callback void data parameters, Jeff King
- [PATCH 0/3] imap-send: some -Wunused-parameter cleanups,
Jeff King
- [PATCH 0/2] advise about force-pushing as an alternative to reconciliation,
Alex Henrie
- [PATCH] docs: add necessary headers to Documentation/MFOW.txt,
Vinayak Dev
- [PATCH] ref-filter: handle nested tags in --points-at option,
Jan Klötzke
- [PATCH] MyFirstObjectWalk: include necessary header files, Vinayak Dev
- [PATCH] pkt-line: don't check string length in packet_length(),
René Scharfe
- [PATCH v1 0/3] check-attr: integrate with sparse-index,
Shuqi Liang
- [PATCH v4] unit tests: Add a project plan document,
Josh Steadmon
- What's cooking in git.git (Jun 2023, #08; Fri, 30),
Junio C Hamano
- [ANNOUNCE] Git Rev News edition 100, Christian Couder
- Review Club cancelled next Wednesday, Calvin Wan
- Re: "git commit -m" bug,
Konstantin Ryabitsev
- [PATCH] docs: include "trace.h" in MyFirstObjectWalk.txt,
Vinayak Dev
- [PATCH] fsck: avoid misleading variable name,
Eric Sunshine
- Documentation/MyFirstObjectWalk: add #include "trace.h" to use trace_printf(),
Vinayak Dev
- [PATCH 0/3] commit -a -m: allow the top-level tree to become empty again,
Johannes Schindelin via GitGitGadget
- Draft of Git Rev News edition 100, Christian Couder
- [PATCH] t4205: correctly test %(describe:abbrev=...),
Kousik Sanagavarapu
- SHA256 support not experimental, or?,
Adam Majer
- git-switch history and checkout compatibility,
Namikaze Minato
- [PATCH] submodule: show inconsistent .gitmodules precedence,
Glen Choo via GitGitGadget
- [PATCH v2] fix cherry-pick/revert status when doing multiple commits,
Jacob Keller
- What's cooking in git.git (Jun 2023, #07; Tue, 27),
Junio C Hamano
- [RFC PATCH 0/8] Introduce Git Standard Library,
Calvin Wan
- [RFC PATCH 1/8] trace2: log fsync stats in trace2 rather than wrapper, Calvin Wan
- [RFC PATCH 2/8] hex-ll: split out functionality from hex, Calvin Wan
- [RFC PATCH 3/8] object: move function to object.c, Calvin Wan
- [RFC PATCH 4/8] config: correct bad boolean env value error message, Calvin Wan
- [RFC PATCH 5/8] parse: create new library for parsing strings and env values, Calvin Wan
- [RFC PATCH 8/8] git-std-lib: add test file to call git-std-lib.a functions, Calvin Wan
- [RFC PATCH 6/8] pager: remove pager_in_use(), Calvin Wan
- [RFC PATCH 7/8] git-std-lib: introduce git standard library, Calvin Wan
- Re: [RFC PATCH 0/8] Introduce Git Standard Library, Glen Choo
- Re: [RFC PATCH 0/8] Introduce Git Standard Library, Linus Arver
- [RFC PATCH v2 0/7] Introduce Git Standard Library, Calvin Wan
- [PATCH v4 0/4] Preliminary patches before git-std-lib, Jonathan Tan
- [PATCH 0/9] gitk: improve keyboard support,
Jens Lidestrom via GitGitGadget
- [PATCH 6/9] gitk: add keyboard bind for create and remove branch, Jens Lidestrom via GitGitGadget
- [PATCH 1/9] gitk: add procedures to get commit info from selected row, Jens Lidestrom via GitGitGadget
- [PATCH 5/9] gitk: add keyboard bind for checkout, Jens Lidestrom via GitGitGadget
- [PATCH 4/9] gitk: show branch name in reset dialog, Jens Lidestrom via GitGitGadget
- [PATCH 3/9] gitk: add keyboard bind for reset, Jens Lidestrom via GitGitGadget
- [PATCH 2/9] gitk: use term "current branch" in gui, Jens Lidestrom via GitGitGadget
- [PATCH 8/9] gitk: focus ok button in reset dialog, Jens Lidestrom via GitGitGadget
- [PATCH 9/9] gitk: default select reset hard in dialog, Jens Lidestrom via GitGitGadget
- [PATCH 7/9] gitk: add keyboard bind to cherry-pick, Jens Lidestrom via GitGitGadget
- Re: [PATCH 0/9] gitk: improve keyboard support, Johannes Sixt
- [PATCH v2 00/10] gitk: improve keyboard support, Jens Lidestrom via GitGitGadget
- [PATCH v2 01/10] gitk: add procedures to get commit info from selected row, Jens Lidestrom via GitGitGadget
- [PATCH v2 02/10] gitk: use term "current branch" in gui, Jens Lidestrom via GitGitGadget
- [PATCH v2 03/10] gitk: add keyboard bind for reset command, Jens Lidestrom via GitGitGadget
- [PATCH v2 04/10] gitk: show branch name in reset dialog, Jens Lidestrom via GitGitGadget
- [PATCH v2 06/10] gitk: add keyboard bind for remove branch command, Jens Lidestrom via GitGitGadget
- [PATCH v2 05/10] gitk: add keyboard bind for checkout command, Jens Lidestrom via GitGitGadget
- [PATCH v2 07/10] gitk: add keyboard bind for cherry-pick command, Jens Lidestrom via GitGitGadget
- [PATCH v2 08/10] gitk: add keyboard bind for create branch command, Jens Lidestrom via GitGitGadget
- [PATCH v2 09/10] gitk: improve keyboard convenience in reset dialog, Jens Lidestrom via GitGitGadget
- [PATCH v2 10/10] gitk: allow checkout of remote branch, Jens Lidestrom via GitGitGadget
- [PATCH 0/3] diff --no-index: support reading from named pipes,
Phillip Wood
- Re: Instructions for crediting your account with US$3,750,000.00 USD, Skyler Bailey
- [ANNOUNCE] Git Merge 2023 updates, Taylor Blau
- Bug: fetch with deepen shortens history,
Benjamin Stein
- [PATCH] config: don't BUG when both kvi and source are set,
Glen Choo via GitGitGadget
- [PATCH 0/2] [RFC] for-each-ref: add --count-matches mode,
Derrick Stolee via GitGitGadget
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]