213 Commits (ec136663c7d5a8e2ce1664ce79f2297e2e61c86f)

Author SHA1 Message Date
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
Christian Couder 4b2095622f revert: change help_msg() to take no argument 15 years ago
Christian Couder 7af46595b2 revert: refactor code into a do_pick_commit() function 15 years ago
Christian Couder 2fb0e14f40 revert: use run_command_v_opt() instead of execv_git_cmd() 15 years ago
Christian Couder 831244bd0d revert: cleanup code for -x option 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
Tay Ray Chuan bd7440fe1b show-branch: use DEFAULT_ABBREV instead of 7 15 years ago
René Scharfe ed40a0951c grep: support NUL chars in search strings for -F 15 years ago
Michael J Gruber a9f2adff80 notes: dry-run and verbose options for prune 15 years ago
Jonathan Nieder 3d8b69495f Add git remote set-branches 15 years ago
Michael J Gruber 67687feae5 for-each-ref: Field with abbreviated objectname 15 years ago
Tay Ray Chuan cefb2a5e39 ls-remote: print URL when no repo is specified 15 years ago
Tay Ray Chuan f0ecac2b70 merge: --log appends shortlog to message if specified 15 years ago
Tay Ray Chuan 8c6bdfdf8b fmt-merge-msg: add function to append shortlog only 15 years ago
Tay Ray Chuan 403994e83d fmt-merge-msg: refactor merge title formatting 15 years ago