281 Commits (d0d46abc167d18fdbdbf2ece8ca6df704517c62f)

Author SHA1 Message Date
Ronnie Sahlberg c0fe1ed084 commit.c: use ref transactions for updates 11 years ago
Alex Henrie ad5fe3771b grammofix in user-facing messages 11 years ago
Jeff King f4ef517393 determine_author_info(): copy getenv output 11 years ago
Jeff King f0f9662ae9 determine_author_info(): reuse parsing functions 11 years ago
Jeff King c33ddc2e33 date: use strbufs in date-formatting functions 11 years ago
René Scharfe d318027932 run-command: introduce CHILD_PROCESS_INIT 11 years ago
Stefan Beller 81c3ce3cdc prepare_revision_walk(): check for return value in all places 11 years ago
Matthieu Moy 8b27ff7eac commit: advertise config --global --edit on guessed identity 11 years ago
Tanay Abhra f93d7c6fa0 replace memset with string-list initializers 11 years ago
René Scharfe cedc61a998 strbuf: use strbuf_addstr() for adding C strings 11 years ago
David Turner 9c4d6c0297 cache-tree: Write updated cache-tree after commit 11 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 12 years ago
Matthieu Moy ea9882bfc4 commit: disable status hints when writing to COMMIT_EDITMSG 12 years ago
Matthieu Moy 6a964f57e5 wt-status: turn advice_status_hints into a field of wt_status 12 years ago
Matthieu Moy 5c25dfaa79 commit: factor status configuration is a helper function 12 years ago
Matthieu Moy 2556b9962e status: disable display of '#' comment prefix by default 12 years ago
Brad King 9bbb0fa1fd refs: report ref type from lock_any_ref_for_update 12 years ago
Antoine Pelisse ea16794e43 commit: search author pattern against mailmap 12 years ago
Stefan Beller 05efb7b757 branch, commit, name-rev: ease up boolean conditions 12 years ago
Stefan Beller d5d09d4754 Replace deprecated OPT_BOOLEAN by OPT_BOOL 12 years ago
Stefan Beller 4741edd549 Remove deprecated OPTION_BOOLEAN for parsing arguments 12 years ago
Jeff King c17592a7a2 commit: tweak empty cherry pick advice for sequencer 12 years ago
Nguyễn Thái Ngọc Duy 827f4d6c21 convert common_prefix() to use struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 3efe8e4381 convert add_files_to_cache to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 9b2d61499b convert refresh_index to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 17ddc66e70 convert report_path_error to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 5ab2a2dabd convert read_cache_preload() to take struct pathspec 12 years ago
Nguyễn Thái Ngọc Duy 15b55ae06a status: convert to use parse_pathspec 12 years ago
Nguyễn Thái Ngọc Duy 6654c8894e commit: convert to use parse_pathspec 12 years ago
Stefan Beller 70a0cc9e5c commit: Fix a memory leak in determine_author_info 12 years ago