33 Commits (745654f82a3ea02b15c59991d4461090a00b5645)

Author SHA1 Message Date
Stephen Boyd 49bb1f2ac6 commit: remove full stop from usage help for -u 15 years ago
Junio C Hamano d5f5d0a944 do not write out index when status does not have to 15 years ago
Julian Phillips 78a395d371 string_list: Fix argument order for string_list_insert 15 years ago
Jens Lehmann 46a958b3da Add the option "--ignore-submodules" to "git status" 15 years ago
Christian Couder 643cb5f7c9 commit: use value of GIT_REFLOG_ACTION env variable as reflog message 15 years ago
Jeff King f197ed2fbe commit: give advice on empty amend 15 years ago
Daniel Knittl-Frank 05a59a087c Show branch information in short output of git status 15 years ago
Gary V. Vaughan 4b05548fc0 enums: omit trailing comma for portability 15 years ago
Gary V. Vaughan 66dbfd55e3 Rewrite dynamic structure initializations to runtime assignment 15 years ago
Jonathan Nieder fb7749e4e4 commit --amend: cope with missing display name 15 years ago
Junio C Hamano 2381e39e5f status: --ignored option shows ignored files 15 years ago
Ævar Arnfjörð Bjarmason c9b5fde759 Add option to git-commit to allow empty log messages 15 years ago
Markus Heidelberg 4bb6644d03 git status: refresh the index if possible 15 years ago
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