aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit-graph.c
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2021-12-14 04:09:04 +0000
committerJunio C Hamano <gitster@pobox.com>2021-12-15 11:48:21 -0800
commit0b624e039cc2c9e30333445e8c67002f41d63678 (patch)
treea9adfddda2f805fe203183982e56af14d2dc5a8c /builtin/commit-graph.c
parentsparse-checkout: pass use_stdin as a parameter instead of as a global (diff)
downloadgit-0b624e039cc2c9e30333445e8c67002f41d63678.tar.gz
git-0b624e039cc2c9e30333445e8c67002f41d63678.zip
sparse-checkout: break apart functions for sparse_checkout_(set|add)
sparse_checkout_set() was reused by sparse_checkout_add() with the only difference being a single parameter being passed to that function. However, we would like sparse_checkout_set() to do the same work that sparse_checkout_init() does if sparse checkouts are not already enabled. To facilitate this transition, give each mode their own copy of the function. This does not introduce any behavioral changes; that will come in a subsequent patch. Reviewed-by: Derrick Stolee <dstolee@microsoft.com> Reviewed-by: Victoria Dye <vdye@github.com> Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit-graph.c')
0 files changed, 0 insertions, 0 deletions
578592a3fb&follow=1'>test-lib: add in-shell "env" replacementJeff King2-1/+23 2016-05-31Git 2.9-rc1v2.9.0-rc1Junio C Hamano2-40/+49 2016-05-31More topics for 2.8.4Junio C Hamano1-0/+28 2016-05-31rebase -i: remove an unnecessary 'rerere' invocationJohannes Sixt1-1/+0 2016-05-31perf: make the tests work without a worktreeRené Scharfe1-1/+4 2016-05-31Documentation: bold literals in manErwan Mathoniere1-1/+1 2016-05-31Makefile: move 'ifdef DEVELOPER' after config.mak* inclusionMatthieu Moy1-12/+12 2016-05-31README.md: format CLI commands with code syntaxBenjamin Dopplinger1-5/+5 2016-05-29Final batch before 2.9-rc1Junio C Hamano1-0/+11 2016-05-29git-cherry-pick.txt: correct a small typoPablo Santiago Blum de Aguiar1-1/+1 2016-05-29patch-id: use starts_with() and skip_prefix()René Scharfe1-13/+10 2016-05-29apply: remove unused parameters from name_terminate()René Scharfe1-2/+2 2016-05-27Documentation: add instructions to help setup gmail 2FAMichael Rappazzo1-0/+13 2016-05-27log: document the --decorate=auto optionRamsay Jones2-4/+9