summaryrefslogtreecommitdiffstats
path: root/builtin/commit.c
AgeCommit message (Expand)AuthorLines
2016-08-03Merge branch 'os/no-verify-skips-commit-msg-too'Junio C Hamano-1/+1
2016-07-26commit: describe that --no-verify skips the commit-msg hook in the help textOrgad Shaneh-1/+1
2016-07-11Merge branch 'js/find-commit-subject-ignore-leading-blanks'Junio C Hamano-1/+1
2016-07-06Merge branch 'pb/commit-editmsg-path'Junio C Hamano-7/+8
2016-06-29commit -C: skip blank lines at the beginning of the messageJohannes Schindelin-1/+1
2016-06-09builtin/commit.c: memoize git-path for COMMIT_EDITMSGPranit Bauva-7/+8
2016-06-07add: add --chmod=+x / --chmod=-x optionsEdward Thomson-1/+1
2016-05-23Merge branch 'pb/commit-verbose-config'Junio C Hamano-0/+10
2016-05-10commit: add a commit.verbose config variablePranit Bauva-0/+10
2016-04-22Merge branch 'ad/commit-have-m-option'Junio C Hamano-3/+3
2016-04-07commit: do not ignore an empty message given by -m ''Jeff King-3/+3
2016-04-06Merge branch 'ss/commit-squash-msg'Junio C Hamano-1/+10
2016-03-21commit: do not lose SQUASH_MSG contentsSven Strickroth-1/+10
2016-02-25diff: activate diff.renames by defaultMatthieu Moy-0/+1
2016-01-28Merge branch 'jc/strbuf-getline'Junio C Hamano-1/+1
2016-01-20Merge branch 'js/fopen-harder'Junio C Hamano-1/+1
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano-1/+1
2016-01-07commit: allow editing the commit message even in shared reposJohannes Schindelin-1/+1
2015-12-10Merge branch 'bc/object-id'Junio C Hamano-4/+4
2015-11-20Remove get_object_hash.brian m. carlson-4/+4
2015-11-20Add several uses of get_object_hash.brian m. carlson-4/+4
2015-11-16allow hooks to ignore their standard input streamClemens Buchacher-0/+3
2015-10-16strbuf: make stripspace() part of strbufTobias Klauser-3/+3
2015-09-01Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-upd...Junio C Hamano-3/+1
2015-08-31commit: don't rewrite shared index unnecessarilyDavid Turner-3/+1
2015-08-25Merge branch 'mh/tempfile'Junio C Hamano-7/+8
2015-08-10memoize common git-path "constant" filesJeff King-16/+16
2015-08-10lockfile: add accessor get_lock_file_path()Michael Haggerty-7/+8
2015-06-29convert "enum date_mode" into a structJeff King-2/+2
2015-06-05Merge branch 'pt/xdg-config-path' into maintJunio C Hamano-5/+3
2015-05-26Merge branch 'nd/untracked-cache'Junio C Hamano-2/+3
2015-05-11Merge branch 'pt/xdg-config-path'Junio C Hamano-5/+3
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano-1/+1
2015-05-06git-commit: replace use of home_config_paths()Paul Tan-5/+3
2015-03-23commit.c: fix a memory leakStefan Beller-2/+4
2015-03-12status: enable untracked cacheNguyễn Thái Ngọc Duy-2/+3
2015-03-05Merge branch 'mh/refs-have-new'Junio C Hamano-2/+2
2015-02-17commit: avoid race when creating orphan commitsMichael Haggerty-1/+1
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty-1/+1
2015-02-17Merge branch 'mg/commit-author-no-match-malformed-message'Junio C Hamano-1/+1
2015-02-11Merge branch 'ah/usage-strings'Junio C Hamano-2/+2
2015-02-11Merge branch 'jk/blame-commit-label'Junio C Hamano-9/+3
2015-01-26commit: reword --author error messageMichael J Gruber-1/+1
2015-01-14standardize usage info string formatAlex Henrie-2/+2
2015-01-13builtin/commit.c: use xstrdup_or_null instead of envdupJeff King-9/+3
2014-12-22Merge branch 'jk/commit-date-approxidate'Junio C Hamano-30/+18
2014-12-22Merge branch 'cc/interpret-trailers-more'Junio C Hamano-26/+2
2014-12-11commit: always populate GIT_AUTHOR_* variablesJeff King-21/+5
2014-12-11commit: loosen ident checks when generating templateJeff King-9/+14
2014-12-01commit: use SEQ_DIR instead of hardcoding "sequencer"Nguyễn Thái Ngọc Duy-1/+1