Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH 09/10] submodule: support sub-command-less "--recursive" option, (continued)
- [PATCH] path.c: do not alloc for .contents in the trie, Rubén Justo
- [PATCH] path.c: add_to_trie - possible global-buffer-overflow fixed, Rubén Justo
- git 2.38.0: Change in `git archive` output,
kpcyrd
- [PATCH 0/1] Git.pm: add semicolon after catch statement,
Michael McClimon
- [PATCH] completion: support amend and reword in git commit fixup option,
Bob van der Linden via GitGitGadget
- [suggestion] Fail cherry-pick if it overwrites untracked files with the matching file names,
Rupinderjeet Singh
- "submodule foreach" much slower than removed "submodule--helper --list",
Jonas Bernoulli
- [PATCH] fsmonitor: long status advice adapted to the fsmonitor use case,
Rudy Rigot via GitGitGadget
- [Outreachy]Amend error messages and prompts of various (sub)commands,
NSENGIYUMVA WILBERFORCE
- [PATCH 00/10] run-command API: add run_command_{l,sv}_opt(),
Ævar Arnfjörð Bjarmason
- [PATCH 01/10] run-command.c: refactor run_command_*_tr2() to internal helpers, Ævar Arnfjörð Bjarmason
- [PATCH 02/10] merge: remove always-the-same "verbose" arguments, Ævar Arnfjörð Bjarmason
- [PATCH 03/10] run-command API: add and use a run_command_l_opt(), Ævar Arnfjörð Bjarmason
- [PATCH 05/10] run-command API docs: clarify & fleshen out run_command_v_opt*() docs, Ævar Arnfjörð Bjarmason
- [PATCH 04/10] am: use run_command_l_opt() for show_patch(), Ævar Arnfjörð Bjarmason
- [PATCH 07/10] run-command API & diff.c: remove run_command_v_opt_cd_env(), Ævar Arnfjörð Bjarmason
- [PATCH 06/10] run-command API: remove RUN_COMMAND_STDOUT_TO_STDERR flag, Ævar Arnfjörð Bjarmason
- [PATCH 08/10] run-command API & users: remove run_command_v_opt_tr2(), Ævar Arnfjörð Bjarmason
- [PATCH 09/10] gc: use strvec_pushf(), avoid redundant strbuf_detach(), Ævar Arnfjörð Bjarmason
- [PATCH 10/10] run-command API: add and use a run_command_sv_opt(), Ævar Arnfjörð Bjarmason
- [PATCH v2 00/10] run-command API: add run_command_{l,sv}_opt(), Ævar Arnfjörð Bjarmason
- [PATCH v2 01/10] run-command.c: refactor run_command_*_tr2() to internal helpers, Ævar Arnfjörð Bjarmason
- [PATCH v2 02/10] merge: remove always-the-same "verbose" arguments, Ævar Arnfjörð Bjarmason
- [PATCH v2 03/10] run-command API: add and use a run_command_l_opt(), Ævar Arnfjörð Bjarmason
- [PATCH v2 05/10] run-command API docs: clarify & fleshen out run_command_v_opt*() docs, Ævar Arnfjörð Bjarmason
- [PATCH v2 06/10] run-command API: remove RUN_COMMAND_STDOUT_TO_STDERR flag, Ævar Arnfjörð Bjarmason
- [PATCH v2 04/10] am: use run_command_l_opt() for show_patch(), Ævar Arnfjörð Bjarmason
- [PATCH v2 07/10] run-command API & diff.c: remove run_command_v_opt_cd_env(), Ævar Arnfjörð Bjarmason
- [PATCH v2 10/10] run-command API: add and use a run_command_sv_opt(), Ævar Arnfjörð Bjarmason
- [PATCH v2 08/10] run-command API & users: remove run_command_v_opt_tr2(), Ævar Arnfjörð Bjarmason
- [PATCH v2 09/10] gc: use strvec_pushf(), avoid redundant strbuf_detach(), Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 00/10] run-command API: add run_command_{l,sv}_opt(), Junio C Hamano
- [PATCH] [OUTREACHY] t1002: modernize outdated conditional,
nsengaw4c via GitGitGadget
- [outreachy] sent in my first patch,
NSENGIYUMVA WILBERFORCE
- Re: git: Expected output regression due to 0353c6881890db1302f0f1bdf85c6076eed61113, Glen Choo
- Cannot rebase – possible Git for Windows bug?,
Hans Meiser
[Outreachy] Microproject selection,
NSENGIYUMVA WILBERFORCE
[RFC PATCH 0/2] notes.c: introduce "--no-blankline" option,
Teng Long
Git diff misattributes the first word of a line to the previous line,
Gurjeet Singh
[PATCH 0/4] midx: trace2 regions and grab-bag patches,
Taylor Blau
What's cooking in git.git (Oct 2022, #04; Wed, 12), Junio C Hamano
About git reporting missing newline for symlinks,
Ignacio Taranto
[PATCH 0/2] [2.38 regression] config: respect includes in protected config,
Glen Choo via GitGitGadget
[PATCH] builtin/repack.c: remove redundant pack-based bitmaps,
Taylor Blau
[PATCH] archive: add --recurse-submodules to git-archive command,
Heather Lapointe via GitGitGadget
- [PATCH v2 0/2] archive: Add --recurse-submodules to git-archive command, Heather Lapointe via GitGitGadget
- [PATCH v2 1/2] archive: add --recurse-submodules to git-archive command, Alphadelta14 via GitGitGadget
- [PATCH v2 2/2] archive: fix a case of submodule in submodule traversal, Alphadelta14 via GitGitGadget
- Re: [PATCH v2 0/2] archive: Add --recurse-submodules to git-archive command, René Scharfe
- [PATCH v3 0/9] archive: Add --recurse-submodules to git-archive command, Heather Lapointe via GitGitGadget
- [PATCH v3 1/9] tree: do not use the_repository for tree traversal methods., Alphadelta14 via GitGitGadget
- [PATCH v3 2/9] tree: update cases to use repo_ tree methods, Heather Lapointe via GitGitGadget
- [PATCH v3 3/9] tree: increase test coverage for tree.c, Heather Lapointe via GitGitGadget
- [PATCH v3 4/9] tree: handle submodule case for read_tree_at properly, Heather Lapointe via GitGitGadget
- [PATCH v3 5/9] tree: add repository parameter to read_tree_fn_t, Heather Lapointe via GitGitGadget
- [PATCH v3 6/9] archive: pass repo objects to write_archive handlers, Heather Lapointe via GitGitGadget
- [PATCH v3 7/9] archive: remove global repository from archive_args, Heather Lapointe via GitGitGadget
- [PATCH v3 9/9] archive: add tests for git archive --recurse-submodules, Heather Lapointe via GitGitGadget
- [PATCH v3 8/9] archive: add --recurse-submodules to git-archive command, Heather Lapointe via GitGitGadget
- Re: [PATCH v3 0/9] archive: Add --recurse-submodules to git-archive command, Phillip Wood
- Re: [PATCH v3 0/9] archive: Add --recurse-submodules to git-archive command, Junio C Hamano
- Re: [PATCH v3 0/9] archive: Add --recurse-submodules to git-archive command, Glen Choo
How to best maintain directories like /etc/sysstat in GIT?,
Thorsten Schöning
[PATCH] mergetool: new config guiDefault supports auto-toggling gui by DISPLAY,
Tao Klerks via GitGitGadget
[PATCH v3] docs: git-send-email: difference between ssl and tls smtp-encryption,
sndanailov
[PATCH 0/3] Implement filtering repacks,
Christian Couder
[PATCH] abspath.h file is generated by makeheaders tool,
skrab-sah via GitGitGadget
[BUG] git fetch fetches tags matching negative refspec,
Erik Cervin Edin
2.38 "protected configuration" ignores includes,
Mantas Mikulėnas
bug in Git.pm handling unsafe repos, Hank Leininger
[PATCH] tests: add test highlighting submodule remote breakage, Jacob Keller
[PATCH v2 4/4] diff-lib: parallelize run_diff_files for submodules,
Calvin Wan
[PATCH v2 3/4] diff-lib: refactor match_stat_with_submodule, Calvin Wan
[PATCH v2 2/4] submodule: move status parsing into function,
Calvin Wan
[PATCH v2 1/4] run-command: add pipe_output_fn to run_processes_parallel_opts,
Calvin Wan
[PATCH v2 0/4] submodule: parallelize diff,
Calvin Wan
Error / feature-request: Signing git commits with SSH hardware key,
Nicolas Graves
[PATCH v2] docs: git-send-email: difference between ssl and tls smtp-encryption,
sndanailov
Seemingly inconsistent checkout behaviour,
Bart Kuster
[PATCH] archive: deduplicate verbose printing,
René Scharfe
Multiple --global config workspaces?,
Elsie Hupp
[PATCH 0/7] shortlog: introduce `--group=<format>`,
Taylor Blau
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]