aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-06-03 14:30:34 -0700
committerJunio C Hamano <gitster@pobox.com>2022-06-03 14:30:34 -0700
commit83937e9592832408670da38bfe6e96c90ad63521 (patch)
tree20c6895015e2c281780eba0fead78aef3862ed8e /builtin/commit.c
parentMerge branch 'en/sparse-cone-becomes-default' (diff)
parentcore.fsyncmethod: performance tests for batch mode (diff)
downloadgit-83937e9592832408670da38bfe6e96c90ad63521.tar.gz
git-83937e9592832408670da38bfe6e96c90ad63521.zip
Merge branch 'ns/batch-fsync'
Introduce a filesystem-dependent mechanism to optimize the way the bits for many loose object files are ensured to hit the disk platter. * ns/batch-fsync: core.fsyncmethod: performance tests for batch mode t/perf: add iteration setup mechanism to perf-lib core.fsyncmethod: tests for batch mode test-lib-functions: add parsing helpers for ls-files and ls-tree core.fsync: use batch mode and sync loose objects by default on Windows unpack-objects: use the bulk-checkin infrastructure update-index: use the bulk-checkin infrastructure builtin/add: add ODB transaction around add_files_to_cache cache-tree: use ODB transaction around writing a tree core.fsyncmethod: batched disk flushes for loose-objects bulk-checkin: rebrand plug/unplug APIs as 'odb transactions' bulk-checkin: rename 'state' variable and separate 'plugged' boolean
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions
mentation/git-read-tree.txt?h=v2.26.1&id=5e82123197229d823a5838126dce20f33f82fe27&follow=1'>git-read-tree.txt: update sparse checkout examplesNguyễn Thái Ngọc Duy1-2/+2 2011-09-26mergetool: no longer need to save standard inputJunio C Hamano1-6/+4 2011-09-26mergetool: Use args as pathspec to unmerged filesJonathon Mah3-69/+72 2011-09-23Git 1.7.6.4v1.7.6.4Junio C Hamano4-3/+36 2011-09-23describe: Refresh the index when run with --dirtyAllan Caffee1-2/+15 2011-09-21git-read-tree.txt: correct sparse-checkout and skip-worktree descriptionMichael J Gruber1-4/+4 2011-09-21git-read-tree.txt: language and typography fixesMichael J Gruber1-20/+20 2011-09-21unpack-trees: print "Aborting" to stderrMichael J Gruber3-1/+7 2011-09-21t9159-*.sh: skip for mergeinfo test for svn <= 1.4Ramsay Jones1-0/+8 2011-09-21Documentation/git-update-index: refer to 'ls-files'Stefan Naewe1-2/+5 2011-09-19git-mergetool: check return value from readJay Soffian2-2/+2 2011-09-13Documentation: basic configuration of notes.rewriteRefThomas Rast1-1/+2 2011-09-12date.c: Support iso8601 timezone formatsHaitao Li2-11/+29 2011-09-12Git 1.7.6.3v1.7.6.3Junio C Hamano3-2/+7 2011-09-11Prepare for 1.7.6.3 maintenance releaseJunio C Hamano2-1/+21 2011-09-11remote: only update remote-tracking branch if updating refspecMartin von Zweigbergk2-4/+9 2011-09-11remote rename: warn when refspec was not updatedMartin von Zweigbergk1-0/+6 2011-09-11remote: "rename o foo" should not rename ref "origin/bar"Martin von Zweigbergk2-1/+11 2011-09-11remote: write correct fetch spec when renaming remote 'remote'Martin von Zweigbergk2-4/+28 2011-09-11SubmittingPathces: remove Cogito referenceSverre Rabbelier1-2/+1 2011-09-09fetch: skip on-demand checking when no submodules are configuredJens Lehmann2-6/+13 2011-09-06Git 1.7.6.2v1.7.6.2Junio C Hamano4-4/+13 2011-09-06Revert "Merge branch 'cb/maint-quiet-push' into maint"Junio C Hamano6-39/+10 2011-08-30Documentation: clarify effects of -- <path> argumentsThomas Rast1-4/+7 2011-08-29am: format is in $patch_format, not parse_patchGiuseppe Bilotta1-1/+2 2011-08-28t3005: do not assume a particular order of stdout and stderr of git-ls-filesJohannes Sixt1-10/+12 2011-08-27Forbid DEL characters in reference namesMichael Haggerty2-1/+4 2011-08-25whitespace: have SP on both sides of an assignment "="Junio C Hamano4-4/+4 2011-08-25update-ref: whitespace fixPang Yan Han1-1/+1 2011-08-25check-ref-format --print: Normalize refnames that start with slashesMichael Haggerty2-3/+9 2011-08-24Git 1.7.6.1v1.7.6.1Junio C Hamano2-2/+3 2011-08-24get_indexed_object can return NULL if nothing is in that slot; check for itBrian Harring1-0/+2 2011-08-23Update draft release notes for 1.7.6.1Junio C Hamano1-0/+11 2011-08-23clone: clone from a repository with relative alternatesJunio C Hamano3-25/+78 2011-08-22clone: allow more than one --referenceJunio C Hamano2-8/+39