summaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'nd/completion-more-parameters'Junio C Hamano2019-03-071-0/+8
|\ \
| * | completion: add more parameter value completionNguyễn Thái Ngọc Duy2019-02-201-0/+8
| |/
* | Merge branch 'wh/author-committer-ident-config'Junio C Hamano2019-03-071-1/+2
|\ \ | |/ |/|
| * config: allow giving separate author and committer identsWilliam Hubbs2019-02-041-1/+2
* | Merge branch 'nd/the-index-final'Junio C Hamano2019-02-061-3/+4
|\ \
| * | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
| * | read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy2019-01-141-1/+1
| * | read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy2019-01-141-1/+1
| * | notes-utils.c: remove the_repository referencesNguyễn Thái Ngọc Duy2019-01-141-1/+1
| |/
* | Merge branch 'jk/save-getenv-result'Junio C Hamano2019-01-291-1/+2
|\ \ | |/ |/|
| * commit: copy saved getenv() resultJeff King2019-01-111-1/+2
* | 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-031-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-271-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-201-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-151-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
|\ \ | |/ |/|