summaryrefslogtreecommitdiff
path: root/builtin/commit.c
AgeCommit message (Expand)Author
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
2016-10-17sequencer: use memoized sequencer directory pathJohannes Schindelin
2016-09-26Merge branch 'tg/add-chmod+x-fix'Junio C Hamano
2016-09-15add: modify already added files when --chmod is givenThomas Gummerer
2016-09-09Merge branch 'jh/status-v2-porcelain'Junio C Hamano
2016-08-11status: print branch info with --porcelain=v2 --branchJeff Hostetler
2016-08-11status: collect per-file data for --porcelain=v2Jeff Hostetler
2016-08-10Merge branch 'os/no-verify-skips-commit-msg-too' into maintJunio C Hamano
2016-08-08Merge branch 'pb/commit-editmsg-path' into maintJunio C Hamano
2016-08-05status: support --porcelain[=<version>]Jeff Hostetler
2016-08-05status: cleanup API to wt_status_printJeff Hostetler
2016-08-05status: rename long-format print routinesJeff Hostetler
2016-08-03Merge branch 'os/no-verify-skips-commit-msg-too'Junio C Hamano
2016-07-28Merge branch 'js/find-commit-subject-ignore-leading-blanks' into maintJunio C Hamano
2016-07-26commit: describe that --no-verify skips the commit-msg hook in the help textOrgad Shaneh
2016-07-11Merge branch 'js/find-commit-subject-ignore-leading-blanks'Junio C Hamano
2016-07-06Merge branch 'pb/commit-editmsg-path'Junio C Hamano
2016-06-29commit -C: skip blank lines at the beginning of the messageJohannes Schindelin
2016-06-09builtin/commit.c: memoize git-path for COMMIT_EDITMSGPranit Bauva
2016-06-08add: add --chmod=+x / --chmod=-x optionsEdward Thomson
2016-05-23Merge branch 'pb/commit-verbose-config'Junio C Hamano
2016-05-10commit: add a commit.verbose config variablePranit Bauva
2016-05-02Merge branch 'ad/commit-have-m-option' into maintJunio C Hamano
2016-04-22Merge branch 'ad/commit-have-m-option'Junio C Hamano
2016-04-15Merge branch 'ss/commit-squash-msg' into maintJunio C Hamano
2016-04-07commit: do not ignore an empty message given by -m ''Jeff King
2016-04-06Merge branch 'ss/commit-squash-msg'Junio C Hamano
2016-03-21commit: do not lose SQUASH_MSG contentsSven Strickroth
2016-02-25diff: activate diff.renames by defaultMatthieu Moy
2016-01-29Merge branch 'jc/strbuf-getline'Junio C Hamano
2016-01-20Merge branch 'js/fopen-harder'Junio C Hamano
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano
2016-01-07commit: allow editing the commit message even in shared reposJohannes Schindelin