aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-26Merge branch 'bw/submodule-config-cleanup'Junio C Hamano1-1/+0
2017-08-23Merge branch 'ks/commit-abort-on-empty-message-fix' into maintJunio C Hamano1-5/+5
2017-08-23Merge branch 'kw/commit-keep-index-when-pre-commit-is-not-run'Junio C Hamano1-6/+9
2017-08-16commit: skip discarding the index if there is no pre-commit hookKevin Willford1-6/+9
2017-08-11Merge branch 'ks/commit-abort-on-empty-message-fix'Junio C Hamano1-5/+5
2017-08-03submodule: remove gitmodules_configBrandon Williams1-1/+0
2017-07-17commit: check for empty message before the check for untouched templateKaartic Sivaraam1-5/+5
2017-07-17sha1_name: convert get_sha1* to get_oid*brian m. carlson1-4/+4
2017-07-10Merge branch 'ks/typofix-commit-c-comment'Junio C Hamano1-1/+1
2017-07-10Merge branch 'ks/commit-assuming-only-warning-removal'Junio C Hamano1-8/+1
2017-07-06builtin/commit.c: fix a typo in the commentKaartic Sivaraam1-1/+1
2017-06-30Merge branch 'ks/status-initial-commit'Junio C Hamano1-0/+1
2017-06-30commit-template: distinguish status information unconditionallyKaartic Sivaraam1-2/+1
2017-06-30commit-template: remove outdated notice about explicit pathsKaartic Sivaraam1-6/+0
2017-06-26Merge branch 'lb/status-stash-count'Junio C Hamano1-0/+6
2017-06-24Merge branch 'bw/config-h'Junio C Hamano1-0/+1
2017-06-24Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano1-1/+2
2017-06-21status: contextually notify user about an initial commitKaartic Sivaraam1-0/+1
2017-06-19Merge branch 'bw/object-id'Junio C Hamano1-1/+1
2017-06-18status: add optional stash count informationLiam Beguin1-0/+6
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano1-4/+1
2017-06-13ls-files: convert overlay_tree_on_cache to take an indexBrandon Williams1-1/+2
2017-06-02builtin/notes: convert to struct object_idbrian m. carlson1-1/+1
2017-05-29Merge branch 'bm/interpret-trailers-cut-line-is-eom'Junio C Hamano1-1/+1
2017-05-29Merge branch 'bc/object-id'Junio C Hamano1-4/+4
2017-05-26use xfopen() in more placesNguyễn Thái Ngọc Duy1-4/+1
2017-05-18interpret-trailers: honor the cut lineBrian Malehorn1-1/+1
2017-05-08tree: convert parse_tree_indirect to struct object_idbrian m. carlson1-1/+1
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson1-2/+2
2017-05-02Convert struct cache_tree to use struct object_idbrian m. carlson1-1/+1
2017-04-28status: add color config slots for branch info in "--short --branch"Stephen Kent1-0/+4
2017-04-26Merge branch 'jk/war-on-git-path'Junio C Hamano1-3/+3
2017-04-23Merge branch 'nd/conditional-config-include'Junio C Hamano1-1/+1
2017-04-20use git_path_* helper functionsJeff King1-3/+3
2017-04-14path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy1-1/+1
2017-02-20builtin/commit: convert to struct object_idbrian m. carlson1-23/+23
2017-01-31builtin/commit.c: switch to strbuf, instead of snprintf()Elia Pinto1-6/+4
2017-01-13builtin/commit.c: remove the PATH_MAX limitation via dynamic allocationElia Pinto1-11/+10
2016-12-19Merge branch 'jc/lock-report-on-error'Junio C Hamano1-4/+4
2016-12-19Merge branch 'ak/commit-only-allow-empty'Junio C Hamano1-3/+1
2016-12-09commit: remove 'Clever' message for --only --amendAndreas Krey1-2/+0
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano1-4/+4
2016-12-05commit: make --only --allow-empty work without pathsAndreas Krey1-1/+1
2016-11-29commit: make ignore_non_trailer take buf/lenJonathan Tan1-1/+1
2016-10-31Merge branch 'rs/commit-pptr-simplify'Junio C Hamano1-8/+6
2016-10-30commit: simplify building parents listRené Scharfe1-8/+6
2016-10-27Merge branch 'nd/ita-empty-commit'Junio C Hamano1-4/+9
2016-10-24commit: don't be fooled by ita entries when creating initial commitNguyễn Thái Ngọc Duy1-3/+8
2016-10-24commit: fix empty commit creation when there's no changes but ita entriesNguyễn Thái Ngọc Duy1-1/+1