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