98 Commits (aba56c89b21ebe64f38c521c0962c45eb4d23749)

Author SHA1 Message Date
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 12 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' 15 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
Jonathan Nieder 6239af1c6c merge script: refuse to merge during merge 15 years ago
Jonathan Nieder 64048d670b merge script: tweak unmerged files message to match builtin 15 years ago
Jonathan Nieder 22e0560a70 merge script: --squash, --ff from unborn branch are errors 15 years ago
Jonathan Nieder 130ab8ab9c Eliminate “Finished cherry-pick/revert” message 15 years ago
Jonathan Nieder 7f1592db5d examples/commit: use --abbrev for commit summary 15 years ago
Samuel Tardieu 944163a4bd Honor "tagopt = --tags" configuration option 15 years ago
Johan Herland cd067d3bf4 Builtin-ify git-notes 15 years ago
Avery Pennarun 8cc5b29065 git merge -X<option> 15 years ago
Jonathan Nieder fe9a215214 Retire fetch--tool helper to contrib/examples 15 years ago