summaryrefslogtreecommitdiff
path: root/git-parse-remote.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-12-12 14:22:59 -0800
committerJunio C Hamano <gitster@pobox.com>2013-12-12 14:22:59 -0800
commit694a88a309c74ffeefa9a0db0396ee4c168a521c (patch)
tree79007f8bcf98505df2e4cf423ac7307535c1b2d1 /git-parse-remote.sh
parent72911f8c18d06f2ad340061f9a76556b21acf822 (diff)
parent11d62145b904b81013d1ad558d68a74e22e81a91 (diff)
downloadgit-694a88a309c74ffeefa9a0db0396ee4c168a521c.tar.gz
Merge branch 'jn/scripts-updates'
* jn/scripts-updates: remove #!interpreter line from shell libraries test: replace shebangs with descriptions in shell libraries test: make FILEMODE a lazy prereq contrib: remove git-p4import mark contributed hooks executable mark perl test scripts executable mark Windows build scripts executable
Diffstat (limited to 'git-parse-remote.sh')
-rw-r--r--git-parse-remote.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/git-parse-remote.sh b/git-parse-remote.sh
index 0e87e0915e..55fe8d56c9 100644
--- a/git-parse-remote.sh
+++ b/git-parse-remote.sh
@@ -1,4 +1,6 @@
-#!/bin/sh
+# This is a shell library to calculate the remote repository and
+# upstream branch that should be pulled by "git pull" from the current
+# branch.
# git-ls-remote could be called from outside a git managed repository;
# this would fail in that case and would issue an error message.