aboutsummaryrefslogtreecommitdiffstats
path: root/git-gui/lib/commit.tcl
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-03-25 16:38:25 -0700
committerJunio C Hamano <gitster@pobox.com>2022-03-25 16:38:25 -0700
commitdd9ff30dffdd03c579f4d867286dac3e46e05c8d (patch)
treeeeea4590b6fb9d9d470642a1608021eb70bc63d4 /git-gui/lib/commit.tcl
parentMerge branch 'ps/fsync-refs' (diff)
parentsubmodule: fix latent check_has_commit() bug (diff)
downloadgit-dd9ff30dffdd03c579f4d867286dac3e46e05c8d.tar.gz
git-dd9ff30dffdd03c579f4d867286dac3e46e05c8d.zip
Merge branch 'gc/recursive-fetch-with-unused-submodules'
When "git fetch --recurse-submodules" grabbed submodule commits that would be needed to recursively check out newly fetched commits in the superproject, it only paid attention to submodules that are in the current checkout of the superproject. We now do so for all submodules that have been run "git submodule init" on. * gc/recursive-fetch-with-unused-submodules: submodule: fix latent check_has_commit() bug fetch: fetch unpopulated, changed submodules submodule: move logic into fetch_task_create() submodule: extract get_fetch_task() submodule: store new submodule commits oid_array in a struct submodule: inline submodule_commits() into caller submodule: make static functions read submodules from commits t5526: create superproject commits with test helper t5526: stop asserting on stderr literally t5526: introduce test helper to assert on fetches
Diffstat (limited to 'git-gui/lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions
n1-2/+2 2009-01-18Documentation: remove a redundant elaborationAnders Melchiorsen1-2/+1 2009-01-18Documentation: git push repository can also be a remoteAnders Melchiorsen1-1/+3 2009-01-17Update draft release notes for 1.6.1.1Junio C Hamano1-1/+6 2009-01-17builtin-fsck: fix off by one head countChristian Couder1-1/+1 2009-01-17t5540: clarify that http-push does not handle packed-refs on the remoteJohannes Schindelin1-3/+15 2009-01-17http-push: when making directories, have a trailing slash in the path nameJohannes Schindelin3-2/+11 2009-01-17http-push: fix off-by-path_lenJohannes Schindelin1-3/+7 2009-01-17Documentation: let asciidoc align related optionsMarkus Heidelberg1-1/+4 2009-01-17githooks.txt: add missing wordStephan Beyer1-1/+1 2009-01-17builtin-commit.c: do not remove COMMIT_EDITMSGStephan Beyer1-1/+0 2009-01-15t3404: Add test case for auto-amending only edited commits after "edit"Stephan Beyer1-0/+17 2009-01-15t3404: Add test case for aborted --continue after "edit"Stephan Beyer1-0/+15 2009-01-15t3501: check that commits are actually doneStephan Beyer1-0/+2 2009-01-14Update draft release notes to 1.6.1.1Junio C Hamano1-2/+23 2009-01-14Make t3411 executableMiklos Vajna1-0/+0 2009-01-14fix handling of multiple untracked files for git mv -kMichael J Gruber2-1/+2 2009-01-14add test cases for "git mv -k"Michael J Gruber1-0/+25 2009-01-13fast-import: Cleanup mode setting.Felipe Contreras1-3/+4 2009-01-13Git.pm: call Error::Simple() properlyJay Soffian1-2/+2 2009-01-13Avoid spurious error messages on error mistakes.Pierre Habouzit1-1/+1