Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH] ssh signing: support non ssh-* keytypes, (continued)
- [Question] Unicode weirdness breaking tests on ZFS?,
Derrick Stolee
- [PATCH 0/3] xdiff: speedup histogram diff,
Phillip Wood via GitGitGadget
- Config spec for git,
Wallace, Brooke T (US 349D-Affiliate)
- [PATCH v2 0/2] test-lib: improve missing prereq handling,
Fabian Stelzer
- [PATCH] pull: should be noop when already-up-to-date,
Erwin Villejo via GitGitGadget
- Generalization of diff and merge, Martin von Zweigbergk
- [PATCH] Makefile: fix parallel build race,
Đoàn Trần Công Danh
- [PATCH v6 0/5] teach submodules to know they're submodules,
Emily Shaffer
- [PATCH] submodule: separate out not-found and not-empty errors,
Ian Wienand
- Need help in understanding how to submit a patch,
Etienne Guillot
- [PATCH 0/2] Sparse index: fetch, pull, ls-files,
Derrick Stolee via GitGitGadget
- [PATCH 1/2] fetch/pull: use the sparse index, Derrick Stolee via GitGitGadget
- [PATCH 2/2] ls-files: add --sparse option, Derrick Stolee via GitGitGadget
- Re: [PATCH 0/2] Sparse index: fetch, pull, ls-files, Junio C Hamano
- Re: [PATCH 0/2] Sparse index: fetch, pull, ls-files, Ævar Arnfjörð Bjarmason
- [PATCH v2 0/5] Sparse index: fetch, pull, ls-files, Derrick Stolee via GitGitGadget
- [PATCH v2 1/5] fetch/pull: use the sparse index, Derrick Stolee via GitGitGadget
- [PATCH v2 3/5] t1092: replace 'read-cache --table' with 'ls-files --sparse', Derrick Stolee via GitGitGadget
- [PATCH v2 2/5] ls-files: add --sparse option, Derrick Stolee via GitGitGadget
- [PATCH v2 4/5] t1091/t3705: remove 'test-tool read-cache --table', Derrick Stolee via GitGitGadget
- [PATCH v2 5/5] test-read-cache: remove --table, --expand options, Derrick Stolee via GitGitGadget
- Re: [PATCH v2 0/5] Sparse index: fetch, pull, ls-files, Elijah Newren
- [PATCH v3 0/5] Sparse index: fetch, pull, ls-files, Derrick Stolee via GitGitGadget
- [PATCH v3 1/5] fetch/pull: use the sparse index, Derrick Stolee via GitGitGadget
- [PATCH v3 2/5] ls-files: add --sparse option, Derrick Stolee via GitGitGadget
- [PATCH v3 3/5] t1092: replace 'read-cache --table' with 'ls-files --sparse', Derrick Stolee via GitGitGadget
- [PATCH v3 4/5] t1091/t3705: remove 'test-tool read-cache --table', Derrick Stolee via GitGitGadget
- [PATCH v3 5/5] test-read-cache: remove --table, --expand options, Derrick Stolee via GitGitGadget
- Re: [PATCH v3 0/5] Sparse index: fetch, pull, ls-files, Ævar Arnfjörð Bjarmason
- Re: [PATCH v3 0/5] Sparse index: fetch, pull, ls-files, Elijah Newren
- [PATCH v4 0/5] Sparse index: fetch, pull, ls-files, Derrick Stolee via GitGitGadget
- Re: [PATCH 1/1] git-compat-util: add a test balloon for C99 support,
Johannes Schindelin
- [PATCH 0/2] Generate temporary files using a CSPRNG,
brian m. carlson
- New-ish warning in refs.c with GCC (at least 11.2) under -O3,
Ævar Arnfjörð Bjarmason
- [ANNOUNCE] Git for Windows 2.34.0,
Johannes Schindelin
- [PATCH] mergesort: avoid left shift overflow,
René Scharfe
- [RFC PATCH 00/21] C99: show meaningful <file>:<line> in trace2 via macros,
Ævar Arnfjörð Bjarmason
- [RFC PATCH 01/21] git-compat-util.h: clarify GCC v.s. C99-specific in comment, Ævar Arnfjörð Bjarmason
- [RFC PATCH 02/21] C99 support: hard-depend on C99 variadic macros, Ævar Arnfjörð Bjarmason
- [RFC PATCH 03/21] usage.c: add a die_message() routine, Ævar Arnfjörð Bjarmason
- [RFC PATCH 04/21] usage.c API users: use die_message() where appropriate, Ævar Arnfjörð Bjarmason
- [RFC PATCH 05/21] usage.c + gc: add and use a die_message_errno(), Ævar Arnfjörð Bjarmason
- [RFC PATCH 07/21] common-main.c: call exit(), don't return, Ævar Arnfjörð Bjarmason
- [RFC PATCH 06/21] config API: don't use vreportf(), make it static in usage.c, Ævar Arnfjörð Bjarmason
- [RFC PATCH 08/21] usage.c: add a non-fatal bug() function to go with BUG(), Ævar Arnfjörð Bjarmason
- [RFC PATCH 10/21] receive-pack: use bug() and BUG_if_bug(), Ævar Arnfjörð Bjarmason
- [RFC PATCH 11/21] cache-tree.c: use bug() and BUG_if_bug(), Ævar Arnfjörð Bjarmason
- [RFC PATCH 12/21] pack-objects: use BUG(...) not die("BUG: ..."), Ævar Arnfjörð Bjarmason
- [RFC PATCH 17/21] usage.c: move usage routines around, Ævar Arnfjörð Bjarmason
- [RFC PATCH 21/21] usage API: add "core.usageAddSource" config to add <file>:<line>, Ævar Arnfjörð Bjarmason
- [RFC PATCH 20/21] usage API: make the "{usage,fatal,error,warning,BUG}: " translatable, Ævar Arnfjörð Bjarmason
- [RFC PATCH 19/21] usage API: use C99 macros for {usage,usagef,die,error,warning,die}*(), Ævar Arnfjörð Bjarmason
- Re: [RFC PATCH 19/21] usage API: use C99 macros for {usage,usagef,die,error,warning,die}*(), Jeff Hostetler
- Re: [RFC PATCH 19/21] usage API: use C99 macros for {usage,usagef,die,error,warning,die}*(), Ævar Arnfjörð Bjarmason
- Re: [RFC PATCH 19/21] usage API: use C99 macros for {usage,usagef,die,error,warning,die}*(), Jeff Hostetler
- Re: [RFC PATCH 19/21] usage API: use C99 macros for {usage,usagef,die,error,warning,die}*(), Elijah Newren
- Re: [RFC PATCH 19/21] usage API: use C99 macros for {usage,usagef,die,error,warning,die}*(), Ævar Arnfjörð Bjarmason
- Re: [RFC PATCH 19/21] usage API: use C99 macros for {usage,usagef,die,error,warning,die}*(), Jeff Hostetler
- [RFC PATCH 16/21] usage.[ch] API: rename "warn" vars functions to "warning", Ævar Arnfjörð Bjarmason
- [RFC PATCH 18/21] usage.c: move rename variables in usage routines around, Ævar Arnfjörð Bjarmason
- [RFC PATCH 14/21] usage API: create a new usage.h, move API docs there, Ævar Arnfjörð Bjarmason
- [RFC PATCH 15/21] usage.[ch] API users: use report_fn, not hardcoded prototype, Ævar Arnfjörð Bjarmason
- [RFC PATCH 13/21] strbuf.h: use BUG(...) not die("BUG: ..."), Ævar Arnfjörð Bjarmason
- [RFC PATCH 09/21] parse-options.[ch] API: use bug() to improve error output, Ævar Arnfjörð Bjarmason
- Re: [RFC PATCH 00/21] C99: show meaningful <file>:<line> in trace2 via macros, Taylor Blau
- [PATCH] parse-options API: simplify OPT_ALIAS(), Ævar Arnfjörð Bjarmason
- What's cooking in git.git (Nov 2021, #04; Sun, 14),
Junio C Hamano
- ab/mark-leak-free-tests-even-more (was: What's cooking in git.git (Nov 2021, #04; Sun, 14)), Ævar Arnfjörð Bjarmason
- ab/only-single-progress-at-once (was: What's cooking in git.git (Nov 2021, #04; Sun, 14)), Ævar Arnfjörð Bjarmason
- Re: What's cooking in git.git (Nov 2021, #04; Sun, 14), Fabian Stelzer
- ab/refs-errno-cleanup + hn/reftable (was: What's cooking in git.git (Nov 2021, #04; Sun, 14)), Ævar Arnfjörð Bjarmason
- [ANNOUNCE] Git v2.34.0,
Junio C Hamano
- [PATCH 0/2] test-lib: improve missing prereq handling,
Fabian Stelzer
- Ordering list of commits by topo-order, Íñigo Huguet
- [PATCH 0/3] support `--oid-only` in `ls-tree`,
Teng Long
- <Possible follow-ups>
- [PATCH 0/3] support `--oid-only` in `ls-tree`, Teng Long
- [PATCH 1/3] ls-tree.c: support `--oid-only` option for "git-ls-tree", Teng Long
- [PATCH 2/3] t3104: add related tests for `--oid-only` option, Teng Long
- [PATCH 3/3] git-ls-tree.txt: description of the 'oid-only' option, Teng Long
- Re: [PATCH 0/3] support `--oid-only` in `ls-tree`, Ævar Arnfjörð Bjarmason
- Re: [PATCH 0/3] support `--oid-only` in `ls-tree`, Jeff King
- [PATCH v2 0/1] support `--oid-only` in `ls-tree`, Teng Long
- [PATCH v2 1/1] ls-tree.c: support `--oid-only` option for "git-ls-tree", Teng Long
- [PATCH v3 0/1] ls-tree.c: support `--oid-only` option, Teng Long
- [PATCH v3 1/1] ls-tree.c: support `--oid-only` option for "git-ls-tree", Teng Long
- [PATCH v4 0/1] ls-tree.c: support `--oid-only` option, Teng Long
- [PATCH v4 1/1] ls-tree.c: support `--oid-only` option for "git-ls-tree", Teng Long
- [PATCH v5 0/1] support `--object-only` option for "git-ls-tree", Teng Long
- [PATCH v5 1/1] ls-tree.c: support `--object-only` option for "git-ls-tree", Teng Long
- [PATCH v6 0/1] support `--object-only` option for "git-ls-tree", Teng Long
- [PATCH v6 1/1] ls-tree.c: support `--object-only` option for "git-ls-tree", Teng Long
- [RFC PATCH 0/7] ls-tree --format, Ævar Arnfjörð Bjarmason
- [RFC PATCH 1/7] ls-tree: remove commented-out code, Ævar Arnfjörð Bjarmason
- [RFC PATCH 2/7] ls-tree: add missing braces to "else" arms, Ævar Arnfjörð Bjarmason
- [RFC PATCH 4/7] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len", Ævar Arnfjörð Bjarmason
- [RFC PATCH 3/7] ls-tree: use "enum object_type", not {blob,tree,commit}_type, Ævar Arnfjörð Bjarmason
- [RFC PATCH 6/7] ls-tree: add a --format=<fmt> option, Ævar Arnfjörð Bjarmason
- [RFC PATCH 5/7] ls-tree: split up the "init" part of show_tree(), Ævar Arnfjörð Bjarmason
- [RFC PATCH 7/7] ls-tree.c: support `--object-only` option for "git-ls-tree", Ævar Arnfjörð Bjarmason
- [PATCH v8 0/8] ls-tree: "--object-only" and "--format" opts, Teng Long
- [PATCH v8 2/8] ls-tree: add missing braces to "else" arms, Teng Long
- [PATCH v8 3/8] ls-tree: use "enum object_type", not {blob,tree,commit}_type, Teng Long
- [PATCH v8 1/8] ls-tree: remove commented-out code, Teng Long
- [PATCH v8 4/8] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len", Teng Long
- [PATCH v8 5/8] ls-tree: split up the "init" part of show_tree(), Teng Long
- [PATCH v8 6/8] ls-tree.c: support --object-only option for "git-ls-tree", Teng Long
- [PATCH v8 7/8] ls-tree.c: introduce struct "shown_data", Teng Long
- [PATCH v8 8/8] ls-tree.c: introduce "--format" option, Teng Long
- [PATCH v9 0/9] ls-tree.c: introduce "--format" option, Teng Long
- [PATCH v9 1/9] ls-tree: remove commented-out code, Teng Long
- [PATCH v9 2/9] ls-tree: add missing braces to "else" arms, Teng Long
- [PATCH v9 3/9] ls-tree: use "enum object_type", not {blob,tree,commit}_type, Teng Long
- [PATCH v9 4/9] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len", Teng Long
- [PATCH v9 5/9] ls-tree: optimize naming and handling of "return" in show_tree(), Teng Long
- [PATCH v9 6/9] ls-tree.c: support --object-only option for "git-ls-tree", Teng Long
- [PATCH v9 7/9] ls-tree.c: introduce struct "show_tree_data", Teng Long
- [PATCH v9 8/9] ls-tree.c: introduce "--format" option, Teng Long
- [PATCH v9 9/9] cocci: allow padding with `strbuf_addf()`, Teng Long
- [PATCH v10 0/9] ls-tree: "--object-only" and "--format" opts, Teng Long
- [PATCH v10 1/9] ls-tree: remove commented-out code, Teng Long
- [PATCH v10 3/9] ls-tree: use "enum object_type", not {blob,tree,commit}_type, Teng Long
- [PATCH v10 4/9] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len", Teng Long
- [PATCH v10 6/9] ls-tree.c: support --object-only option for "git-ls-tree", Teng Long
- [PATCH v10 7/9] ls-tree.c: introduce struct "show_tree_data", Teng Long
- [PATCH v10 2/9] ls-tree: add missing braces to "else" arms, Teng Long
- [PATCH v10 5/9] ls-tree: optimize naming and handling of "return" in show_tree(), Teng Long
- [PATCH v10 8/9] cocci: allow padding with `strbuf_addf()`, Teng Long
- [PATCH v10 9/9] ls-tree.c: introduce "--format" option, Teng Long
- [PATCH v11 00/13] ls-tree: "--object-only" and "--format" opts, Teng Long
- [PATCH v11 02/13] ls-tree: add missing braces to "else" arms, Teng Long
- [PATCH v11 06/13] ls-tree: simplify nesting if/else logic in "show_tree()", Teng Long
- [PATCH v11 10/13] cocci: allow padding with `strbuf_addf()`, Teng Long
- [PATCH v11 01/13] ls-tree: remove commented-out code, Teng Long
- [PATCH v11 13/13] ls-tree.c: support --object-only option for "git-ls-tree", Teng Long
- [PATCH v11 12/13] ls-tree: introduce function "fast_path()", Teng Long
- [PATCH v11 04/13] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len", Teng Long
- [PATCH v11 05/13] ls-tree: rename "retval" to "recurse" in "show_tree()", Teng Long
- [PATCH v11 09/13] ls-tree: introduce struct "show_tree_data", Teng Long
- [PATCH v11 07/13] ls-tree: fix "--name-only" and "--long" combined use bug, Teng Long
- [PATCH v11 03/13] ls-tree: use "enum object_type", not {blob,tree,commit}_type, Teng Long
- [PATCH v11 08/13] ls-tree: slightly refactor `show_tree()`, Teng Long
- [PATCH v11 11/13] ls-tree.c: introduce "--format" option, Teng Long
- [PATCH v12 00/12] ls-tree: "--object-only" and "--format" opts, Teng Long
- [PATCH v12 01/12] ls-tree: remove commented-out code, Teng Long
- [PATCH v12 03/12] ls-tree: use "enum object_type", not {blob,tree,commit}_type, Teng Long
- [PATCH v12 06/12] ls-tree: simplify nesting if/else logic in "show_tree()", Teng Long
- [PATCH v12 04/12] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len", Teng Long
- [PATCH v12 02/12] ls-tree: add missing braces to "else" arms, Teng Long
- [PATCH v12 05/12] ls-tree: rename "retval" to "recurse" in "show_tree()", Teng Long
- [PATCH v12 07/12] ls-tree: fix "--name-only" and "--long" combined use bug, Teng Long
- [PATCH v12 08/12] ls-tree: slightly refactor `show_tree()`, Teng Long
- [PATCH v12 10/12] cocci: allow padding with `strbuf_addf()`, Teng Long
- [PATCH v12 11/12] ls-tree: introduce "--format" option, Teng Long
- [PATCH v12 09/12] ls-tree: introduce struct "show_tree_data", Teng Long
- [PATCH v12 12/12] ls-tree: support --object-only option for "git-ls-tree", Teng Long
- [RFC/REVIEW 0/7] fixups/suggestions/musings for tl/ls-tree-oid-only, Ævar Arnfjörð Bjarmason
- [PATCH v13 00/16] ls-tree: "--object-only" and "--format" opts, Teng Long
- [PATCH v13 03/16] ls-tree: use "enum object_type", not {blob,tree,commit}_type, Teng Long
- [PATCH v13 02/16] ls-tree: add missing braces to "else" arms, Teng Long
- [PATCH v13 01/16] ls-tree: remove commented-out code, Teng Long
- [PATCH v13 05/16] ls-tree: rename "retval" to "recurse" in "show_tree()", Teng Long
- [PATCH v13 04/16] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len", Teng Long
- [PATCH v13 06/16] ls-tree: simplify nesting if/else logic in "show_tree()", Teng Long
- [PATCH v13 07/16] ls-tree: fix "--name-only" and "--long" combined use bug, Teng Long
- [PATCH v13 12/16] ls-tree: support --object-only option for "git-ls-tree", Teng Long
- [PATCH v13 14/16] ls-tree: detect and error on --name-only --name-status, Teng Long
- [PATCH v13 15/16] ls-tree: remove FIELD_*, just use MODE_*, Teng Long
- [PATCH v13 09/16] ls-tree: introduce struct "show_tree_data", Teng Long
- [PATCH v13 11/16] ls-tree: introduce "--format" option, Teng Long
- [PATCH v13 13/16] ls-tree tests: add tests for --name-status, Teng Long
- [PATCH v13 10/16] cocci: allow padding with `strbuf_addf()`, Teng Long
- [PATCH v13 08/16] ls-tree: slightly refactor `show_tree()`, Teng Long
- [PATCH v13 16/16] ls-tree: split up "fast path" callbacks, Teng Long
- Re: [PATCH v13 00/16] ls-tree: "--object-only" and "--format" opts, Junio C Hamano
- [PATCH v14 00/15] ls-tree: "--object-only" and "--format" opts, Teng Long
- [PATCH v14 05/15] ls-tree: use "size_t", not "int" for "struct strbuf"'s "len", Teng Long
- [PATCH v14 03/15] ls-tree: add missing braces to "else" arms, Teng Long
- [PATCH v14 06/15] ls-tree: rename "retval" to "recurse" in "show_tree()", Teng Long
- [PATCH v14 07/15] ls-tree: simplify nesting if/else logic in "show_tree()", Teng Long
- [PATCH v14 11/15] cocci: allow padding with `strbuf_addf()`, Teng Long
- [PATCH v14 01/15] ls-tree tests: add tests for --name-status, Teng Long
- [PATCH v14 08/15] ls-tree: fix "--name-only" and "--long" combined use bug, Teng Long
- [PATCH v14 10/15] ls-tree: introduce struct "show_tree_data", Teng Long
- [PATCH v14 04/15] ls-tree: use "enum object_type", not {blob,tree,commit}_type, Teng Long
- [PATCH v14 09/15] ls-tree: slightly refactor `show_tree()`, Teng Long
- [PATCH v14 02/15] ls-tree: remove commented-out code, Teng Long
- [PATCH v14 12/15] ls-tree: introduce "--format" option, Teng Long
- [PATCH v14 13/15] ls-tree: support --object-only option for "git-ls-tree", Teng Long
- [PATCH v14 14/15] ls-tree: detect and error on --name-only --name-status, Teng Long
- [PATCH v14 15/15] ls-tree: split up "fast path" callbacks, Teng Long
- Re: [PATCH v14 15/15] ls-tree: split up "fast path" callbacks, Josh Steadmon
- [RFC PATCH] ls-tree: `-l` should not imply recursive listing, Josh Steadmon
- [PATCH v2] ls-tree: fix --long implying -r regression in 9c4d58ff2c3, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2] ls-tree: fix --long implying -r regression in 9c4d58ff2c3, Junio C Hamano
- Re: [PATCH v2] ls-tree: fix --long implying -r regression in 9c4d58ff2c3, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2] ls-tree: fix --long implying -r regression in 9c4d58ff2c3, Junio C Hamano
- Re: [PATCH v2] ls-tree: fix --long implying -r regression in 9c4d58ff2c3, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2] ls-tree: fix --long implying -r regression in 9c4d58ff2c3, Junio C Hamano
- [PATCH] ls-tree: test for the regression in 9c4d58ff2c3, Ævar Arnfjörð Bjarmason
- Re: [PATCH] ls-tree: test for the regression in 9c4d58ff2c3, Johannes Schindelin
- Re: [PATCH] ls-tree: test for the regression in 9c4d58ff2c3, Junio C Hamano
- js/ci-github-workflow-markup output regression (was: [PATCH] ls-tree: test for the regression in 9c4d58ff2c3), Ævar Arnfjörð Bjarmason
- Re: js/ci-github-workflow-markup output regression, Junio C Hamano
- Re: js/ci-github-workflow-markup output regression, Ævar Arnfjörð Bjarmason
- Re: js/ci-github-workflow-markup output regression, Junio C Hamano
- Re: js/ci-github-workflow-markup output regression, Ævar Arnfjörð Bjarmason
- Re: js/ci-github-workflow-markup output regression, Johannes Schindelin
- Re: js/ci-github-workflow-markup output regression, Ævar Arnfjörð Bjarmason
- [PATCH v2] ls-tree: test for the regression in 9c4d58ff2c3, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2] ls-tree: test for the regression in 9c4d58ff2c3, Johannes Schindelin
- Re: [PATCH v2] ls-tree: fix --long implying -r regression in 9c4d58ff2c3, Teng Long
- Re: [RFC PATCH] ls-tree: `-l` should not imply recursive listing, Junio C Hamano
- Re: [PATCH v14 00/15] ls-tree: "--object-only" and "--format" opts, Junio C Hamano
SSH Key Signatures: Feedback,
Danilo
git pull bug report,
Erwin Villejo
Re: git pull bug report, Bryan Turner
[BUG] git push --mirror ignores refs outside head & tags,
Robin H. Johnson
[PATCH] pack-bitmap.c: remove redundant SP in comments, Teng Long
[PATCH] midx: fix a formatting issue in "multi-pack-index.txt",
Teng Long
Interested in contributing towards this project, Dhruva gole
[PATCH 0/1] Add a test balloon for C99,
brian m. carlson
[PATCH v2 0/2] vimdiff: new layout option + docs,
Fernando Ramos
[PATCH] subtree: ignore merge.ff setting,
Thomas Koutcher via GitGitGadget
[GIT PULL] l10n updates for 2.34.0 round 3,
Jiang Xin
git-subtree,
tqfx su
[PATCH] fetch-pack: add TRANSLATORS notice for packfile ready messages,
Bagas Sanjaya
[PATCH] git-gui--askpass implements SSH_ASKPASS_PROMPT, Likai Liu
[PATCH] SubmittingPatches: fix Asciidoc syntax in "GitHub CI" section, Philippe Blain via GitGitGadget
Re: [GIT PULL] per signal_struct coredumps,
Linus Torvalds
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]