Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH] gpg-interface: lazily initialize and read the configuration, (continued)
- CMakeLists.txt from contrib/buildsystems fails to build on Mac,
Ilya Kantor
- [PATCH] remote: align columns on -v,
Kir Kolyshkin
- Unexpected (bug-like) behavior in `git ls-remote` matching.,
William Blevins
- [PATCH v2] Documentation: clarify multiple pushurls vs urls, Calvin Wan
- [PATCH] config.h: remove unused git_configset_add_parameters(),
Ævar Arnfjörð Bjarmason
- [GSoC][PATCH] commit: warn the usage of reverse_commit_list() helper,
Kousik Sanagavarapu
- [PATCH] Documentation: clarify multiple pushurls vs urls,
Calvin Wan
- [RFC PATCH 0/1] Canonical tar format for Git,
brian m. carlson
- [PATCH] blame-tree: add library and tests via "test-tool blame-tree",
Ævar Arnfjörð Bjarmason
- [ANNOUNCE] tig-2.5.8, Thomas Koutcher
- [PATCH] pull: conflict hint pull.rebase suggestion should offer "merges" vs "true",
Tao Klerks via GitGitGadget
- [PATCH] pack-objects: use strcspn(3) in name_cmp_len(),
René Scharfe
- [PATCH] read-cache: use size_t for {base,df}_name_compare(),
René Scharfe
- [PATCH 0/2] Teach diff to honor diff algorithms set through git attributes,
John Cai via GitGitGadget
- [PATCH] t5000: modernise archive and :(glob) test,
Kostya Farber
- [PATCH] cache-tree: fix strbuf growth in prime_cache_tree_rec(),
René Scharfe
- [PATCH] new-command.txt: update reference to builtin docs,
Wes Lord via GitGitGadget
- [PATCH v1 0/3] userdiff: Java updates,
Andrei Rybak
- [PATCH] gitweb: fix base url set if PATH_INFO is used, add a / at the end.,
Daniel Abrecht
- The sad state of git.wiki.kernel.org,
Konstantin Ryabitsev
- Defaulting --rebase-merges overall?,
Tao Klerks
- [PATCH 0/3] add: remove Perl version of "git add -[pi]",
Ævar Arnfjörð Bjarmason
- Bug Report: Superfluous Tab Characters,
Diogo Fernandes
[PATCH v2 0/5] hook API: support stdin, convert post-rewrite,
Ævar Arnfjörð Bjarmason
What's cooking in git.git (Feb 2023, #01; Thu, 2),
Junio C Hamano
Hash for a commit sourcetree beside to a commit hash,
Andry
[GSoC][PATCH] t/t5000-tar-tree: add helper function,
Kostya Farber
[PATCH 0/3] blame: allow blame.coloring to specify both --color-lines and --color-by-age,
Robert Estelle via GitGitGadget
[GSoC][PATCH] merge: use reverse_commit_list() for list reversal,
Kousik Sanagavarapu
Re: Cloning submodules on github actions very slow, विश्वासो वासुकिजः (Vishvas Vasuki)
[PATCH] delta-islands: free island_marks and bitmaps,
Eric Wong
Git Security Mailing List, Sukhman Bhuller
[Help][Bug] Git pull fails while pulling large commits on FUSE based filesystem, Palaniappan Nagarajan
[PATCH] rev-list: clarify git-log default date format,
Rafael Dulfer
RE: grep: fix multibyte regex handling under macOS (1819ad327b7a1f19540a819813b70a0e8a7f798f),
D. Ben Knoble
[PATCH 0/4] t/lib-httpd ssl fixes,
Jeff King
[PATCH 1/2] Makefile: not use mismatched curl_config to check version,
Jiang Xin
[PATCH] clean: flush after each line,
Orgad Shaneh via GitGitGadget
[PATCH] git-gui: fix inability to quit after closing another instance,
Orgad Shaneh via GitGitGadget
[PATCH] docs: document zero bits in index "mode",
Glen Choo
[GSoC][PATCH] t/t4113-apply-ending.sh: Modernize a test script,
Shuqi Liang
[ANNOUNCE] Git Rev News edition 95, Christian Couder
gitformat-index.txt has a gap in the "mode" description?,
Glen Choo
[PATCH] win32: check for NULL when creating thread,
Rose via GitGitGadget
Bug: Cloning git repositories behind a proxy using the git:// protocol broken since 2.32,
Bezdeka, Florian
Git loses untracked files during “stash” if there are conficts, Alessandro Arici
Stability of git-archive, breaking (?) the Github universe, and a possible solution,
Eli Schwartz
- Re: Stability of git-archive, breaking (?) the Github universe, and a possible solution, Ævar Arnfjörð Bjarmason
- Re: Stability of git-archive, breaking (?) the Github universe, and a possible solution, Eli Schwartz
- [PATCH 0/9] git archive: use gzip again by default, document output stabilty, Ævar Arnfjörð Bjarmason
- [PATCH 3/9] archiver API: make the "flags" in "struct archiver" an enum, Ævar Arnfjörð Bjarmason
- [PATCH 2/9] git config docs: document "tar.<format>.{command,remote}", Ævar Arnfjörð Bjarmason
- [PATCH 4/9] archive: omit the shell for built-in "command" filters, Ævar Arnfjörð Bjarmason
- [PATCH 5/9] archive-tar.c: move internal gzip implementation to a function, Ævar Arnfjörð Bjarmason
- [PATCH 9/9] git archive docs: document output non-stability, Ævar Arnfjörð Bjarmason
- [PATCH 1/9] archive & tar config docs: de-duplicate configuration section, Ævar Arnfjörð Bjarmason
- [PATCH 6/9] archive: use "gzip -cn" for stability, not "git archive gzip", Ævar Arnfjörð Bjarmason
- [PATCH 7/9] test-lib.sh: add a lazy GZIP prerequisite, Ævar Arnfjörð Bjarmason
- [PATCH 8/9] archive tests: test for "gzip -cn" and "git archive gzip" stability, Ævar Arnfjörð Bjarmason
- Re: [PATCH 0/9] git archive: use gzip again by default, document output stabilty, Phillip Wood
- Re: [PATCH 0/9] git archive: use gzip again by default, document output stabilty, Junio C Hamano
- Re: [PATCH 0/9] git archive: use gzip again by default, document output stabilty, Raymond E. Pasco
- Re: Stability of git-archive, breaking (?) the Github universe, and a possible solution, brian m. carlson
- Re: Stability of git-archive, breaking (?) the Github universe, and a possible solution, Ævar Arnfjörð Bjarmason
- Re: Stability of git-archive, breaking (?) the Github universe, and a possible solution, Konstantin Ryabitsev
- Re: Stability of git-archive, breaking (?) the Github universe, and a possible solution, Eli Schwartz
- Re: Stability of git-archive, breaking (?) the Github universe, and a possible solution, Ævar Arnfjörð Bjarmason
What's cooking in git.git (Jan 2023, #07; Mon, 30),
Junio C Hamano
Draft of Git Rev News edition 95, Christian Couder
[PATCH] credential: new attribute password_expiry_utc,
M Hickford via GitGitGadget
[PATCH 0/3] Allow scalar to succeed despite maintenance failures,
Derrick Stolee via GitGitGadget
How experimental are git switch/restore?, Ilya Kantor
Git over HTTP; have flexible SASL authentication,
Rick van Rein
Git submodule commits, Martin Terra
What's cooking in git.git (Jan 2023, #07; Thu, 26), Junio C Hamano
When using several ssh key, Git match ssh key by host, instead of hostname in ssh config file.,
Yangyang Hua
git log --follow wrongly includes delete commit,
Steinar H. Gunderson
Feature Request - GIT config - Reference value of init.defaultBranch in alias,
Michal Aron
[PATCH] request-pull: filter out SSH/X.509 tag signatures,
Gwyneth Morgan
[PATCH] fix italian expression, Paolo Benvenuto via GitGitGadget
A summary of in-flight topics,
Junio C Hamano
git not allowing 744 as permissions for a file,
Auriane Reverdell
Inconsistency between git-log documentation and behavior regarding default date format.,
Rafael Dulfer
[PATCH 0/2] gitk: handle long command-lines,
Johannes Schindelin via GitGitGadget
[PATCH 0/5] hook API: support stdin, convert post-rewrite,
Ævar Arnfjörð Bjarmason
What's cooking in git.git (Jan 2023, #06; Sun, 22), Junio C Hamano
nested submodules detection w/o .gitmodules file,
Andry
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]