48229 Commits (2944a94c6b74d3941f63d1f4eee5bdfbbf5cd400)
 

Author SHA1 Message Date
Michael J Gruber 794b7e1674 Documentation/git-for-each-ref: clarify peeling of tags for --format 8 years ago
Michael J Gruber e4933cee53 Documentation: use proper wording for ref format strings 8 years ago
Anthony Sottile e1f68c66d5 git-grep: correct exit code with --quiet and -L 8 years ago
Heiko Voigt 2aac933c62 t5526: fix some broken && chains 8 years ago
Stefan Beller c8d0c4fe9b submodule.sh: remove unused variable 8 years ago
Torsten Bögershausen 2fea9de618 convert: add SAFE_CRLF_KEEP_CRLF 8 years ago
Christian Couder d3ba566342 sub-process: print the cmd when a capability is unsupported 8 years ago
Stefan Beller 2456990dfd sha1_file: make read_info_alternates static 8 years ago
René Scharfe 70ec6bd63b t1002: stop using sum(1) 8 years ago
Andreas Heiduk 7f0a02be2f doc: clarify "config --bool" behaviour with empty string 8 years ago
Kevin Daudt 5fc92f8828 stash: prevent warning about null bytes in input 8 years ago
René Scharfe 896dca3ab7 sha1_file: release delta_stack on error in unpack_entry() 8 years ago
René Scharfe 83cd6f9017 fsck: free buffers on error in fsck_obj() 8 years ago
René Scharfe 149d8cbb2e win32: plug memory leak on realloc() failure in syslog() 8 years ago
René Scharfe de3ce210ed merge: use skip_prefix() 8 years ago
Jeff King 0b006014c8 hashcmp: use memcmp instead of open-coded loop 8 years ago
René Scharfe 881529c846 apply: remove prefix_length member from apply_state 8 years ago
Ramsay Jones 1e22a9917b builtin/add: add detail to a 'cannot chmod' error message 8 years ago
René Scharfe 6355a76802 sha1_file: avoid comparison if no packed hash matches the first byte 8 years ago
René Scharfe 4c7fda8fc1 t4062: use less than 256 repetitions in regex 8 years ago
René Scharfe 57ea241ef0 t3700: fix broken test under !POSIXPERM 8 years ago
Phillip Wood 735285b403 am: fix signoff when other trailers are present 8 years ago
Urs Thuermann 1adc4b9a58 git svn fetch: Create correct commit timestamp when using --localtime 8 years ago
Junio C Hamano f81935cc4d perl/Git.pm: typofix in a comment 8 years ago
Michael Forney 974ce8078c scripts: use "git foo" not "git-foo" 8 years ago
René Scharfe 29c2eda80b test-path-utils: handle const parameter of basename and dirname 8 years ago
René Scharfe bed67874e2 t0001: skip test with restrictive permissions if getpwd(3) respects them 8 years ago
Ævar Arnfjörð Bjarmason dff2813391 tests: don't give unportable ">" to "test" built-in, use -gt 8 years ago
Junio C Hamano 4d7268b888 Git 2.14.1 8 years ago
Junio C Hamano 230ce07d13 Git 2.13.5 8 years ago
Junio C Hamano 4384e3cde2 Git 2.14 8 years ago
Junio C Hamano 62ebe03b9e Merge branch 'ah/patch-id-doc' 8 years ago
Junio C Hamano ddd1133c5e Merge branch 'as/diff-options-grammofix' 8 years ago
Brandon Williams 03c004c581 clone: teach recursive clones to respect -q 8 years ago
Martin Ågren 595d59e2b5 git.c: ignore pager.* when launching builtin as dashed external 8 years ago
Martin Ågren ff1e72483f tag: change default of `pager.tag` to "on" 8 years ago
Martin Ågren de121ffe57 tag: respect `pager.tag` in list-mode only 8 years ago
Martin Ågren b3ee740c82 t7006: add tests for how git tag paginates 8 years ago
Martin Ågren 033fe3d92c git.c: provide setup_auto_pager() 8 years ago
Martin Ågren c409824cc2 git.c: let builtins opt for handling `pager.foo` themselves 8 years ago
Martin Ågren ec14d4ecb5 builtin.h: take over documentation from api-builtin.txt 8 years ago
Jeff King 5d34d1ac06 revision: do not fallback to default when rev_input_given is set 8 years ago
Jeff King 0159ba3226 rev-list: don't show usage when we see empty ref patterns 8 years ago
Jeff King 7ba826290a revision: add rev_input_given flag 8 years ago
Jeff King 0c5dc7431a t6018: flesh out empty input/output rev-list tests 8 years ago
Phillip Wood f826fb799e cherry-pick/revert: reject --rerere-autoupdate when continuing 8 years ago
Phillip Wood 8d8cb4b047 cherry-pick/revert: remember --rerere-autoupdate 8 years ago
Phillip Wood 6f0e577e46 t3504: use test_commit 8 years ago
Phillip Wood 9b6d7a6245 rebase -i: honor --rerere-autoupdate 8 years ago
Phillip Wood 5fb415b57f rebase: honor --rerere-autoupdate 8 years ago