Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH 3/4] midx.c: respect 'pack.writeBitmapHashcache' when writing bitmaps, (continued)
- expired key in junio-gpg-pub,
Jeff King
- [PATCH 00/13] submodule: convert the rest of 'update' to C,
Atharva Raykar
- [PATCH 01/13] submodule--helper: split up ensure_core_worktree(), Atharva Raykar
- [PATCH 02/13] submodule--helper: get remote names from any repository, Atharva Raykar
- [PATCH 03/13] submodule--helper: introduce get_default_remote_submodule(), Atharva Raykar
- [PATCH 04/13] submodule--helper: rename helpers for update-clone, Atharva Raykar
- [PATCH 05/13] submodule--helper: refactor get_submodule_displaypath(), Atharva Raykar
- [PATCH 06/13] submodule: move core cmd_update() logic to C, Atharva Raykar
- [PATCH 07/13] submodule: remove fetch_in_submodule shell function, Atharva Raykar
- [PATCH 08/13] submodule--helper: remove update-clone subcommand, Atharva Raykar
- [PATCH 09/13] submodule--helper: remove update-module-mode subcommand, Atharva Raykar
- [PATCH 10/13] submodule--helper: remove shell interface to ensure_core_worktree(), Atharva Raykar
- [PATCH 11/13] submodule--helper: remove print-default-remote subcommand, Atharva Raykar
- [PATCH 12/13] submodule--helper: remove relative-path subcommand, Atharva Raykar
- [PATCH 13/13] submodule--helper: remove run-update-procedure subcommand, Atharva Raykar
- Re: [PATCH 00/13] submodule: convert the rest of 'update' to C, Ævar Arnfjörð Bjarmason
- [PATCH v2 0/8] submodule: convert the rest of 'update' to C, Atharva Raykar
- [PATCH v2 1/8] submodule--helper: split up ensure_core_worktree(), Atharva Raykar
- [PATCH v2 2/8] submodule--helper: get remote names from any repository, Atharva Raykar
- [PATCH v2 3/8] submodule--helper: rename helpers for update-clone, Atharva Raykar
- [PATCH v2 4/8] submodule--helper: refactor get_submodule_displaypath(), Atharva Raykar
- [PATCH v2 5/8] submodule: move core cmd_update() logic to C, Atharva Raykar
- [PATCH v2 6/8] submodule--helper: remove update-clone subcommand, Atharva Raykar
- [PATCH v2 7/8] submodule--helper: remove unused helpers, Atharva Raykar
- [PATCH v2 8/8] submodule--helper: rename helper functions, Atharva Raykar
- [PATCH v3 0/9] submodule: convert the rest of 'update' to C, Atharva Raykar
- [PATCH v3 1/9] submodule--helper: split up ensure_core_worktree(), Atharva Raykar
- [PATCH v3 2/9] submodule--helper: get remote names from any repository, Atharva Raykar
- [PATCH v3 3/9] submodule--helper: rename helpers for update-clone, Atharva Raykar
- [PATCH v3 4/9] submodule--helper: refactor get_submodule_displaypath(), Atharva Raykar
- [PATCH v3 8/9] submodule--helper: remove unused helpers, Atharva Raykar
- [PATCH v3 6/9] submodule--helper: run update using child process struct, Atharva Raykar
- [PATCH v3 7/9] submodule: move core cmd_update() logic to C, Atharva Raykar
- [PATCH v3 5/9] submodule--helper: allow setting superprefix for init_submodule(), Atharva Raykar
- [PATCH v3 9/9] submodule--helper: rename helper functions, Atharva Raykar
- Re: [PATCH v3 0/9] submodule: convert the rest of 'update' to C, Junio C Hamano
- [PATCH v4 0/7] submodule: convert the rest of 'update' to C, Ævar Arnfjörð Bjarmason
- [PATCH v4 1/7] submodule--helper: get remote names from any repository, Ævar Arnfjörð Bjarmason
- [PATCH v4 2/7] submodule--helper: refactor get_submodule_displaypath(), Ævar Arnfjörð Bjarmason
- [PATCH v4 3/7] submodule--helper: allow setting superprefix for init_submodule(), Ævar Arnfjörð Bjarmason
- [PATCH v4 4/7] submodule--helper: run update using child process struct, Ævar Arnfjörð Bjarmason
- [PATCH v4 5/7] builtin/submodule--helper.c: reformat designated initializers, Ævar Arnfjörð Bjarmason
- [PATCH v4 6/7] builtin/submodule--helper.c: rename "suc" variable to "opt", Ævar Arnfjörð Bjarmason
- [PATCH v4 7/7] submodule: move core cmd_update() logic to C, Ævar Arnfjörð Bjarmason
- [PATCH v5 0/9] submodule: convert the rest of 'update' to C, Ævar Arnfjörð Bjarmason
- [PATCH v5 1/9] submodule--helper: get remote names from any repository, Ævar Arnfjörð Bjarmason
- [PATCH v5 2/9] submodule--helper: refactor get_submodule_displaypath(), Ævar Arnfjörð Bjarmason
- [PATCH v5 3/9] submodule--helper: allow setting superprefix for init_submodule(), Ævar Arnfjörð Bjarmason
- [PATCH v5 4/9] submodule--helper: run update using child process struct, Ævar Arnfjörð Bjarmason
- [PATCH v5 5/9] builtin/submodule--helper.c: reformat designated initializers, Ævar Arnfjörð Bjarmason
- [PATCH v5 6/9] builtin/submodule--helper.c: rename option variables to "opt", Ævar Arnfjörð Bjarmason
- [PATCH v5 7/9] submodule--helper: don't use bitfield indirection for parse_options(), Ævar Arnfjörð Bjarmason
- [PATCH v5 8/9] submodule tests: test for init and update failure output, Ævar Arnfjörð Bjarmason
- [PATCH v5 9/9] submodule: move core cmd_update() logic to C, Ævar Arnfjörð Bjarmason
- [PATCH v6 00/16] submodule: convert the rest of 'update' to C, Glen Choo
- [PATCH v6 01/16] submodule--helper: get remote names from any repository, Glen Choo
- [PATCH v6 02/16] submodule--helper: refactor get_submodule_displaypath(), Glen Choo
- [PATCH v6 04/16] submodule--helper: run update using child process struct, Glen Choo
- [PATCH v6 03/16] submodule--helper: allow setting superprefix for init_submodule(), Glen Choo
- [PATCH v6 05/16] builtin/submodule--helper.c: reformat designated initializers, Glen Choo
- [PATCH v6 07/16] submodule--helper: don't use bitfield indirection for parse_options(), Glen Choo
- [PATCH v6 08/16] submodule tests: test for init and update failure output, Glen Choo
- [PATCH v6 15/16] submodule--helper: move functions around, Glen Choo
- [PATCH v6 13/16] submodule--helper: remove ensure-core-worktree, Glen Choo
- [PATCH v6 11/16] submodule--helper run-update-procedure: remove --suboid, Glen Choo
- [PATCH v6 10/16] submodule--helper: reorganize code for sh to C conversion, Glen Choo
- [PATCH v6 12/16] submodule--helper run-update-procedure: learn --remote, Glen Choo
- [PATCH v6 06/16] builtin/submodule--helper.c: rename option variables to "opt", Glen Choo
- [PATCH v6 14/16] submodule--helper update-clone: learn --init, Glen Choo
- [PATCH v6 09/16] submodule--helper: remove update-module-mode, Glen Choo
- [PATCH v6 16/16] submodule: move core cmd_update() logic to C, Glen Choo
- [PATCH v7 00/20] submodule: convert the rest of 'update' to C, Glen Choo
- [PATCH v7 01/20] submodule--helper: get remote names from any repository, Glen Choo
- [PATCH v7 02/20] submodule--helper: refactor get_submodule_displaypath(), Glen Choo
- [PATCH v7 03/20] submodule--helper: allow setting superprefix for init_submodule(), Glen Choo
- [PATCH v7 04/20] submodule--helper: run update using child process struct, Glen Choo
- [PATCH v7 05/20] builtin/submodule--helper.c: reformat designated initializers, Glen Choo
- [PATCH v7 06/20] builtin/submodule--helper.c: rename option variables to "opt", Glen Choo
- [PATCH v7 07/20] submodule--helper: don't use bitfield indirection for parse_options(), Glen Choo
- [PATCH v7 08/20] submodule tests: test for init and update failure output, Glen Choo
- [PATCH v7 09/20] submodule--helper: remove update-module-mode, Glen Choo
- [PATCH v7 11/20] submodule--helper run-update-procedure: remove --suboid, Glen Choo
- [PATCH v7 10/20] submodule--helper: reorganize code for sh to C conversion, Glen Choo
- [PATCH v7 12/20] submodule--helper run-update-procedure: learn --remote, Glen Choo
- [PATCH v7 13/20] submodule--helper: remove ensure-core-worktree, Glen Choo
- [PATCH v7 14/20] submodule--helper update-clone: learn --init, Glen Choo
- [PATCH v7 15/20] submodule--helper: move functions around, Glen Choo
- [PATCH v7 16/20] submodule--helper: reduce logic in run_update_procedure(), Glen Choo
- [PATCH v7 17/20] submodule: move core cmd_update() logic to C, Glen Choo
- [PATCH v7 18/20] fixup! submodule--helper run-update-procedure: remove --suboid, Glen Choo
- [PATCH v7 19/20] fixup! submodule--helper run-update-procedure: learn --remote, Glen Choo
- [PATCH v7 20/20] fixup! submodule: move core cmd_update() logic to C, Glen Choo
- Re: [PATCH v7 00/20] submodule: convert the rest of 'update' to C, Ævar Arnfjörð Bjarmason
- Re: [PATCH v7 00/20] submodule: convert the rest of 'update' to C, Junio C Hamano
- Re: [PATCH 00/13] submodule: convert the rest of 'update' to C, Glen Choo
- [PATCH RESEND] bugreport: Add hint to answer questionnaire in English,
Bagas Sanjaya
- [PATCH 1/3] Add support for new %w wildcard in checkout filter,
Calum McConnell
- [PATCH] Makefile: remove the check_bindir script,
Ævar Arnfjörð Bjarmason
- [PATCH] test-tool run-command: remove dead "testsuite" code,
Ævar Arnfjörð Bjarmason
- [PATCH v3] pretty: colorize pattern matches in commit messages, Hamza Mahfooz
- [PATCH 0/4] Compile-time extensions for list-object-filter,
Andrew Olsen via GitGitGadget
- Regression in git send-email parsing sendemail.* config values,
Eli Schwartz
- stash push/pop unstages files?,
Yuri
- [PATCH RESEND v3] make: add INSTALL_STRIP option variable,
Bagas Sanjaya
- [PATCH] Docs: web server must setenv GIT_PROTOCOL for v2,
Konstantin Ryabitsev
- [hacky PATCH 0/2] speeding up trivial for-each-ref invocations,
Jeff King
- git switch after bisect finished, Ed Avis
- Aborting 'rebase main feat' removes unversioned files,
Fedor Biryukov
- [BUG?] git range-diff -Ix @{1}... segfaults,
Junio C Hamano
- [PATCH] Documentation: fix default directory of git bugreport -o,
Bagas Sanjaya
- [PATCH] bugreport: Add hint to answer questionnaire in English, Bagas Sanjaya
- [PATCH] update-ref: fix streaming of status updates,
Patrick Steinhardt
- [PATCH] builtin/checkout: track the command use (checkout/switch) for advice,
Carlo Marcelo Arenas Belón
- Git in Outreachy?,
Taylor Blau
- What's cooking in git.git (Sep 2021, #01; Thu, 2),
Junio C Hamano
- Re: What's cooking in git.git (Sep 2021, #01; Thu, 2), Philippe Blain
- Re: What's cooking in git.git (Sep 2021, #01; Thu, 2), Taylor Blau
- Re: What's cooking in git.git (Sep 2021, #01; Thu, 2), Carlo Arenas
- Re: What's cooking in git.git (Sep 2021, #01; Thu, 2), Han-Wen Nienhuys
- Re: What's cooking in git.git (Sep 2021, #01; Thu, 2), Ævar Arnfjörð Bjarmason
- [PATCH 0/9] remove dead shell code,
Ævar Arnfjörð Bjarmason
- [PATCH 1/9] git-sh-setup: remove unused set_reflog_action() function, Ævar Arnfjörð Bjarmason
- [PATCH 2/9] git-sh-setup: remove unused git_editor() function, Ævar Arnfjörð Bjarmason
- [PATCH 3/9] git-sh-setup: remove unused git_pager() function, Ævar Arnfjörð Bjarmason
- [PATCH 4/9] git-sh-setup: remove unused sane_egrep() function, Ævar Arnfjörð Bjarmason
- [PATCH 5/9] git-sh-setup: remove unused require_work_tree_exists() function, Ævar Arnfjörð Bjarmason
- [PATCH 6/9] git-sh-setup: move create_virtual_base() to mergetools/p4merge, Ævar Arnfjörð Bjarmason
- [PATCH 7/9] git-sh-setup: move peel_committish() function to git-subtree.sh, Ævar Arnfjörð Bjarmason
- [PATCH 8/9] git-bisect: remove unused SHA-1 $x40 shell variable, Ævar Arnfjörð Bjarmason
- [PATCH 9/9] test-lib: remove unused $_x40 and $_z40 variables, Ævar Arnfjörð Bjarmason
- Re: [PATCH 0/9] remove dead shell code, Peter Baumann
- Re: [PATCH 0/9] remove dead shell code, Junio C Hamano
- [PATCH v2 0/7] remove dead & undocumented shell code, Ævar Arnfjörð Bjarmason
- [PATCH v3] make: add INSTALL_STRIP option variable,
Bagas Sanjaya
- [PATCH v6 0/6] Finish converting git bisect to C part 4,
Miriam Rubio
- [PATCH] makefile: teach git about NO_MSGFMT (as supported in GUI and gitk),
Carlo Marcelo Arenas Belón
- [PATCH] remote: avoid -Wunused-but-set-variable in gcc with -DNDEBUG,
Carlo Marcelo Arenas Belón
- [PATCH 0/3] hn/reftable: fixes for building with -DNDEBUG,
Carlo Marcelo Arenas Belón
- [PATCH] pretty: colorize pattern matches in commit messages,
Hamza Mahfooz
- Re: Git error message "Server does not allow request for unadvertised object", Yngve N. Pettersen
- [PATCH v2 0/7] Drop support for git rebase --preserve-merges,
Johannes Schindelin via GitGitGadget
- [PATCH v2 1/7] t5520: do not use `pull.rebase=preserve`, Johannes Schindelin via GitGitGadget
- [PATCH v2 2/7] remote: warn about unhandled branch.<name>.rebase values, Johannes Schindelin via GitGitGadget
- [PATCH v2 4/7] pull: remove support for `--rebase=preserve`, Johannes Schindelin via GitGitGadget
- [PATCH v2 3/7] tests: stop testing `git rebase --preserve-merges`, Johannes Schindelin via GitGitGadget
- [PATCH v2 5/7] rebase: drop support for `--preserve-merges`, Johannes Schindelin via GitGitGadget
- [PATCH v2 6/7] git-svn: drop support for `--preserve-merges`, Johannes Schindelin via GitGitGadget
- [PATCH v2 7/7] rebase: drop the internal `rebase--interactive` command, Johannes Schindelin via GitGitGadget
- Re: [PATCH v2 0/7] Drop support for git rebase --preserve-merges, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 0/7] Drop support for git rebase --preserve-merges, Junio C Hamano
- Re: [PATCH v2 0/7] Drop support for git rebase --preserve-merges, Alban Gruin
- [PATCH v3 00/11] Drop support for git rebase --preserve-merges, Johannes Schindelin via GitGitGadget
- [PATCH v3 01/11] t5520: do not use `pull.rebase=preserve`, Johannes Schindelin via GitGitGadget
- [PATCH v3 02/11] remote: warn about unhandled branch.<name>.rebase values, Johannes Schindelin via GitGitGadget
- [PATCH v3 03/11] tests: stop testing `git rebase --preserve-merges`, Johannes Schindelin via GitGitGadget
- [PATCH v3 04/11] pull: remove support for `--rebase=preserve`, Johannes Schindelin via GitGitGadget
- [PATCH v3 06/11] git-svn: drop support for `--preserve-merges`, Johannes Schindelin via GitGitGadget
- [PATCH v3 05/11] rebase: drop support for `--preserve-merges`, Johannes Schindelin via GitGitGadget
- [PATCH v3 07/11] rebase: drop the internal `rebase--interactive` command, Johannes Schindelin via GitGitGadget
- [PATCH v3 08/11] rebase: remove obsolete code comment, Johannes Schindelin via GitGitGadget
- [PATCH v3 09/11] rebase: stop mentioning the -p option in comments, Johannes Schindelin via GitGitGadget
- [PATCH v3 10/11] rebase: remove a no-longer-used function, Johannes Schindelin via GitGitGadget
- [PATCH v3 11/11] sequencer: restrict scope of a formerly public function, Johannes Schindelin via GitGitGadget
- Re: [PATCH v3 00/11] Drop support for git rebase --preserve-merges, Ævar Arnfjörð Bjarmason
- [PATCH] stash: print the correct usage on "git stash [push] --invalid-option",
Ævar Arnfjörð Bjarmason
- [PATCH 0/2] parse-options: properly align continued usage output,
Ævar Arnfjörð Bjarmason
- Concept question about push/pull stashes,
c . buhtz
- [PATCH 0/2] pack-write,repack: prevent opening packs too early,
Taylor Blau
- [PATCH 1/2] pack-write.c: rename `.idx` file into place last, Taylor Blau
- [PATCH 2/2] builtin/repack.c: move `.idx` files into place last, Taylor Blau
- Re: [PATCH 0/2] pack-write,repack: prevent opening packs too early, Jeff King
- [PATCH 0/3] rename *.idx file into place last (also after *.bitmap), Ævar Arnfjörð Bjarmason
- Re: [PATCH 0/2] pack-write,repack: prevent opening packs too early, Ævar Arnfjörð Bjarmason
- [PATCH v2 0/4] rename *.idx file into place last (also after *.bitmap), Ævar Arnfjörð Bjarmason
- [PATCH v2 0/3] prevent opening packs too early, Taylor Blau
- [PATCH 0/9] packfile: avoid .idx rename races, Taylor Blau
- [PATCH 1/9] pack.h: line-wrap the definition of finish_tmp_packfile(), Taylor Blau
- [PATCH 2/9] bulk-checkin.c: store checksum directly, Taylor Blau
- [PATCH 3/9] pack-write: refactor renaming in finish_tmp_packfile(), Taylor Blau
- [PATCH 4/9] pack-write.c: rename `.idx` files after `*.rev`, Taylor Blau
- [PATCH 5/9] builtin/repack.c: move `.idx` files into place last, Taylor Blau
- [PATCH 6/9] index-pack: refactor renaming in final(), Taylor Blau
- [PATCH 7/9] builtin/index-pack.c: move `.idx` files into place last, Taylor Blau
- [PATCH 9/9] pack-objects: rename .idx files into place after .bitmap files, Taylor Blau
- [PATCH 8/9] pack-write: split up finish_tmp_packfile() function, Taylor Blau
- Re: [PATCH 0/9] packfile: avoid .idx rename races, Ævar Arnfjörð Bjarmason
- [PATCH v2 0/9] packfile: avoid .idx rename races, Taylor Blau
- [PATCH v2 1/9] pack.h: line-wrap the definition of finish_tmp_packfile(), Taylor Blau
- [PATCH v2 2/9] bulk-checkin.c: store checksum directly, Taylor Blau
- [PATCH v2 3/9] pack-write: refactor renaming in finish_tmp_packfile(), Taylor Blau
- [PATCH v2 4/9] pack-write.c: rename `.idx` files after `*.rev`, Taylor Blau
- [PATCH v2 5/9] builtin/repack.c: move `.idx` files into place last, Taylor Blau
- [PATCH v2 6/9] index-pack: refactor renaming in final(), Taylor Blau
- [PATCH v2 8/9] pack-write: split up finish_tmp_packfile() function, Taylor Blau
- [PATCH v2 7/9] builtin/index-pack.c: move `.idx` files into place last, Taylor Blau
- [PATCH v2 9/9] pack-objects: rename .idx files into place after .bitmap files, Taylor Blau
- Re: [PATCH v2 0/9] packfile: avoid .idx rename races, Junio C Hamano
- What's cooking in git.git (Aug 2021, #10; Tue, 31),
Junio C Hamano
- RE: Git stash certain files,
Caleb Dougherty
- BUG: `git commit` adding unstaged chunks of files to commits on 2.33.0,
Andrew Thorp
- [PATCH] fast-export: fix anonymized tag using original length,
Tal Kelrich via GitGitGadget
- [ANNOUNCE] Git Rev News edition 78, Christian Couder
- UX suggestion,
Jan Judas
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]