59 Commits (0235017eafa8dfc3a7353b7091ad5109d0beb7a5)

Author SHA1 Message Date
Jonathan Nieder 2140b14064 commit: error out for missing commit message template 14 years ago
Michael J Gruber 23c6a803d3 Make <identifier> lowercase as per CodingGuidelines 14 years ago
Michael J Gruber 8547090c92 commit,status: describe -u likewise 14 years ago
Michael J Gruber 3f40617566 commit,merge,tag: describe -m likewise 14 years ago
Michael J Gruber ba9d7fe11c commit,status: describe --porcelain just like push 14 years ago
Michael J Gruber 726c4e3d42 commit,tag: use same wording for -F 14 years ago
Matthieu Moy 3f14246899 commit: suggest --amend --reset-author to fix commiter identity 14 years ago
Junio C Hamano 4c28e4ada0 commit: die before asking to edit the log message 14 years ago
Aleksi Aalto 1d282327d7 status: show branchname with a configurable color 14 years ago
Jonathan Nieder 8c83968385 Describe various forms of "be quiet" using OPT__QUIET 14 years ago
René Scharfe d52ee6e613 add description parameter to OPT__QUIET 14 years ago
René Scharfe fd03881a48 add description parameter to OPT__VERBOSE 14 years ago
Pat Notz 89ac1223c0 commit: --squash option for use with rebase --autosquash 14 years ago
Pat Notz d71b8ba7c9 commit: --fixup option for use with rebase --autosquash 14 years ago
Pat Notz a6fa59924d commit: helper methods to reduce redundant blocks of code 14 years ago
Nguyễn Thái Ngọc Duy 5d3dd915e6 commit/status -h: show usage even with broken configuration 15 years ago
Jens Lehmann 302ad7a993 Submodules: Use "ignore" settings from .gitmodules too for diff and status 15 years ago
Jonathan Nieder dcbeac48a7 checkout, commit: remove confusing assignments to rev.abbrev 15 years ago
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