aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/commit.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-28Merge branch 'jc/strbuf-getline'Junio C Hamano1-1/+1
2016-01-20Merge branch 'js/fopen-harder'Junio C Hamano1-1/+1
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano1-1/+1
2016-01-07commit: allow editing the commit message even in shared reposJohannes Schindelin1-1/+1
2015-12-10Merge branch 'bc/object-id'Junio C Hamano1-4/+4
2015-11-20Remove get_object_hash.brian m. carlson1-4/+4
2015-11-20Add several uses of get_object_hash.brian m. carlson1-4/+4
2015-11-16allow hooks to ignore their standard input streamClemens Buchacher1-0/+3
2015-10-16strbuf: make stripspace() part of strbufTobias Klauser1-3/+3
2015-09-01Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-upd...Junio C Hamano1-3/+1
2015-08-31commit: don't rewrite shared index unnecessarilyDavid Turner1-3/+1
2015-08-25Merge branch 'mh/tempfile'Junio C Hamano1-7/+8
2015-08-10memoize common git-path "constant" filesJeff King1-16/+16
2015-08-10lockfile: add accessor get_lock_file_path()Michael Haggerty1-7/+8
2015-06-29convert "enum date_mode" into a structJeff King1-2/+2
2015-05-26Merge branch 'nd/untracked-cache'Junio C Hamano1-2/+3
2015-05-11Merge branch 'pt/xdg-config-path'Junio C Hamano1-5/+3
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano1-1/+1
2015-05-06git-commit: replace use of home_config_paths()Paul Tan1-5/+3
2015-03-23commit.c: fix a memory leakStefan Beller1-2/+4
2015-03-12status: enable untracked cacheNguyễn Thái Ngọc Duy1-2/+3
2015-03-05Merge branch 'mh/refs-have-new'Junio C Hamano1-2/+2
2015-02-17commit: avoid race when creating orphan commitsMichael Haggerty1-1/+1
2015-02-17ref_transaction_update(): remove "have_old" parameterMichael Haggerty1-1/+1
2015-02-17Merge branch 'mg/commit-author-no-match-malformed-message'Junio C Hamano1-1/+1
2015-02-11Merge branch 'ah/usage-strings'Junio C Hamano1-2/+2
2015-02-11Merge branch 'jk/blame-commit-label'Junio C Hamano1-9/+3
2015-01-26commit: reword --author error messageMichael J Gruber1-1/+1
2015-01-14standardize usage info string formatAlex Henrie1-2/+2
2015-01-13builtin/commit.c: use xstrdup_or_null instead of envdupJeff King1-9/+3
2014-12-22Merge branch 'jk/commit-date-approxidate'Junio C Hamano1-30/+18
2014-12-22Merge branch 'cc/interpret-trailers-more'Junio C Hamano1-26/+2
2014-12-11commit: always populate GIT_AUTHOR_* variablesJeff King1-21/+5
2014-12-11commit: loosen ident checks when generating templateJeff King1-9/+14
2014-12-01commit: use SEQ_DIR instead of hardcoding "sequencer"Nguyễn Thái Ngọc Duy1-1/+1
2014-11-10commit: make ignore_non_trailer() non staticChristian Couder1-46/+0
2014-11-10Merge branch 'jc/conflict-hint' into cc/interpret-trailers-moreJunio C Hamano1-26/+48
2014-10-28merge & sequencer: turn "Conflicts:" hint into a commentJunio C Hamano1-16/+31
2014-10-28builtin/commit.c: extract ignore_non_trailer() helper functionJunio C Hamano1-26/+33
2014-10-21Merge branch 'rs/ref-transaction'Junio C Hamano1-3/+3
2014-10-20Merge branch 'jn/parse-config-slot'Junio C Hamano1-12/+10
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg1-1/+1
2014-10-15refs.c: pass the ref log message to _create/delete/update instead of _commitRonnie Sahlberg1-2/+2
2014-10-14color_parse: do not mention variable name in error messageJeff King1-2/+1
2014-10-14pass config slots as pointers instead of offsetsJonathan Nieder1-10/+9
2014-10-14Merge branch 'rs/more-uses-of-skip-prefix'Junio C Hamano1-9/+9
2014-10-07use skip_prefix() to avoid more magic numbersRené Scharfe1-9/+9
2014-10-01lockfile.h: extract new header file for the functions in lockfile.cMichael Haggerty1-0/+1
2014-10-01lockfile: change lock_file::filename into a strbufMichael Haggerty1-6/+6
2014-10-01prepare_index(): declare return value to be (const char *)Michael Haggerty1-2/+2