309 Commits (d8cd32792a0a8a52ff4f5f4bb74f9044bcb9a97a)

Author SHA1 Message Date
Michael Haggerty a933c23e66 commit: avoid race when creating orphan commits 10 years ago
Michael Haggerty 1d147bdff0 ref_transaction_update(): remove "have_old" parameter 10 years ago
Michael J Gruber 1044b1f6a1 commit: reword --author error message 10 years ago
Alex Henrie 9c9b4f2f8b standardize usage info string format 10 years ago
Jeff King eaa541eb59 builtin/commit.c: use xstrdup_or_null instead of envdup 10 years ago
Jeff King c83a5099c8 commit: always populate GIT_AUTHOR_* variables 10 years ago
Jeff King fac908389d commit: loosen ident checks when generating template 10 years ago
Christian Couder 8c38458923 commit: make ignore_non_trailer() non static 10 years ago
Junio C Hamano 261f315beb merge & sequencer: turn "Conflicts:" hint into a comment 10 years ago
Junio C Hamano 073bd75e17 builtin/commit.c: extract ignore_non_trailer() helper function 10 years ago
Ronnie Sahlberg 7695d118e5 refs.c: change resolve_ref_unsafe reading argument to be a flags field 10 years ago
Ronnie Sahlberg db7516ab9f refs.c: pass the ref log message to _create/delete/update instead of _commit 10 years ago
Jeff King f6c5a2968c color_parse: do not mention variable name in error message 10 years ago
Jonathan Nieder 8852117a60 pass config slots as pointers instead of offsets 10 years ago
René Scharfe e3f1da982e use skip_prefix() to avoid more magic numbers 10 years ago
Michael Haggerty 697cc8efd9 lockfile.h: extract new header file for the functions in lockfile.c 10 years ago
Michael Haggerty cf6950d3bf lockfile: change lock_file::filename into a strbuf 10 years ago
Michael Haggerty 35ff08be09 prepare_index(): declare return value to be (const char *) 10 years ago
Ronnie Sahlberg c0fe1ed084 commit.c: use ref transactions for updates 10 years ago
Alex Henrie ad5fe3771b grammofix in user-facing messages 10 years ago
Jeff King f4ef517393 determine_author_info(): copy getenv output 10 years ago
Jeff King f0f9662ae9 determine_author_info(): reuse parsing functions 10 years ago
Jeff King c33ddc2e33 date: use strbufs in date-formatting functions 10 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 10 years ago
Stefan Beller 81c3ce3cdc prepare_revision_walk(): check for return value in all places 10 years ago
Matthieu Moy 8b27ff7eac commit: advertise config --global --edit on guessed identity 10 years ago
Tanay Abhra f93d7c6fa0 replace memset with string-list initializers 10 years ago
René Scharfe cedc61a998 strbuf: use strbuf_addstr() for adding C strings 10 years ago
David Turner 9c4d6c0297 cache-tree: Write updated cache-tree after commit 10 years ago
Jeff King cf4fff579e refactor skip_prefix to return a boolean 11 years ago
Nguyễn Thái Ngọc Duy 03b8664772 read-cache: new API write_locked_index instead of write_index/write_cache 11 years ago
Jeff King 3ffefb54c0 commit_tree: take a pointer/len pair rather than a const strbuf 11 years ago
Nguyễn Thái Ngọc Duy 84c9dc2c5a commit: allow core.commentChar=auto for character auto selection 11 years ago
Felipe Contreras 7d7d680221 silence a bunch of format-zero-length warnings 11 years ago
Jeff King 14ac2864dc commit: accept more date formats for "--date" 11 years ago
Jeff King b7242b8c9e commit: print "Date" line when the user has set date 11 years ago
Jeff King 4701026352 commit: use split_ident_line to compare author/committer 11 years ago
Jeff King 076cbd6341 commit: do not complain of empty messages from -C 11 years ago
Ronnie Sahlberg 55a5c8d72b commit.c: check for lock error and return early 11 years ago
Jens Lehmann c215d3d282 commit -m: commit staged submodules regardless of ignore config 11 years ago
Justin Lebar 235e8d5914 code and test: fix misuses of "nor" 11 years ago
Junio C Hamano e703d7118c parse-options: multi-word argh should use dash to separate words 11 years ago
Benoit Pierre 15048f8a9a commit: fix patch hunk editing with "commit -p -m" 11 years ago
Nguyễn Thái Ngọc Duy 75df1f434f commit: add --cleanup=scissors 11 years ago
Nicolas Vigier d95bfb12b8 commit-tree: add the commit.gpgsign option to sign all commits 11 years ago
Nguyễn Thái Ngọc Duy 429bb40abd pathspec: convert some match_pathspec_depth() to ce_path_match() 11 years ago
Elia Pinto e23fd15ada builtin/commit.c: reduce scope of variables 11 years ago
Jens Lehmann 1a72cfd7fa commit -v: strip diffs and submodule shortlogs from the commit message 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Jeff King 5e7d4d3e93 assume parse_commit checks for NULL commit 11 years ago