231 Commits (6da28b4f87f80b560ae426e594640d61c437df14)

Author SHA1 Message Date
Jay Soffian ea16a030aa for-each-ref: fix objectname:short bug 15 years ago
Linus Torvalds 1fda91b511 Fix 'git log' early pager startup error case 15 years ago
Ralf Wildenhues 22e5e58a3c Typos in code comments, an error message, documentation 15 years ago
Daniel Johnson ed36854651 fetch: allow command line --tags to override config 15 years ago
Matthieu Moy 452c6d506b push: mention "git pull" in error message for non-fast forwards 15 years ago
Nelson Elhage 6e2a09d24b index-pack: Don't follow replace refs. 15 years ago
René Scharfe 24aea03313 prune: allow --dry-run for -n and --verbose for -v 15 years ago
René Scharfe e93487d2f0 notes: allow --dry-run for -n and --verbose for -v 15 years ago
Jonathan Nieder 49cc460d88 Allow "check-ref-format --branch" from subdirectory 15 years ago
Jonathan Nieder cfbe22f03f check-ref-format: handle subcommands in separate functions 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
Matthieu Moy d3b9dd136e Clarify help message when no remote is specified in fetch/pull. 15 years ago
Thomas Rast 5d314759d7 Cast execl*() NULL sentinels to (char *) 15 years ago
Junio C Hamano 18cdf802ca Teach "apply --index-info" to handle rename patches 15 years ago
Jay Soffian 3ca399d40a MERGE_RR is in .git, not .git/rr-cache 15 years ago
Will Palmer 21baa6e0c5 merge-tree: fix where two branches share no changes 15 years ago
Jens Lehmann 108da0db12 git add: Add the "--ignore-missing" option for the dry run 15 years ago
Nazri Ramliy e7b082a411 grep -O: Do not pass color sequences as filenames to pager 15 years ago
Junio C Hamano d5f5d0a944 do not write out index when status does not have to 15 years ago
Jonathan Nieder e0ef8495e9 revert: do not rebuild argv on heap 15 years ago
Jeff King bbb1b8a35a notes: check number of parameters to "git notes copy" 15 years ago
Julian Phillips 1d2f80fa79 string_list: Fix argument order for string_list_append 15 years ago
Julian Phillips e8c8b7139c string_list: Fix argument order for string_list_lookup 15 years ago
Julian Phillips 78a395d371 string_list: Fix argument order for string_list_insert 15 years ago
Julian Phillips b684e97736 string_list: Fix argument order for for_each_string_list 15 years ago
Jens Lehmann 46a958b3da Add the option "--ignore-submodules" to "git status" 15 years ago
Christian Couder f873a273d1 revert: accept arbitrary rev-list options 15 years ago
Nazri Ramliy 5e11bee65f Allow customizable commit decorations colors 15 years ago
Ramsay Jones 4e0d7a8018 msvc: Fix some "expr evaluates to function" compiler warnings 15 years ago
Clément Poulain e5fba602e5 textconv: support for cat_file 15 years ago
Axel Bonnet 3b8a12e8f8 textconv: support for blame 15 years ago
Stephen Boyd 6622d9c710 format-patch: Add a signature option (--signature) 15 years ago
Ævar Arnfjörð Bjarmason ef7a8e3b95 notes: Initialize variable to appease Sun Studio 15 years ago
Christian Couder 643cb5f7c9 commit: use value of GIT_REFLOG_ACTION env variable as reflog message 15 years ago
Thomas Rast 47e9cd28f8 parseopt: wrap rev-parse --parseopt usage for eval consumption 15 years ago
Johannes Schindelin 0af88c15e2 grep -O: allow optional argument specifying the pager (or editor) 15 years ago
Johannes Schindelin 678e484b7d grep: Add the option '--open-files-in-pager' 15 years ago
Johannes Schindelin 685359cf2d Unify code paths of threaded greps 15 years ago
Jonathan Nieder 30d00c395e grep: refactor grep_objects loop into its own function 15 years ago
Thomas Rast f69c501832 rev-list: introduce --count option 15 years ago
Thomas Rast 157aaea5ff log_ref_setup: don't return stack-allocated array 15 years ago
Jeff King f197ed2fbe commit: give advice on empty amend 15 years ago
Tor Arntsen 2543d9b609 Change C99 comments to old-style C comments 15 years ago
Simo Melenius 0e9716e65e branch: don't fail listing branches if one of the commits wasn't found 15 years ago
Simo Melenius 1603ade813 branch: exit status now reflects if branch listing finds an error 15 years ago
Clemens Buchacher efad1a5615 ls-files: allow relative pathspec 15 years ago
Daniel Knittl-Frank 05a59a087c Show branch information in short output of git status 15 years ago
Erick Mattos 3631bf77f7 checkout --orphan: respect -l option always 15 years ago
Christian Couder 7e2bfd3f99 revert: allow cherry-picking more than one commit 15 years ago