Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH] test-lib.sh: discover "git" in subdirs of "contrib/buildsystems/out", (continued)
- [bug] git diff --word-diff gives wrong result for utf-8 chinese,
Ping Yin
- push.default and "git push",
Yuri Kanivetsky
- possible bug for Git - Git incorrectly recognizes which file has been renamed., Tomasz Osak
- [PATCH v3] am: Allow passing --no-verify flag,
Thierry Reding
- Program path added to sparse file specification if leading slash is used,
Andreas Schrell
- making use of $sm_path @ git submodule foreach —recursive,
signal@xxxxxxxx
- [PATCH 0/1] Avoid multiple patterns when recipes generate one file,
Paul Smith
- git ls-remote windows issue.,
Kirill Frolov
- [PATCH v1 1/4] t1301: fix wrong template dir for git-init,
Jiang Xin
- [PATCH 0/5] diff-merges: more features,
Sergey Organov
- [PATCH] i18n: fix command template placeholder format,
Jean-Noël Avila via GitGitGadget
- [PATCH] merge-recursive: fix variable typo in error message, Kyle Meyer
- [PATCH] git-compat-util.h: Fix build without threads,
Bagas Sanjaya
- [PATCH] trace2 tests: guard pthread test with "PTHREAD",
Ævar Arnfjörð Bjarmason
- [PATCH 0/3] Improve consistency of git-var,
Sean Allred via GitGitGadget
- [BUG} t2201.7+ Failure to Create Thread in 2.39.0-rc0,
rsbecker
- git pull --verbose with submodules ends in error message,
Fink, Mike
- [PATCH] send-email: disable option auto-abbreviation,
Kyle Meyer
- [Design RFC] Being more defensive about fetching commits in partial clone,
Jonathan Tan
- [PATCH] revert: add angle bracket around argument 'parent-number' in usage, Fangyi Zhou via GitGitGadget
- [bug] git log --invert-grep --grep=[sufficiently complicated regex] prints nothing,
Zack Weinberg
- git download,
Vasilij Demyanov
- [PATCH 0/2] Use fixed github-actions runner image,
Jiang Xin
- [ANNOUNCE] Git for Windows 2.39.0-rc0,
Johannes Schindelin
- [L10N] Kickoff for Git 2.39.0 round #1, Jiang Xin
- [ANNOUNCE] Git v2.39.0-rc0,
Junio C Hamano
- What's cooking in git.git (Nov 2022, #06; Wed, 23), Junio C Hamano
- [PATCH] chainlint.pl: fix /proc/cpuinfo regexp,
Andreas Hasenack via GitGitGadget
- What's cooking in git.git (Nov 2022, #05; Tue, 22),
Junio C Hamano
- chainlink.pl /proc/cpuinfo regexp fails on s390x,
Andreas Hasenack
- git tag -l --format results into a malloc fatal error, if tag is signed.,
Jan-Otto Kröpke
- [PATCH] builtin: submodule--helper: Add allocation check of module_cb structure objects may be helpful in case of allocation failure,
Li kunyu
- [PATCH] t3920: don't ignore errors of more than one command with `|| true`,
Johannes Sixt
- filter-repo: support for copying notes,
Konstantin Ryabitsev
- [PATCH] t5516: fail to run in verbose mode,
Jiang Xin
- [PATCH] config: introduce an Operating System-specific `includeIf` condition,
Johannes Schindelin via GitGitGadget
- fsmonitor: t7527 racy on OSX?,
Ævar Arnfjörð Bjarmason
- [PATCH 0/3] fix t1509-root-work-tree failure,
Eric Sunshine via GitGitGadget
- [PATCH] lib-httpd: extend module location auto-detection,
Eric Sunshine via GitGitGadget
- [PATCH] var: add GIT_SEQUENCE_EDITOR variable,
Sean Allred via GitGitGadget
- [PATCH] list-objects-filter: plug combine_filter_data leak, René Scharfe
- [PATCH] prune: quiet ENOENT on missing directories,
Eric Wong
- [PATCH] Makefile: suppress macOS deprecation warning,
Stefan Sundin via GitGitGadget
- [PATCH 0/2] git-jump: support Emacs,
Yoichi NAKAYAMA via GitGitGadget
- Please let me know if you received this email!!, Mr. Stephen Melvin
- What's cooking in git.git (Nov 2022, #04; Fri, 18),
Taylor Blau
- Re: What's cooking in git.git (Nov 2022, #04; Fri, 18), SZEDER Gábor
- Looking for a review (pretty-formats, hard truncation), was What's cooking in git.git (Nov 2022, #04; Fri, 18)), Philip Oakley
- Re: What's cooking in git.git (Nov 2022, #04; Fri, 18), Phillip Wood
- Re: What's cooking in git.git (Nov 2022, #04; Fri, 18), Junio C Hamano
- Re: What's cooking in git.git (Nov 2022, #04; Fri, 18), Junio C Hamano
- Re: What's cooking in git.git (Nov 2022, #04; Fri, 18), Junio C Hamano
- ab/submodule-no-abspath (was Re: What's cooking in git.git (Nov 2022, #04; Fri, 18)), Glen Choo
- [PATCH v2] am: Allow passing --no-verify flag,
Thierry Reding
- [Q] Where does "git commit -q -m msg" spend time?, Junio C Hamano
- bug report: add/delete instead of rename,
Sergey Ivanov
- git-subtree docs missing,
David Cowden
- [PATCH] am: Allow passing --no-verify flag,
Thierry Reding
- [PATCH 00/12] tree-wide: chip away at USE_THE_INDEX_COMPATIBILITY_MACROS,
Ævar Arnfjörð Bjarmason
- [PATCH 01/12] cache.h: remove unused "the_index" compat macros, Ævar Arnfjörð Bjarmason
- [PATCH 02/12] builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS", Ævar Arnfjörð Bjarmason
- [PATCH 03/12] cocci & cache.h: remove rarely used "the_index" compat macros, Ævar Arnfjörð Bjarmason
- [PATCH 04/12] read-cache API & users: make discard_index() return void, Ævar Arnfjörð Bjarmason
- [PATCH 06/12] cocci & cache.h: apply a selection of "pending" index-compatibility, Ævar Arnfjörð Bjarmason
- [PATCH 05/12] cocci: add a index-compatibility.pending.cocci, Ævar Arnfjörð Bjarmason
- [PATCH 07/12] cocci & cache.h: apply variable section of "pending" index-compatibility, Ævar Arnfjörð Bjarmason
- [PATCH 09/12] {builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE", Ævar Arnfjörð Bjarmason
- [PATCH 08/12] cocci: apply "pending" index-compatibility to "t/helper/*.c", Ævar Arnfjörð Bjarmason
- [PATCH 10/12] cache.h & test-tool.h: add & use "USE_THE_INDEX_VARIABLE", Ævar Arnfjörð Bjarmason
- [PATCH 12/12] builtin/*: remove or amend "USE_THE_INDEX_COMPATIBILITY_MACROS", Ævar Arnfjörð Bjarmason
- [PATCH 11/12] cocci: apply "pending" index-compatibility to some "builtin/*.c", Ævar Arnfjörð Bjarmason
- Re: [PATCH 00/12] tree-wide: chip away at USE_THE_INDEX_COMPATIBILITY_MACROS, Phillip Wood
- [PATCH v2 00/11] tree-wide: chip away at USE_THE_INDEX_COMPATIBILITY_MACROS, Ævar Arnfjörð Bjarmason
- [PATCH v2 01/11] cache.h: remove unused "the_index" compat macros, Ævar Arnfjörð Bjarmason
- [PATCH v2 02/11] builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS", Ævar Arnfjörð Bjarmason
- [PATCH v2 03/11] cocci & cache.h: remove rarely used "the_index" compat macros, Ævar Arnfjörð Bjarmason
- [PATCH v2 04/11] read-cache API & users: make discard_index() return void, Ævar Arnfjörð Bjarmason
- [PATCH v2 05/11] cocci: add a index-compatibility.pending.cocci, Ævar Arnfjörð Bjarmason
- [PATCH v2 08/11] cocci: apply "pending" index-compatibility to "t/helper/*.c", Ævar Arnfjörð Bjarmason
- [PATCH v2 06/11] cocci & cache.h: apply a selection of "pending" index-compatibility, Ævar Arnfjörð Bjarmason
- [PATCH v2 07/11] cocci & cache.h: apply variable section of "pending" index-compatibility, Ævar Arnfjörð Bjarmason
- [PATCH v2 09/11] {builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE", Ævar Arnfjörð Bjarmason
- [PATCH v2 10/11] cache.h & test-tool.h: add & use "USE_THE_INDEX_VARIABLE", Ævar Arnfjörð Bjarmason
- [PATCH v2 11/11] cocci: apply "pending" index-compatibility to some "builtin/*.c", Ævar Arnfjörð Bjarmason
- [PATCH] object-file: use real paths when adding alternates,
Glen Choo via GitGitGadget
- [RFC PATCH 0/6] ls-tree: introduce '--pattern' option,
Teng Long
- git-p4 should memorize the relevant P4* variables during 'git p4 clone' instead of requiring them again for sync/sumbit operations, Yuri
- [PATCH 0/2] branch: fix some malfunctions in -m/-c,
Rubén Justo
- Issue: Git for Windows: : Incorrect registry entries for the Git Bash and Git Gui,
David Hary
- [RFC][PATCH] object.c: use has_object() instead of repo_has_object_file(),
Kousik Sanagavarapu
- [PATCH] notes: avoid empty line in template,
Michael J Gruber
- [PATCH] delta-islands: free island-related data after use,
Eric Wong
- [PATCH] builtin/gc.c: fix use-after-free in maintenance_unregister(),
Taylor Blau
- [PATCH] range-diff: support reading mbox files,
Johannes Schindelin via GitGitGadget
- [PATCH] bisect; remove unused "git-bisect.sh" and ".gitignore" entry,
Ævar Arnfjörð Bjarmason
- [PATCH] builtin/gc.c: fix -Wdeclaration-after-statement,
Ævar Arnfjörð Bjarmason
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]