summaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nd/the-index'Junio C Hamano2019-01-041-3/+5
|\
| * diff-lib.c: remove the_repository referencesNguyễn Thái Ngọc Duy2018-11-121-1/+2
| * sequencer.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-121-1/+2
| * wt-status.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-11-121-1/+1
* | Merge branch 'jk/unused-parameter-fixes'Junio C Hamano2018-11-181-1/+4
|\ \
| * | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-0/+3
| * | status: mark --find-renames option with NONEGJeff King2018-11-061-1/+1
| |/
* / refresh_index: remove unnecessary calls to preload_index()Ben Peart2018-11-061-1/+1
|/
* Merge branch 'nd/status-refresh-progress'Junio C Hamano2018-10-191-2/+8
|\
| * status: show progress bar if refreshing the index takes too longNguyễn Thái Ngọc Duy2018-09-171-2/+8
* | Merge branch 'ss/wt-status-committable'Junio C Hamano2018-10-191-9/+12
|\ \
| * | roll wt_status_state into wt_status and populate in the collect phaseStephen P. Smith2018-10-041-0/+3
| * | wt-status: rename commitable to committableStephen P. Smith2018-09-071-9/+9
| |/
* | Merge branch 'nd/the-index'Junio C Hamano2018-10-191-2/+2
|\ \
| * | revision.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| * | rerere.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+1
| |/
* | Merge branch 'en/status-multiple-renames-to-the-same-target-fix'Junio C Hamano2018-10-161-0/+1
|\ \
| * | commit: fix erroneous BUG, 'multiple renames on the same target? how?'Elijah Newren2018-09-281-0/+1
| |/
* | Merge branch 'ab/commit-graph-progress'Junio C Hamano2018-10-161-1/+1
|\|
* | Merge branch 'ds/commit-graph-tests'Junio C Hamano2018-09-171-0/+4
|\ \
| * | commit-graph: define GIT_TEST_COMMIT_GRAPHDerrick Stolee2018-08-291-0/+4
| |/
* | Merge branch 'ds/reachable'Junio C Hamano2018-09-171-0/+1
|\ \ | |/ |/|
| * commit.h: remove method declarationsDerrick Stolee2018-07-211-0/+1
| * Merge branch 'sb/object-store-grafts' into sb/object-store-lookupJunio C Hamano2018-06-291-19/+19
| |\
* | \ Merge branch 'nd/no-the-index'Junio C Hamano2018-08-201-1/+1
|\ \ \
| * | | dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-1/+1
* | | | Merge branch 'nd/i18n'Junio C Hamano2018-08-161-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Update messages in preparation for i18nNguyễn Thái Ngọc Duy2018-07-231-3/+3
| |/ /
* | | Merge branch 'sb/object-store-grafts'Junio C Hamano2018-07-181-19/+19
|\ \ \ | |/ / |/| / | |/
| * path.c: migrate global git_path_* to take a repository argumentStefan Beller2018-05-181-19/+19
* | Merge branch 'nd/complete-config-vars'Junio C Hamano2018-06-251-18/+18
|\ \
| * | help: add --config to list all available configNguyễn Thái Ngọc Duy2018-05-291-0/+3
| * | Add and use generic name->id mapping code for color slot parsingNguyễn Thái Ngọc Duy2018-05-291-18/+15
* | | Merge branch 'bp/status-rename-config'Junio C Hamano2018-05-301-0/+42
|\ \ \
| * | | add status config and command line options for rename detectionBen Peart2018-05-131-0/+42
| |/ /
* | | Merge branch 'js/use-bug-macro'Junio C Hamano2018-05-301-1/+1
|\ \ \ | |/ / |/| |
| * | Replace all die("BUG: ...") calls by BUG() onesJohannes Schindelin2018-05-061-1/+1
* | | wt-status: use settings from git_diff_ui_configEckhard S. Maaß2018-05-061-1/+1
|/ /
* | Merge branch 'bw/commit-partial-from-subdirectory-fix'Junio C Hamano2018-04-251-2/+1
|\ \ | |/ |/|
| * commit: allow partial commits with relative pathsBrandon Williams2018-04-051-2/+1
* | Merge branch 'ma/skip-writing-unchanged-index'Junio C Hamano2018-03-211-7/+3
|\ \
| * | write_locked_index(): add flag to avoid writing unchanged indexMartin Ågren2018-03-011-7/+3
* | | Merge branch 'ab/gc-auto-in-commit'Junio C Hamano2018-03-081-0/+2
|\ \ \
| * | | commit: run git gc --auto just before the post-commit hookÆvar Arnfjörð Bjarmason2018-03-011-0/+2
| * | | Merge branch 'ab/commit-m-with-fixup' into maintJunio C Hamano2018-02-271-3/+5
| |\ \ \
| * \ \ \ Merge branch 'nd/ita-wt-renames-in-status' into maintJunio C Hamano2018-02-271-1/+1
| |\ \ \ \
* | \ \ \ \ Merge branch 'jh/status-no-ahead-behind'Junio C Hamano2018-03-081-0/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | status: add --[no-]ahead-behind to status and commit for V2 format.Jeff Hostetler2018-01-241-0/+7
| |/ / / /
* | | | | Merge branch 'po/object-id'Junio C Hamano2018-02-151-2/+3
|\ \ \ \ \
| * | | | | commit: convert commit_tree* to object_idPatryk Obara2018-01-301-2/+3