Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Add support for pushing to a remote repository using HTTP/DAV
[gitweb.git]
/
git-status.sh
diff --git
a/git-status.sh
b/git-status.sh
index 29c2b1169b5f8ee862cbc62d0a1eb5577587e1c1..62a24a9b03a259fa94f61b3cb060c2b99f55e40e 100755
(executable)
--- a/
git-status.sh
+++ b/
git-status.sh
@@
-90,7
+90,7
@@
perl -e '$/ = "\0";
s|\n|\\n|g;
s/^/# /;
if (!$shown) {
- print "#\n#
Ignor
ed files:\n";
+ print "#\n#
Untrack
ed files:\n";
print "# (use \"git add\" to add to commit)\n#\n";
$shown = 1;
}