379 Commits (072bf4321fb484a8eabb315c031f47883336fba2)

Author SHA1 Message Date
Stephen Kent 93fdf301de status: add color config slots for branch info in "--short --branch" 8 years ago
Jeff King ca03e0670c use git_path_* helper functions 8 years ago
Nguyễn Thái Ngọc Duy 4aad2f1627 path.c: and an option to call real_path() in expand_user_path() 8 years ago
brian m. carlson 8066df4194 builtin/commit: convert to struct object_id 8 years ago
Elia Pinto 4a5281917b builtin/commit.c: switch to strbuf, instead of snprintf() 8 years ago
Elia Pinto 8d7aa4ba6a builtin/commit.c: remove the PATH_MAX limitation via dynamic allocation 8 years ago
Andreas Krey beb635ca9c commit: remove 'Clever' message for --only --amend 8 years ago
Junio C Hamano b3e83cc752 hold_locked_index(): align error handling with hold_lockfile_for_update() 8 years ago
Andreas Krey 319d835240 commit: make --only --allow-empty work without paths 8 years ago
Jonathan Tan 710714aaa8 commit: make ignore_non_trailer take buf/len 8 years ago
René Scharfe de9f7fa3b0 commit: simplify building parents list 8 years ago
Nguyễn Thái Ngọc Duy 2c49f7ffb3 commit: don't be fooled by ita entries when creating initial commit 8 years ago
Nguyễn Thái Ngọc Duy 018ec3c820 commit: fix empty commit creation when there's no changes but ita entries 8 years ago
Johannes Schindelin 8a2a0f5341 sequencer: use memoized sequencer directory path 9 years ago
Thomas Gummerer 610d55af0f add: modify already added files when --chmod is given 9 years ago
Jeff Hostetler d9fc746cd7 status: print branch info with --porcelain=v2 --branch 9 years ago
Jeff Hostetler 1ecdecce62 status: collect per-file data for --porcelain=v2 9 years ago
Jeff Hostetler c4f596b98e status: support --porcelain[=<version>] 9 years ago
Jeff Hostetler be7e795efe status: cleanup API to wt_status_print 9 years ago
Jeff Hostetler 957a0fe2e5 status: rename long-format print routines 9 years ago
Orgad Shaneh def480fe99 commit: describe that --no-verify skips the commit-msg hook in the help text 9 years ago
Johannes Schindelin 84e213a30a commit -C: skip blank lines at the beginning of the message 9 years ago
Pranit Bauva e51b0dfc97 builtin/commit.c: memoize git-path for COMMIT_EDITMSG 9 years ago
Edward Thomson 4e55ed32db add: add --chmod=+x / --chmod=-x options 9 years ago
Pranit Bauva aaab84203b commit: add a commit.verbose config variable 9 years ago
Jeff King 27014cbc04 commit: do not ignore an empty message given by -m '' 9 years ago
Sven Strickroth b64c1e0718 commit: do not lose SQUASH_MSG contents 9 years ago
Matthieu Moy 5404c116aa diff: activate diff.renames by default 9 years ago
Junio C Hamano 8f309aeb82 strbuf: introduce strbuf_getline_{lf,nul}() 9 years ago
Johannes Schindelin 79d7582e32 commit: allow editing the commit message even in shared repos 9 years ago
brian m. carlson ed1c9977cb Remove get_object_hash. 9 years ago
brian m. carlson 7999b2cf77 Add several uses of get_object_hash. 9 years ago
Clemens Buchacher af65f68cdf allow hooks to ignore their standard input stream 9 years ago
Tobias Klauser 63af4a8446 strbuf: make stripspace() part of strbuf 10 years ago
David Turner 475a34451f commit: don't rewrite shared index unnecessarily 10 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
Michael Haggerty b4fb09e4da lockfile: add accessor get_lock_file_path() 10 years ago
Jeff King a5481a6c94 convert "enum date_mode" into a struct 10 years ago
Paul Tan e682c9db1a git-commit: replace use of home_config_paths() 10 years ago
Stefan Beller 5d0b9bf86d commit.c: fix a memory leak 10 years ago
Nguyễn Thái Ngọc Duy 226c051adb status: enable untracked cache 10 years ago
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
Nguyễn Thái Ngọc Duy af07b20d51 commit: use SEQ_DIR instead of hardcoding "sequencer" 10 years ago
Christian Couder 8c38458923 commit: make ignore_non_trailer() non static 10 years ago