summaryrefslogtreecommitdiff
path: root/builtin/commit.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-23Merge branch 'ks/commit-abort-on-empty-message-fix' into maintLibravatar Junio C Hamano1-5/+5
2017-07-17commit: check for empty message before the check for untouched templateLibravatar Kaartic Sivaraam1-5/+5
2017-07-10Merge branch 'ks/typofix-commit-c-comment'Libravatar Junio C Hamano1-1/+1
2017-07-10Merge branch 'ks/commit-assuming-only-warning-removal'Libravatar Junio C Hamano1-8/+1
2017-07-06builtin/commit.c: fix a typo in the commentLibravatar Kaartic Sivaraam1-1/+1
2017-06-30Merge branch 'ks/status-initial-commit'Libravatar Junio C Hamano1-0/+1
2017-06-30commit-template: distinguish status information unconditionallyLibravatar Kaartic Sivaraam1-2/+1
2017-06-30commit-template: remove outdated notice about explicit pathsLibravatar Kaartic Sivaraam1-6/+0
2017-06-26Merge branch 'lb/status-stash-count'Libravatar Junio C Hamano1-0/+6
2017-06-24Merge branch 'bw/config-h'Libravatar Junio C Hamano1-0/+1
2017-06-24Merge branch 'bw/ls-files-sans-the-index'Libravatar Junio C Hamano1-1/+2
2017-06-21status: contextually notify user about an initial commitLibravatar Kaartic Sivaraam1-0/+1
2017-06-19Merge branch 'bw/object-id'Libravatar Junio C Hamano1-1/+1
2017-06-18status: add optional stash count informationLibravatar Liam Beguin1-0/+6
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-06-13Merge branch 'nd/fopen-errors'Libravatar Junio C Hamano1-4/+1
2017-06-13ls-files: convert overlay_tree_on_cache to take an indexLibravatar Brandon Williams1-1/+2
2017-06-02builtin/notes: convert to struct object_idLibravatar brian m. carlson1-1/+1
2017-05-29Merge branch 'bm/interpret-trailers-cut-line-is-eom'Libravatar Junio C Hamano1-1/+1
2017-05-29Merge branch 'bc/object-id'Libravatar Junio C Hamano1-4/+4
2017-05-26use xfopen() in more placesLibravatar Nguyễn Thái Ngọc Duy1-4/+1
2017-05-18interpret-trailers: honor the cut lineLibravatar Brian Malehorn1-1/+1
2017-05-08tree: convert parse_tree_indirect to struct object_idLibravatar brian m. carlson1-1/+1
2017-05-08Convert lookup_commit* to struct object_idLibravatar brian m. carlson1-2/+2
2017-05-02Convert struct cache_tree to use struct object_idLibravatar brian m. carlson1-1/+1
2017-04-28status: add color config slots for branch info in "--short --branch"Libravatar Stephen Kent1-0/+4
2017-04-26Merge branch 'jk/war-on-git-path'Libravatar Junio C Hamano1-3/+3
2017-04-23Merge branch 'nd/conditional-config-include'Libravatar Junio C Hamano1-1/+1
2017-04-20use git_path_* helper functionsLibravatar Jeff King1-3/+3
2017-04-14path.c: and an option to call real_path() in expand_user_path()Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2017-02-20builtin/commit: convert to struct object_idLibravatar brian m. carlson1-23/+23
2017-01-31builtin/commit.c: switch to strbuf, instead of snprintf()Libravatar Elia Pinto1-6/+4
2017-01-13builtin/commit.c: remove the PATH_MAX limitation via dynamic allocationLibravatar Elia Pinto1-11/+10
2016-12-19Merge branch 'jc/lock-report-on-error'Libravatar Junio C Hamano1-4/+4
2016-12-19Merge branch 'ak/commit-only-allow-empty'Libravatar Junio C Hamano1-3/+1
2016-12-09commit: remove 'Clever' message for --only --amendLibravatar Andreas Krey1-2/+0
2016-12-07hold_locked_index(): align error handling with hold_lockfile_for_update()Libravatar Junio C Hamano1-4/+4
2016-12-05commit: make --only --allow-empty work without pathsLibravatar Andreas Krey1-1/+1
2016-11-29commit: make ignore_non_trailer take buf/lenLibravatar Jonathan Tan1-1/+1
2016-10-31Merge branch 'rs/commit-pptr-simplify'Libravatar Junio C Hamano1-8/+6
2016-10-30commit: simplify building parents listLibravatar René Scharfe1-8/+6
2016-10-27Merge branch 'nd/ita-empty-commit'Libravatar Junio C Hamano1-4/+9
2016-10-24commit: don't be fooled by ita entries when creating initial commitLibravatar Nguyễn Thái Ngọc Duy1-3/+8
2016-10-24commit: fix empty commit creation when there's no changes but ita entriesLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2016-10-17sequencer: use memoized sequencer directory pathLibravatar Johannes Schindelin1-1/+1
2016-09-26Merge branch 'tg/add-chmod+x-fix'Libravatar Junio C Hamano1-1/+1
2016-09-15add: modify already added files when --chmod is givenLibravatar Thomas Gummerer1-1/+1
2016-09-08Merge branch 'jh/status-v2-porcelain'Libravatar Junio C Hamano1-44/+34
2016-08-11status: print branch info with --porcelain=v2 --branchLibravatar Jeff Hostetler1-0/+5
2016-08-11status: collect per-file data for --porcelain=v2Libravatar Jeff Hostetler1-0/+3