summaryrefslogtreecommitdiffstats
path: root/builtin/commit.c
AgeCommit message (Expand)AuthorLines
2017-08-23Merge branch 'ks/commit-abort-on-empty-message-fix' into maintJunio C Hamano-5/+5
2017-07-17commit: check for empty message before the check for untouched templateKaartic Sivaraam-5/+5
2017-07-10Merge branch 'ks/typofix-commit-c-comment'Junio C Hamano-1/+1
2017-07-10Merge branch 'ks/commit-assuming-only-warning-removal'Junio C Hamano-8/+1
2017-07-06builtin/commit.c: fix a typo in the commentKaartic Sivaraam-1/+1
2017-06-30Merge branch 'ks/status-initial-commit'Junio C Hamano-0/+1
2017-06-30commit-template: distinguish status information unconditionallyKaartic Sivaraam-2/+1
2017-06-30commit-template: remove outdated notice about explicit pathsKaartic Sivaraam-6/+0
2017-06-26Merge branch 'lb/status-stash-count'Junio C Hamano-0/+6
2017-06-24Merge branch 'bw/config-h'Junio C Hamano-0/+1
2017-06-24Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano-1/+2
2017-06-21status: contextually notify user about an initial commitKaartic Sivaraam-0/+1
2017-06-19Merge branch 'bw/object-id'Junio C Hamano-1/+1
2017-06-18status: add optional stash count informationLiam Beguin-0/+6
2017-06-15config: don't include config.h by defaultBrandon Williams-0/+1
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano-4/+1
2017-06-13ls-files: convert overlay_tree_on_cache to take an indexBrandon Williams-1/+2
2017-06-02builtin/notes: convert to struct object_idbrian m. carlson-1/+1
2017-05-29Merge branch 'bm/interpret-trailers-cut-line-is-eom'Junio C Hamano-1/+1
2017-05-29Merge branch 'bc/object-id'Junio C Hamano-4/+4
2017-05-26use xfopen() in more placesNguyễn Thái Ngọc Duy-4/+1
2017-05-18interpret-trailers: honor the cut lineBrian Malehorn-1/+1
2017-05-08tree: convert parse_tree_indirect to struct object_idbrian m. carlson-1/+1
2017-05-08Convert lookup_commit* to struct object_idbrian m. carlson-2/+2
2017-05-02Convert struct cache_tree to use struct object_idbrian m. carlson-1/+1
2017-04-28status: add color config slots for branch info in "--short --branch"Stephen Kent-0/+4
2017-04-26Merge branch 'jk/war-on-git-path'Junio C Hamano-3/+3
2017-04-23Merge branch 'nd/conditional-config-include'Junio C Hamano-1/+1
2017-04-20use git_path_* helper functionsJeff King-3/+3
2017-04-14path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy-1/+1
2017-02-20builtin/commit: convert to struct object_idbrian m. carlson-23/+23
2017-01-31builtin/commit.c: switch to strbuf, instead of snprintf()Elia Pinto-6/+4
2017-01-13builtin/commit.c: remove the PATH_MAX limitation via dynamic allocationElia Pinto-11/+10
2016-12-19Merge branch 'jc/lock-report-on-error'Junio C Hamano-4/+4
2016-12-19Merge branch 'ak/commit-only-allow-empty'Junio C Hamano-3/+1
2016-12-09commit: remove 'Clever' message for --only --amendAndreas Krey-2/+0
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano-4/+4
2016-12-05commit: make --only --allow-empty work without pathsAndreas Krey-1/+1
2016-11-29commit: make ignore_non_trailer take buf/lenJonathan Tan-1/+1
2016-10-31Merge branch 'rs/commit-pptr-simplify'Junio C Hamano-8/+6
2016-10-30commit: simplify building parents listRené Scharfe-8/+6
2016-10-27Merge branch 'nd/ita-empty-commit'Junio C Hamano-4/+9
2016-10-24commit: don't be fooled by ita entries when creating initial commitNguyễn Thái Ngọc Duy-3/+8
2016-10-24commit: fix empty commit creation when there's no changes but ita entriesNguyễn Thái Ngọc Duy-1/+1
2016-10-17sequencer: use memoized sequencer directory pathJohannes Schindelin-1/+1
2016-09-26Merge branch 'tg/add-chmod+x-fix'Junio C Hamano-1/+1
2016-09-15add: modify already added files when --chmod is givenThomas Gummerer-1/+1
2016-09-08Merge branch 'jh/status-v2-porcelain'Junio C Hamano-44/+34
2016-08-11status: print branch info with --porcelain=v2 --branchJeff Hostetler-0/+5
2016-08-11status: collect per-file data for --porcelain=v2Jeff Hostetler-0/+3