aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25Merge branch 'nd/commit-a-with-paths-msg-update'Junio C Hamano1-1/+2
2019-03-22commit: improve error message in "-a <paths>" caseNguyễn Thái Ngọc Duy1-1/+2
2019-03-20report_path_error(): drop unused prefix parameterJeff King1-3/+3
2019-03-07Merge branch 'nd/completion-more-parameters'Junio C Hamano1-0/+8
2019-03-07Merge branch 'wh/author-committer-ident-config'Junio C Hamano1-1/+2
2019-02-20completion: add more parameter value completionNguyễn Thái Ngọc Duy1-0/+8
2019-02-06Merge branch 'nd/the-index-final'Junio C Hamano1-3/+4
2019-02-04config: allow giving separate author and committer identsWilliam Hubbs1-1/+2
2019-01-29Merge branch 'jk/save-getenv-result'Junio C Hamano1-1/+2
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy1-0/+1
2019-01-14read-cache.c: replace update_index_if_able with repo_&Nguyễn Thái Ngọc Duy1-1/+1
2019-01-14read-cache.c: kill read_index()Nguyễn Thái Ngọc Duy1-1/+1
2019-01-14notes-utils.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-1/+1
2019-01-11commit: copy saved getenv() resultJeff King1-1/+2
2019-01-04Merge branch 'nd/the-index'Junio C Hamano1-3/+5
2018-11-18Merge branch 'jk/unused-parameter-fixes'Junio C Hamano1-1/+4
2018-11-12diff-lib.c: remove the_repository referencesNguyễn Thái Ngọc Duy1-1/+2
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