113 Commits (ded2c097bae67e00f8b4f3f777a516254207ca15)

Author SHA1 Message Date
Elia Pinto bc32bacc72 contrib/examples/git-revert.sh: use the $( ... ) construct for command substitution 9 years ago
Elia Pinto 6ccca67a74 contrib/examples/git-repack.sh: use the $( ... ) construct for command substitution 9 years ago
Elia Pinto 1a3655264e contrib/examples/git-merge.sh: use the $( ... ) construct for command substitution 9 years ago
Elia Pinto cc301d7e51 contrib/examples/git-fetch.sh: use the $( ... ) construct for command substitution 9 years ago
Elia Pinto a22c9e8d9e contrib/examples/git-commit.sh: use the $( ... ) construct for command substitution 9 years ago
Alex Henrie b7447679e8 merge: grammofix in please-commit-before-merge message 9 years ago
Jeff King f932729cc7 memoize common git-path "constant" files 10 years ago
Paul Tan 783d7e865e builtin-am: remove redirection to git-am.sh 10 years ago
Paul Tan b1456605c2 pull: remove redirection to git-pull.sh 10 years ago
Stefan Beller 663d096c24 various contrib: Fix links in man pages 11 years ago
Elia Pinto 6f34b79de1 contrib/examples/git-resolve.sh: avoid "test <cond> -a/-o <cond>" 11 years ago
Elia Pinto cd4de93f2e contrib/examples/git-repack.sh: avoid "test <cond> -a/-o <cond>" 11 years ago
Elia Pinto 57b74cdaba contrib/examples/git-merge.sh: avoid "test <cond> -a/-o <cond>" 11 years ago
Elia Pinto 0783df5d26 contrib/examples/git-commit.sh: avoid "test <cond> -a/-o <cond>" 11 years ago
Elia Pinto cb9d69ad63 contrib/examples/git-clone.sh: avoid "test <cond> -a/-o <cond>" 11 years ago
Elia Pinto b352891021 git-tag.sh: use the $( ... ) construct for command substitution 11 years ago
Elia Pinto fb6644a32f git-revert.sh: use the $( ... ) construct for command substitution 11 years ago
Elia Pinto 6aeb30eb9f git-resolve.sh: use the $( ... ) construct for command substitution 11 years ago
Elia Pinto ddbac79de9 git-repack.sh: use the $( ... ) construct for command substitution 11 years ago
Elia Pinto 34da37cc42 git-merge.sh: use the $( ... ) construct for command substitution 11 years ago
Elia Pinto 1b3cddd288 git-ls-remote.sh: use the $( ... ) construct for command substitution 11 years ago
Elia Pinto 3e86741517 git-fetch.sh: use the $( ... ) construct for command substitution 11 years ago
Elia Pinto 346b54dbc9 git-commit.sh: use the $( ... ) construct for command substitution 11 years ago
Elia Pinto add77e8400 git-clone.sh: use the $( ... ) construct for command substitution 11 years ago
Elia Pinto 844cb24f28 git-checkout.sh: use the $( ... ) construct for command substitution 11 years ago
Michael Haggerty f412411245 refs.h: rename the action_on_err constants 11 years ago
Justin Lebar 01689909eb comments: fix misuses of "nor" 11 years ago
Justin Lebar e34b272344 contrib: fix misuses of "nor" 11 years ago
John Keeping eb8e7e1d9a repo-config: remove deprecated alias for "git config" 11 years ago
Stefan Beller a1bbc6c017 repack: rewrite the shell script in C 11 years ago
Richard Hansen a8a5406ab3 use 'commit-ish' instead of 'committish' 12 years ago
Junio C Hamano 627a8b8dcd core-tutorial: trim the section on Inspecting Changes 12 years ago
David Aguilar f86cad7164 contrib/examples/git-remote.perl: use a lowercase "usage:" string 12 years ago
David Aguilar beb5ab184c contrib/examples: use a lowercase "usage:" string 12 years ago
Junio C Hamano a20efee9cf in_merge_bases(): support only one "other" commit 13 years ago
Pete Wyckoff 82247e9bd5 remove superfluous newlines in error messages 13 years ago
Jonathan Nieder 67ac1e1d57 cherry-pick/revert: add support for -X/--strategy-option 14 years ago
Matthieu Moy 13931236b9 Change incorrect "remote branch" to "remote tracking branch" in C code 14 years ago
Thomas Rast 1bb28d87e1 {cvs,svn}import: use the new 'git read-tree --empty' 14 years ago
Ævar Arnfjörð Bjarmason 3328acedc6 perl: use "use warnings" instead of -w 15 years ago
Jonathan Nieder fdc4408a89 merge script: learn --[no-]rerere-autoupdate 15 years ago
Jonathan Nieder c2c9a87d4f merge script: notice @{-1} shorthand 15 years ago
Jonathan Nieder 2a70fa4f1e merge script: handle --no-ff --no-commit correctly 15 years ago
Jonathan Nieder f07df52489 merge script: --ff-only to disallow true merge 15 years ago
Jonathan Nieder d9a680acf6 merge script: handle many-way octopus 15 years ago
Jonathan Nieder eeb70b6769 merge script: handle -m --log correctly 15 years ago
Jonathan Nieder f5d3a6f575 merge script: forbid merge -s index 15 years ago
Jonathan Nieder e69dccf8cd merge script: allow custom strategies 15 years ago
Jonathan Nieder 5d75a52b3a merge script: merge -X<option> 15 years ago
Jonathan Nieder 13dd255e4a merge script: improve log message subject 15 years ago