diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-10-17 01:52:32 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-10-17 01:52:32 -0700 |
commit | 46dc1b0e332612aa32c139007fa33f4b429de9d1 (patch) | |
tree | 86e934ac60e69c03c44a9d59eab6e400c16efb5f /contrib | |
parent | Add Linux PPC support to the pre-auto-gc example hook (diff) | |
parent | t1301-shared-repo.sh: don't let a default ACL interfere with the test (diff) | |
download | tgif-46dc1b0e332612aa32c139007fa33f4b429de9d1.tar.xz |
Merge branch 'maint'
* maint:
t1301-shared-repo.sh: don't let a default ACL interfere with the test
git-check-attr(1): add output and example sections
xdiff-interface.c: strip newline (and cr) from line before pattern matching
t4018-diff-funcname: demonstrate end of line funcname matching flaw
t4018-diff-funcname: rework negated last expression test
Typo "does not exists" when git remote update remote.
remote.c: correct the check for a leading '/' in a remote name
Add testcase to ensure merging an early part of a branch is done properly
Conflicts:
t/t7600-merge.sh
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/examples/git-remote.perl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/examples/git-remote.perl b/contrib/examples/git-remote.perl index 36bd54c985..b17952a785 100755 --- a/contrib/examples/git-remote.perl +++ b/contrib/examples/git-remote.perl @@ -309,7 +309,7 @@ sub update_remote { } } } else { - print STDERR "Remote group $name does not exists.\n"; + print STDERR "Remote group $name does not exist.\n"; exit(1); } for (@remotes) { |