Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH] config.c: NULL check when reading protected config, (continued)
- [PATCH 0/3] log: create tighter default decoration filter,
Derrick Stolee via GitGitGadget
- [PATCH 1/3] refs: allow "HEAD" as decoration filter, Derrick Stolee via GitGitGadget
- [PATCH 2/3] log: add default decoration filter, Derrick Stolee via GitGitGadget
- [PATCH 3/3] maintenance: stop writing log.excludeDecoration, Derrick Stolee via GitGitGadget
- Re: [PATCH 0/3] log: create tighter default decoration filter, Ævar Arnfjörð Bjarmason
- [PATCH v2 00/10] log: create tighter default decoration filter, Derrick Stolee via GitGitGadget
- [PATCH v2 02/10] t4207: test coloring of grafted decorations, Derrick Stolee via GitGitGadget
- [PATCH v2 01/10] refs: allow "HEAD" as decoration filter, Derrick Stolee via GitGitGadget
- [PATCH v2 03/10] refs: add array of ref namespaces, Derrick Stolee via GitGitGadget
- [PATCH v2 05/10] log-tree: use ref_namespaces instead of if/else-if, Derrick Stolee via GitGitGadget
- [PATCH v2 04/10] refs: use ref_namespaces for replace refs base, Derrick Stolee via GitGitGadget
- [PATCH v2 08/10] log: create log.decorateFilter=all, Derrick Stolee via GitGitGadget
- [PATCH v2 06/10] log: add default decoration filter, Derrick Stolee via GitGitGadget
- [PATCH v2 10/10] fetch: use ref_namespaces during prefetch, Derrick Stolee via GitGitGadget
- [PATCH v2 09/10] maintenance: stop writing log.excludeDecoration, Derrick Stolee via GitGitGadget
- [PATCH v2 07/10] log: add --decorate-all option, Derrick Stolee via GitGitGadget
- [PATCH v3 00/11] log: create tighter default decoration filter, Derrick Stolee via GitGitGadget
- [PATCH v3 01/11] refs: allow "HEAD" as decoration filter, Derrick Stolee via GitGitGadget
- [PATCH v3 03/11] t4207: test coloring of grafted decorations, Derrick Stolee via GitGitGadget
- [PATCH v3 02/11] t4207: modernize test, Derrick Stolee via GitGitGadget
- [PATCH v3 04/11] refs: add array of ref namespaces, Derrick Stolee via GitGitGadget
- [PATCH v3 08/11] log: add --clear-decorations option, Derrick Stolee via GitGitGadget
- [PATCH v3 07/11] log: add default decoration filter, Derrick Stolee via GitGitGadget
- [PATCH v3 06/11] log-tree: use ref_namespaces instead of if/else-if, Derrick Stolee via GitGitGadget
- [PATCH v3 05/11] refs: use ref_namespaces for replace refs base, Derrick Stolee via GitGitGadget
- [PATCH v3 10/11] maintenance: stop writing log.excludeDecoration, Derrick Stolee via GitGitGadget
- [PATCH v3 09/11] log: create log.initialDecorationSet=all, Derrick Stolee via GitGitGadget
- [PATCH v3 11/11] fetch: use ref_namespaces during prefetch, Derrick Stolee via GitGitGadget
- --creation-factor=100 does not show code,
Eugen Konkov
- [PATCH] CI: add SANITIZE=[address|undefined] jobs,
Ævar Arnfjörð Bjarmason
- [PATCH] git-prompt: show 'CONFLICT' indicator at command prompt,
Justin Donnelly via GitGitGadget
- [PATCH] fetch-pack: add tracing for negotiation rounds,
Josh Steadmon
- How to specify a remote branch in git worktree?,
Elie Obeid
- [PATCH 0/5] Bundle URIs II: git clone --bundle-uri,
Derrick Stolee via GitGitGadget
- [GSoC] Abhradeep's GSoC blogs (25 Jul, 2022 IST),
Abhradeep Chakraborty
- [PATCH 00/20] parse-options: handle subcommands,
SZEDER Gábor
- [PATCH 01/20] git.c: update NO_PARSEOPT markings, SZEDER Gábor
- [PATCH 02/20] t3301-notes.sh: check that default operation mode doesn't take arguments, SZEDER Gábor
- [PATCH 03/20] t5505-remote.sh: check the behavior without a subcommand, SZEDER Gábor
- [PATCH 04/20] t0040-parse-options: test parse_options() with various 'parse_opt_flags', SZEDER Gábor
- [PATCH 05/20] api-parse-options.txt: fix description of OPT_CMDMODE, SZEDER Gábor
- [PATCH 06/20] parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options, SZEDER Gábor
- [PATCH 07/20] parse-options: clarify the limitations of PARSE_OPT_NODASH, SZEDER Gábor
- [PATCH 08/20] parse-options: drop leading space from '--git-completion-helper' output, SZEDER Gábor
- [PATCH 10/20] builtin/bundle.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH 09/20] parse-options: add support for parsing subcommands, SZEDER Gábor
- [PATCH 11/20] builtin/commit-graph.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH 12/20] builtin/gc.c: let parse-options parse 'git maintenance's subcommands, SZEDER Gábor
- [PATCH 13/20] builtin/hook.c: let parse-option parse subcommands, SZEDER Gábor
- [PATCH 15/20] builtin/notes.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH 14/20] builtin/multi-pack-index.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH 16/20] builtin/reflog.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH 17/20] builtin/remote.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH 18/20] builtin/sparse-checkout.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH 19/20] builtin/stash.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH 20/20] builtin/worktree.c: let parse-options parse subcommands, SZEDER Gábor
- Re: [PATCH 00/20] parse-options: handle subcommands, Derrick Stolee
- Re: [PATCH 00/20] parse-options: handle subcommands, Ævar Arnfjörð Bjarmason
- Re: [PATCH 00/20] parse-options: handle subcommands, Junio C Hamano
- [PATCH v2 00/20] parse-options: handle subcommands, SZEDER Gábor
- [PATCH v2 09/20] parse-options: add support for parsing subcommands, SZEDER Gábor
- [PATCH v2 15/20] builtin/notes.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH v2 17/20] builtin/remote.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH v2 13/20] builtin/hook.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH v2 02/20] t3301-notes.sh: check that default operation mode doesn't take arguments, SZEDER Gábor
- [PATCH v2 10/20] builtin/bundle.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH v2 12/20] builtin/gc.c: let parse-options parse 'git maintenance's subcommands, SZEDER Gábor
- [PATCH v2 16/20] builtin/reflog.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH v2 11/20] builtin/commit-graph.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH v2 18/20] builtin/sparse-checkout.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH v2 01/20] git.c: update NO_PARSEOPT markings, SZEDER Gábor
- [PATCH v2 14/20] builtin/multi-pack-index.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH v2 04/20] t0040-parse-options: test parse_options() with various 'parse_opt_flags', SZEDER Gábor
- [PATCH v2 08/20] parse-options: drop leading space from '--git-completion-helper' output, SZEDER Gábor
- [PATCH v2 19/20] builtin/stash.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH v2 07/20] parse-options: clarify the limitations of PARSE_OPT_NODASH, SZEDER Gábor
- [PATCH v2 05/20] api-parse-options.txt: fix description of OPT_CMDMODE, SZEDER Gábor
- [PATCH v2 20/20] builtin/worktree.c: let parse-options parse subcommands, SZEDER Gábor
- [PATCH v2 06/20] parse-options: PARSE_OPT_KEEP_UNKNOWN only applies to --options, SZEDER Gábor
- [PATCH v2 03/20] t5505-remote.sh: check the behavior without a subcommand, SZEDER Gábor
- [PATCH 0/5] parse-options: minor cleanups for handling subcommands, SZEDER Gábor
- Pre-computed similarity indexes,
Philip
- [RFC PATCH] gitweb: improve title shortening heuristics,
Julien Rouhaud
- Dropbox and "Your local changes to the following files would be overwritten by merge",
Yuri Kanivetsky
- What's cooking in git.git (Jul 2022, #07; Fri, 22),
Junio C Hamano
- [PATCH 0/2] cat-file: support NUL-delimited input with `-z`,
Taylor Blau
- [PATCH 0/2] t0021: convert perl script to C test-tool helper,
Matheus Tavares
- git write-tree segfault with core.untrackedCache true and nonexistent index,
Joey Hess
- [PATCH] pkt-line.h: move comment closer to the associated code,
Matheus Tavares
- Changed diff3 view from 2.36 → 2.67 for vimdiff,
Claudio Ebel
- [Bug Report] The since date of "git log" will have influence on the until date of it.,
Wang, Lei
- [ANNOUNCE] Git Merge 2022 Registration & Schedule, Taylor Blau
- Coordinated Security Audit for git. Contacts needed,
Amir Montazery
- [filter-repo] How to reorder commits,
Konstantin Ryabitsev
- git citool / gui and signed commits, Bossert, Andre
- [PATCH 0/2] tr2: shows the scope unconditionally with config,
tenglong.tl
- [PATCH] repository:new config to only check files matched sparse-checkout patterns., v via GitGitGadget
- Question: How to find the commits in the ancestry path of seen down to _and_ including a given topic?,
Elijah Newren
- [PATCH 0/6] tests: fix ignored & hidden exit codes,
Ævar Arnfjörð Bjarmason
- [PATCH 0/2] string_list API users: use alloc + init, not calloc + strdup_strings,
Ævar Arnfjörð Bjarmason
- What is the URL of git's bug tracker?,
Yuri
- [PATCH] string_list: use the right kind of STRING_LIST_INIT,
Junio C Hamano
- On-branch topic description support?,
Junio C Hamano
- [PATCH 0/2] git-p4: fix two undefined variables,
Moritz Baumann via GitGitGadget
- [PATCH] git-p4: fix crlf handling for utf16 files on Windows,
Moritz Baumann via GitGitGadget
- What's cooking in git.git (Jul 2022, #06; Tue, 19),
Junio C Hamano
- BUG: fsmonitor.c:21: fsmonitor_dirty has more entries than the index,
Kache Hit
- [PATCH 00/10] leak test: add "check" test mode, mark leak-free tests,
Ævar Arnfjörð Bjarmason
- [PATCH 01/10] test-lib.sh: use $1, not $@ in test_known_broken_{ok,failure}_, Ævar Arnfjörð Bjarmason
- [PATCH 02/10] test-lib.sh: don't set GIT_EXIT_OK before calling test_atexit_handler, Ævar Arnfjörð Bjarmason
- [PATCH 03/10] test-lib.sh: fix GIT_EXIT_OK logic errors, use BAIL_OUT, Ævar Arnfjörð Bjarmason
- [PATCH 04/10] test-lib.sh: add a --invert-exit-code switch, Ævar Arnfjörð Bjarmason
- [PATCH 06/10] test-lib: add a SANITIZE=leak logging mode, Ævar Arnfjörð Bjarmason
- [PATCH 07/10] test-lib.sh: add a GIT_TEST_PASSING_SANITIZE_LEAK=check mode, Ævar Arnfjörð Bjarmason
- [PATCH 05/10] t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" description, Ævar Arnfjörð Bjarmason
- [PATCH 08/10] test-lib: have the "check" mode for SANITIZE=leak consider leak logs, Ævar Arnfjörð Bjarmason
- [PATCH 09/10] leak tests: mark passing SANITIZE=leak tests as leak-free, Ævar Arnfjörð Bjarmason
- [PATCH 10/10] log tests: don't use "exit 1" outside a sub-shell, Ævar Arnfjörð Bjarmason
- [PATCH v2 00/14] leak test: add "check" test mode, mark leak-free tests, Ævar Arnfjörð Bjarmason
- [PATCH v2 02/14] test-lib: don't set GIT_EXIT_OK before calling test_atexit_handler, Ævar Arnfjörð Bjarmason
- [PATCH v2 01/14] test-lib: use $1, not $@ in test_known_broken_{ok,failure}_, Ævar Arnfjörð Bjarmason
- [PATCH v2 03/14] test-lib: fix GIT_EXIT_OK logic errors, use BAIL_OUT, Ævar Arnfjörð Bjarmason
- [PATCH v2 04/14] test-lib: add a --invert-exit-code switch, Ævar Arnfjörð Bjarmason
- [PATCH v2 05/14] t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" description, Ævar Arnfjörð Bjarmason
- [PATCH v2 06/14] test-lib: add a SANITIZE=leak logging mode, Ævar Arnfjörð Bjarmason
- [PATCH v2 07/14] t/Makefile: don't remove test-results in "clean-except-prove-cache", Ævar Arnfjörð Bjarmason
- [PATCH v2 09/14] test-lib: simplify by removing test_external, Ævar Arnfjörð Bjarmason
- [PATCH v2 08/14] tests: move copy/pasted PERL + Test::More checks to a lib-perl.sh, Ævar Arnfjörð Bjarmason
- [PATCH v2 11/14] test-lib: have the "check" mode for SANITIZE=leak consider leak logs, Ævar Arnfjörð Bjarmason
- [PATCH v2 10/14] test-lib: add a GIT_TEST_PASSING_SANITIZE_LEAK=check mode, Ævar Arnfjörð Bjarmason
- [PATCH v2 12/14] leak tests: mark passing SANITIZE=leak tests as leak-free, Ævar Arnfjörð Bjarmason
- [PATCH v2 13/14] upload-pack: fix a memory leak in create_pack_file(), Ævar Arnfjörð Bjarmason
- [PATCH v2 14/14] CI: use "GIT_TEST_SANITIZE_LEAK_LOG=true" in linux-leaks, Ævar Arnfjörð Bjarmason
- [PATCH v3 00/15] leak test: add "check" test mode, mark leak-free tests, Ævar Arnfjörð Bjarmason
- [PATCH v3 01/15] test-lib: use $1, not $@ in test_known_broken_{ok,failure}_, Ævar Arnfjörð Bjarmason
- [PATCH v3 03/15] test-lib: fix GIT_EXIT_OK logic errors, use BAIL_OUT, Ævar Arnfjörð Bjarmason
- [PATCH v3 02/15] test-lib: don't set GIT_EXIT_OK before calling test_atexit_handler, Ævar Arnfjörð Bjarmason
- [PATCH v3 04/15] test-lib: add a --invert-exit-code switch, Ævar Arnfjörð Bjarmason
- [PATCH v3 05/15] t/README: reword the "GIT_TEST_PASSING_SANITIZE_LEAK" description, Ævar Arnfjörð Bjarmason
- [PATCH v3 06/15] test-lib: add a SANITIZE=leak logging mode, Ævar Arnfjörð Bjarmason
- [PATCH v3 09/15] test-lib: simplify by removing test_external, Ævar Arnfjörð Bjarmason
- [PATCH v3 07/15] t/Makefile: don't remove test-results in "clean-except-prove-cache", Ævar Arnfjörð Bjarmason
- [PATCH v3 08/15] tests: move copy/pasted PERL + Test::More checks to a lib-perl.sh, Ævar Arnfjörð Bjarmason
- [PATCH v3 10/15] test-lib: add a GIT_TEST_PASSING_SANITIZE_LEAK=check mode, Ævar Arnfjörð Bjarmason
- [PATCH v3 11/15] test-lib: have the "check" mode for SANITIZE=leak consider leak logs, Ævar Arnfjörð Bjarmason
- [PATCH v3 12/15] leak tests: don't skip some tests under SANITIZE=leak, Ævar Arnfjörð Bjarmason
- [PATCH v3 14/15] upload-pack: fix a memory leak in create_pack_file(), Ævar Arnfjörð Bjarmason
- [PATCH v3 15/15] CI: use "GIT_TEST_SANITIZE_LEAK_LOG=true" in linux-leaks, Ævar Arnfjörð Bjarmason
- [PATCH v3 13/15] leak tests: mark passing SANITIZE=leak tests as leak-free, Ævar Arnfjörð Bjarmason
- [PATCH] compat/win32: correct for incorrect compiler warning,
Derrick Stolee via GitGitGadget
- [PATCH] osx-keychain: fix compiler warning,
Lessley Dennington via GitGitGadget
- [PATCH v3] contrib/rerere-train: avoid useless gpg sign in training,
Celeste Liu
- [PATCH v1 0/7] mv: from in-cone to out-of-cone,
Shaoxuan Yuan
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]