summaryrefslogtreecommitdiff
path: root/builtin/commit.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ / / / / / / /
* | | | | | | | Merge branch 'tg/add-chmod+x-fix'Junio C Hamano2016-09-261-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | add: modify already added files when --chmod is givenThomas Gummerer2016-09-151-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'jh/status-v2-porcelain'Junio C Hamano2016-09-081-44/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | status: print branch info with --porcelain=v2 --branchJeff Hostetler2016-08-111-0/+5
| * | | | | | | | status: collect per-file data for --porcelain=v2Jeff Hostetler2016-08-111-0/+3
| * | | | | | | | status: support --porcelain[=<version>]Jeff Hostetler2016-08-051-3/+18
| * | | | | | | | status: cleanup API to wt_status_printJeff Hostetler2016-08-051-42/+9
| * | | | | | | | status: rename long-format print routinesJeff Hostetler2016-08-051-2/+2
* | | | | | | | | Merge branch 'os/no-verify-skips-commit-msg-too'Junio C Hamano2016-08-031-1/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | / | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | commit: describe that --no-verify skips the commit-msg hook in the help textos/no-verify-skips-commit-msg-tooOrgad Shaneh2016-07-261-1/+1
* | | | | | | | Merge branch 'js/find-commit-subject-ignore-leading-blanks'Junio C Hamano2016-07-111-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | commit -C: skip blank lines at the beginning of the messageJohannes Schindelin2016-06-291-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'pb/commit-editmsg-path'Junio C Hamano2016-07-061-7/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | builtin/commit.c: memoize git-path for COMMIT_EDITMSGpb/commit-editmsg-pathPranit Bauva2016-06-091-7/+8
* | | | | | add: add --chmod=+x / --chmod=-x optionsEdward Thomson2016-06-071-1/+1
|/ / / / /
* | | | | Merge branch 'pb/commit-verbose-config'Junio C Hamano2016-05-231-0/+10
|\ \ \ \ \
| * | | | | commit: add a commit.verbose config variablepb/commit-verbose-configPranit Bauva2016-05-101-0/+10
* | | | | | Merge branch 'ad/commit-have-m-option'Junio C Hamano2016-04-221-3/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | commit: do not ignore an empty message given by -m ''ad/commit-have-m-optionJeff King2016-04-071-3/+3
| |/ / /
| * | | Merge branch 'pt/xdg-config-path' into maintJunio C Hamano2015-06-051-5/+3
| |\ \ \
* | \ \ \ Merge branch 'ss/commit-squash-msg'Junio C Hamano2016-04-061-1/+10
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | commit: do not lose SQUASH_MSG contentsss/commit-squash-msgSven Strickroth2016-03-211-1/+10
* | | | | diff: activate diff.renames by defaultmm/diff-renames-defaultMatthieu Moy2016-02-251-0/+1
| |_|_|/ |/| | |
* | | | Merge branch 'jc/strbuf-getline'Junio C Hamano2016-01-281-1/+1
|\ \ \ \
| * | | | strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
* | | | | Merge branch 'js/fopen-harder'Junio C Hamano2016-01-201-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | commit: allow editing the commit message even in shared reposJohannes Schindelin2016-01-071-1/+1
* | | | | Merge branch 'bc/object-id'Junio C Hamano2015-12-101-4/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove get_object_hash.brian m. carlson2015-11-201-4/+4
| * | | | Add several uses of get_object_hash.brian m. carlson2015-11-201-4/+4
* | | | | allow hooks to ignore their standard input streamcb/hook-sigpipeClemens Buchacher2015-11-161-0/+3
|/ / / /