5 Commits (0d4dbcd35e89a549055e34daf410e4579571b984)

Author SHA1 Message Date
Markus Heidelberg 1f2362a944 builtin/commit: remove unnecessary variable definition 15 years ago
Markus Heidelberg 7327623526 builtin/commit: fix duplicated sentence in a comment 15 years ago
Linus Torvalds 81b50f3ce4 Move 'builtin-*' into a 'builtin/' subdirectory 15 years ago
Junio C Hamano 149794dd1d status: preload index to optimize lstat(2) calls 15 years ago
Junio C Hamano ab6854515e status: don't require the repository to be writable 15 years ago
Junio C Hamano 1a893064d7 user_ident_sufficiently_given(): refactor the logic to be usable from elsewhere 15 years ago
Junio C Hamano 5aeb3a3a83 user_ident_sufficiently_given(): refactor the logic to be usable from elsewhere 15 years ago
Junio C Hamano fc6f19fe2b commit.c::print_summary: do not release the format string too early 15 years ago
Nguyễn Thái Ngọc Duy 688cd6d2b9 status: only touch path we may need to check 15 years ago
Jeff King b706fcfe93 commit: allow suppression of implicit identity advice 15 years ago
Jeff King 49ff9a7a02 commit: show interesting ident information in summary 15 years ago
James P. Howard, II bed575e400 commit: support commit.status, --status, and --no-status 15 years ago
Matthieu Moy d38a30df7d Be more user-friendly when refusing to do something because of conflict. 15 years ago
Junio C Hamano 91c38a2108 ident.c: check explicit identity for name and email separately 15 years ago
Greg Price e97ca7f41f commit: --cleanup is a message option 15 years ago
Jeff King 8b8e862490 ignore unknown color configuration 15 years ago
Nguyễn Thái Ngọc Duy 7fce6e3c9a commit: correctly respect skip-worktree bit 15 years ago
Junio C Hamano 3c58845365 status/commit: do not suggest "reset HEAD <path>" while merging 15 years ago
Junio C Hamano 309883015f commit/status: check $GIT_DIR/MERGE_HEAD only once 15 years ago
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 15 years ago
David Brown c1e01b0c51 commit: More generous accepting of RFC-2822 footer lines. 15 years ago
Thomas Rast dd2e794a21 Refactor pretty_print_commit arguments into a struct 15 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