aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-12sequencer.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+2
2018-11-12wt-status.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King1-0/+3
2018-11-06status: mark --find-renames option with NONEGJeff King1-1/+1
2018-11-06refresh_index: remove unnecessary calls to preload_index()Ben Peart1-1/+1
2018-10-19Merge branch 'nd/status-refresh-progress'Junio C Hamano1-2/+8
2018-10-19Merge branch 'ss/wt-status-committable'Junio C Hamano1-9/+12
2018-10-19Merge branch 'nd/the-index'Junio C Hamano1-2/+2
2018-10-16Merge branch 'en/status-multiple-renames-to-the-same-target-fix'Junio C Hamano1-0/+1
2018-10-16Merge branch 'ab/commit-graph-progress'Junio C Hamano1-1/+1
2018-10-03roll wt_status_state into wt_status and populate in the collect phaseStephen P. Smith1-0/+3
2018-09-27commit: fix erroneous BUG, 'multiple renames on the same target? how?'Elijah Newren1-0/+1
2018-09-21revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-09-21rerere.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy1-1/+1
2018-09-17Merge branch 'ds/commit-graph-tests'Junio C Hamano1-0/+4
2018-09-17Merge branch 'ds/reachable'Junio C Hamano1-0/+1
2018-09-17status: show progress bar if refreshing the index takes too longNguyễn Thái Ngọc Duy1-2/+8
2018-09-07wt-status: rename commitable to committableStephen P. Smith1-9/+9
2018-08-29commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee1-0/+4
2018-08-20Merge branch 'nd/no-the-index'Junio C Hamano1-1/+1
2018-08-15Merge branch 'nd/i18n'Junio C Hamano1-3/+3
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy1-1/+1
2018-07-23Update messages in preparation for i18nNguyễn Thái Ngọc Duy1-3/+3
2018-07-20commit.h: remove method declarationsDerrick Stolee1-0/+1
2018-07-18Merge branch 'sb/object-store-grafts'Junio C Hamano1-19/+19
2018-06-29Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano1-19/+19
2018-06-25Merge branch 'nd/complete-config-vars'Junio C Hamano1-18/+18
2018-05-30Merge branch 'bp/status-rename-config'Junio C Hamano1-0/+42
2018-05-30Merge branch 'js/use-bug-macro'Junio C Hamano1-1/+1
2018-05-29help: add --config to list all available configNguyễn Thái Ngọc Duy1-0/+3
2018-05-29Add and use generic name->id mapping code for color slot parsingNguyễn Thái Ngọc Duy1-18/+15
2018-05-18path.c: migrate global git_path_* to take a repository argumentStefan Beller1-19/+19
2018-05-13add status config and command line options for rename detectionBen Peart1-0/+42
2018-05-06Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin1-1/+1
2018-05-06wt-status: use settings from git_diff_ui_configEckhard S. Maaß1-1/+1
2018-04-25Merge branch 'bw/commit-partial-from-subdirectory-fix'Junio C Hamano1-2/+1
2018-04-05commit: allow partial commits with relative pathsBrandon Williams1-2/+1
2018-03-21Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano1-7/+3
2018-03-08Merge branch 'ab/gc-auto-in-commit'Junio C Hamano1-0/+2
2018-03-08Merge branch 'jh/status-no-ahead-behind'Junio C Hamano1-0/+7
2018-03-01write_locked_index(): add flag to avoid writing unchanged indexMartin Ågren1-7/+3
2018-03-01commit: run git gc --auto just before the post-commit hookÆvar Arnfjörð Bjarmason1-0/+2
2018-02-27Merge branch 'ab/commit-m-with-fixup' into maintJunio C Hamano1-3/+5
2018-02-27Merge branch 'nd/ita-wt-renames-in-status' into maintJunio C Hamano1-1/+1
2018-02-15Merge branch 'po/object-id'Junio C Hamano1-2/+3
2018-02-13Merge branch 'pw/sequencer-in-process-commit'Junio C Hamano1-260/+31
2018-01-30commit: convert commit_tree* to object_idPatryk Obara1-2/+3
2018-01-24status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler1-0/+7
2018-01-24sequencer: run 'prepare-commit-msg' hookPhillip Wood1-2/+0
2018-01-23Merge branch 'ab/commit-m-with-fixup'Junio C Hamano1-3/+5