aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-07-08 14:53:11 -0700
committerJunio C Hamano <gitster@pobox.com>2024-07-08 14:53:11 -0700
commita43b001cce61161f838387e18ee5acdb73b17493 (patch)
tree89db65e11f727ca5e0bdae02b1eab11c8fe4aa04 /commit-graph.c
parentMerge branch 'xx/bundie-uri-fixes' (diff)
parentsparse-index: improve lstat caching of sparse paths (diff)
downloadgit-a43b001cce61161f838387e18ee5acdb73b17493.tar.gz
git-a43b001cce61161f838387e18ee5acdb73b17493.zip
Merge branch 'ds/sparse-lstat-caching'
The code to deal with modified paths that are out-of-cone in a sparsely checked out working tree has been optimized. * ds/sparse-lstat-caching: sparse-index: improve lstat caching of sparse paths sparse-index: count lstat() calls sparse-index: use strbuf in path_found() sparse-index: refactor path_found() sparse-checkout: refactor skip worktree retry logic
Diffstat (limited to 'commit-graph.c')
0 files changed, 0 insertions, 0 deletions
an class='deletions'>-0/+26 2017-06-13git-stash: fix pushing stash with pathspec from subdirPatrick Steinhardt2-0/+19 2017-06-13t3200: add test for single parameter passed to -m optionSahil Dua1-0/+17 2017-06-12revision.c: use skip_prefix() in handle_revision_pseudo_opt()SZEDER Gábor1-9/+9 2017-06-12revision.c: use skip_prefix() in handle_revision_opt()SZEDER Gábor1-25/+23 2017-06-12revision.c: stricter parsing of '--early-output'SZEDER Gábor1-10/+7 2017-06-12revision.c: stricter parsing of '--no-{min,max}-parents'SZEDER Gábor1-2/+2 2017-06-12revision.h: turn rev_info.early_output back into an unsigned intSZEDER Gábor1-2/+3 2017-06-12dir: create function count_slashes()Prathamesh Chavan4-21/+15 2017-06-12fast-import: increase the default pack depth to 50Mike Hommey2-2/+2 2017-06-12filter-branch: add [--] to usageAndreas Heiduk1-1/+1 2017-06-12filter-branch: add `--setup` stepAndreas Heiduk2-10/+25 2017-06-12t5100: add some more mailinfo testsKyle J. McKay1-0/+42 2017-06-10t4005: modernize style and drop hard coded sha1Stefan Beller1-52/+43 2017-06-07doc: describe git svn init --ignore-refsAndreas Heiduk1-0/+16 2017-06-07sha1dc: update from upstreamÆvar Arnfjörð Bjarmason2-9/+27