summaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ks/commit-abort-on-empty-message-fix' into maintJunio C Hamano2017-08-231-5/+5
|\
| * commit: check for empty message before the check for untouched templateks/commit-abort-on-empty-message-fixKaartic Sivaraam2017-07-171-5/+5
* | Merge branch 'ks/typofix-commit-c-comment'Junio C Hamano2017-07-101-1/+1
|\ \ | |/
| * builtin/commit.c: fix a typo in the commentks/typofix-commit-c-commentKaartic Sivaraam2017-07-061-1/+1
* | Merge branch 'ks/commit-assuming-only-warning-removal'Junio C Hamano2017-07-101-8/+1
|\ \
| * | commit-template: distinguish status information unconditionallyks/commit-assuming-only-warning-removalKaartic Sivaraam2017-06-301-2/+1
| * | commit-template: remove outdated notice about explicit pathsKaartic Sivaraam2017-06-301-6/+0
* | | Merge branch 'ks/status-initial-commit'Junio C Hamano2017-06-301-0/+1
|\ \ \
| * | | status: contextually notify user about an initial commitks/status-initial-commitKaartic Sivaraam2017-06-211-0/+1
| | |/ | |/|
* | | Merge branch 'lb/status-stash-count'Junio C Hamano2017-06-261-0/+6
|\ \ \
| * | | status: add optional stash count informationLiam Beguin2017-06-181-0/+6
* | | | Merge branch 'bw/config-h'Junio C Hamano2017-06-241-0/+1
|\ \ \ \
| * | | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'bw/ls-files-sans-the-index'Junio C Hamano2017-06-241-1/+2
|\ \ \ \
| * | | | ls-files: convert overlay_tree_on_cache to take an indexBrandon Williams2017-06-131-1/+2
* | | | | Merge branch 'bw/object-id'Junio C Hamano2017-06-191-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | builtin/notes: convert to struct object_idbrian m. carlson2017-06-021-1/+1
| |/ / /
* | | | Merge branch 'nd/fopen-errors'Junio C Hamano2017-06-131-4/+1
|\ \ \ \ | |/ / / |/| | |
| * | | use xfopen() in more placesNguyễn Thái Ngọc Duy2017-05-261-4/+1
| |/ /
* | | Merge branch 'bm/interpret-trailers-cut-line-is-eom'Junio C Hamano2017-05-291-1/+1
|\ \ \ | | |/ | |/|
| * | interpret-trailers: honor the cut linebm/interpret-trailers-cut-line-is-eomBrian Malehorn2017-05-181-1/+1
| |/
* | Merge branch 'bc/object-id'Junio C Hamano2017-05-291-4/+4
|\ \
| * | tree: convert parse_tree_indirect to struct object_idbrian m. carlson2017-05-081-1/+1
| * | Convert lookup_commit* to struct object_idbrian m. carlson2017-05-081-2/+2
| * | Convert struct cache_tree to use struct object_idbrian m. carlson2017-05-021-1/+1
| |/
* | status: add color config slots for branch info in "--short --branch"sk/status-short-branch-color-configStephen Kent2017-04-281-0/+4
|/
* Merge branch 'jk/war-on-git-path'Junio C Hamano2017-04-261-3/+3
|\
| * use git_path_* helper functionsJeff King2017-04-201-3/+3
* | Merge branch 'nd/conditional-config-include'Junio C Hamano2017-04-231-1/+1
|\ \
| * | path.c: and an option to call real_path() in expand_user_path()Nguyễn Thái Ngọc Duy2017-04-141-1/+1
| |/
* | builtin/commit: convert to struct object_idbrian m. carlson2017-02-201-23/+23
|/
* builtin/commit.c: switch to strbuf, instead of snprintf()ep/commit-static-buf-cleanupElia Pinto2017-01-311-6/+4
* builtin/commit.c: remove the PATH_MAX limitation via dynamic allocationElia Pinto2017-01-131-11/+10
* Merge branch 'jc/lock-report-on-error'Junio C Hamano2016-12-191-4/+4
|\
| * hold_locked_index(): align error handling with hold_lockfile_for_update()Junio C Hamano2016-12-071-4/+4
* | Merge branch 'ak/commit-only-allow-empty'Junio C Hamano2016-12-191-3/+1
|\ \
| * | commit: remove 'Clever' message for --only --amendak/commit-only-allow-emptyAndreas Krey2016-12-091-2/+0
| * | commit: make --only --allow-empty work without pathsAndreas Krey2016-12-051-1/+1
| * | Merge branch 'os/no-verify-skips-commit-msg-too' into maintJunio C Hamano2016-08-101-1/+1
| |\ \
| * \ \ Merge branch 'pb/commit-editmsg-path' into maintJunio C Hamano2016-08-081-7/+8
| |\ \ \
| * \ \ \ Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maintJunio C Hamano2016-07-281-1/+1
| |\ \ \ \
* | | | | | commit: make ignore_non_trailer take buf/lenJonathan Tan2016-11-291-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'rs/commit-pptr-simplify'Junio C Hamano2016-10-311-8/+6
|\ \ \ \ \
| * | | | | commit: simplify building parents listrs/commit-pptr-simplifyRené Scharfe2016-10-301-8/+6
| * | | | | Merge branch 'ad/commit-have-m-option' into maintJunio C Hamano2016-05-021-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'ss/commit-squash-msg' into maintJunio C Hamano2016-04-141-1/+10
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'nd/ita-empty-commit'Junio C Hamano2016-10-271-4/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | commit: don't be fooled by ita entries when creating initial commitnd/ita-empty-commitNguyễn Thái Ngọc Duy2016-10-241-3/+8
| * | | | | | | | commit: fix empty commit creation when there's no changes but ita entriesNguyễn Thái Ngọc Duy2016-10-241-1/+1
* | | | | | | | | sequencer: use memoized sequencer directory pathJohannes Schindelin2016-10-171-1/+1
|/ / / / / / / /