59 Commits (0235017eafa8dfc3a7353b7091ad5109d0beb7a5)

Author SHA1 Message Date
Jeff King 8661768fc9 status: reduce duplicated setup code 15 years ago
Jeff King 4a7cc2fdf3 status: disable color for porcelain format 15 years ago
Michael J Gruber 3fe2a894e9 status -s: obey color.status 15 years ago
Michael J Gruber 84dbe7b867 builtin-commit: refactor short-status code into wt-status.c 15 years ago
Junio C Hamano cb6020bb01 Teach --[no-]rerere-autoupdate option to merge, revert and friends 15 years ago
Miklos Vajna 02b47cd77e builtin-commit: add --date option 15 years ago
Michael J Gruber 482a6c1061 status -s: respect the status.relativePaths option 15 years ago
Matthieu Moy 395de250d9 Expand ~ and ~user in core.excludesfile, commit.template 15 years ago
Junio C Hamano e5138436dd builtin-commit.c: fix logic to omit empty line before existing footers 15 years ago
Erick Mattos c51f6ceed6 commit -c/-C/--amend: reset timestamp and authorship to committer with --reset-author 16 years ago
David Brown c1e01b0c51 commit: More generous accepting of RFC-2822 footer lines. 16 years ago
Thomas Rast dd2e794a21 Refactor pretty_print_commit arguments into a struct 16 years ago
Jeff King 7c9f7038e9 commit: support alternate status formats 16 years ago
Jeff King 6f15787181 status: add --porcelain output format 16 years ago
Jeff King dd2be243d6 status: refactor format option parsing 16 years ago
Jeff King 01d8ba187d status: refactor short-mode printing to its own function 16 years ago
Jeff King 9b4fe22990 status: typo fix in usage 16 years ago
Nguyễn Thái Ngọc Duy b4d1690df1 Teach Git to respect skip-worktree bit (reading part) 16 years ago
Junio C Hamano 9e4b7ab652 git status: not "commit --dry-run" anymore 16 years ago
Junio C Hamano 173e6c8852 git stat -s: short status output 16 years ago
Junio C Hamano 76e2f7ce32 git stat: the beginning of "status that is not a dry-run of commit" 16 years ago
Junio C Hamano 3fa509dfbd git commit --dry-run -v: show diff in color when asked 16 years ago
Junio C Hamano f766b36783 Make git_status_config() file scope static to builtin-commit.c 16 years ago
Junio C Hamano d249b09889 wt-status: move many global settings to wt_status structure 16 years ago
Junio C Hamano 3a5d13a3c3 commit: --dry-run 16 years ago
Junio C Hamano 50b7e70f33 wt-status.c: rework the way changes to the index and work tree are summarized 16 years ago
Thomas Rast 0721c314a5 Use die_errno() instead of die() when checking syscalls 16 years ago
Thomas Rast d824cbba02 Convert existing die(..., strerror(errno)) to die_errno() 16 years ago
Stephen Boyd df217ed643 parse-opts: add OPT_FILENAME and transition builtins 16 years ago
Stephen Boyd 3778292017 parse-opts: prepare for OPT_FILENAME 16 years ago
Stephen Boyd aae94ffbc1 commit: -F overrides -t 16 years ago
Jeff King 4f6a32f8af commit: abort commit if interactive add failed 16 years ago
Stephan Beyer 75f3ff2eea Generalize and libify index_is_dirty() to index_differs_from(...) 16 years ago
Santi Béjar c5ee71fded commit: more compact summary and without extra quotes 16 years ago
Stephan Beyer 2454ac7b9f builtin-commit.c: do not remove COMMIT_EDITMSG 16 years ago
Stephan Beyer ae98a0089f Move run_hook() from builtin-commit.c into run-command.c (libgit) 16 years ago
Clemens Buchacher 0b50922abf remove pathspec_match, use match_pathspec instead 16 years ago
Markus Heidelberg 38920dd6d3 git-status -v: color diff output when color.ui is set 16 years ago
Markus Heidelberg 3f4b609f5f git-commit: color status output when color.ui is set 16 years ago
Markus Heidelberg 7e76aba317 builtin-commit: remove unused message variable 16 years ago
Junio C Hamano 331fcb598e git add --intent-to-add: do not let an empty blob be committed by accident 16 years ago
Linus Torvalds 671c9b7e31 Add cache preload facility 16 years ago
Jeff King 0b38227f28 commit: Fix stripping of patch in verbose mode. 16 years ago
Junio C Hamano acd3b9eca8 Enhance hold_lock_file_for_{update,append}() API 17 years ago
Brandon Casey f285a2d7ed Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer 17 years ago
Miklos Vajna cf10f9fdd5 builtin-commit: use reduce_heads() only when appropriate 17 years ago
Jeff King c85db254d9 reformat informational commit message 17 years ago
Andreas Ericsson 72c69ebc03 git commit: Reformat output somewhat 17 years ago
Rafael Garcia-Suarez cbce6c0be3 Clarify commit error message for unmerged files 17 years ago
Miklos Vajna 6bb6b0341a builtin-commit: use commit_tree() 17 years ago