246 Commits (bd3a97a27a97485b130802d497214be312b737f9)

Author SHA1 Message Date
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
Jens Lehmann 302ad7a993 Submodules: Use "ignore" settings from .gitmodules too for diff and status 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
Thomas Rast 8497421715 ls-files: learn a debugging dump format 15 years ago
Jared Hance 8a883b0260 builtin/push.c: remove useless temporary variable 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
Christian Couder ad98a58b3d blame: use find_commit_subject() instead of custom code 15 years ago
Christian Couder dfe7effe7d revert: rename variables related to subject in get_message() 15 years ago
Christian Couder 11af2aaed6 revert: refactor code to find commit subject in find_commit_subject() 15 years ago
Christian Couder 2c048a3038 revert: fix off by one read when searching the end of a commit subject 15 years ago
Junio C Hamano 18cdf802ca Teach "apply --index-info" to handle rename patches 15 years ago
Jared Hance 07de4eba60 Add -e/--exclude to git-clean. 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
Thiago Farina 183113a5ca string_list: Add STRING_LIST_INIT macro and make use of it. 15 years ago
Alex Riesen 8a57c6e943 Convert the users of for_each_string_list to for_each_string_list_item macro 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
Tay Ray Chuan 02ac98374e builtin/checkout: learn -B 15 years ago
Tay Ray Chuan 4c6887516c builtin/checkout: reword hint for -b 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