Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
provide a nice @{...} syntax to always mean the current branch reflog
[gitweb.git]
/
git-sh-setup.sh
diff --git
a/git-sh-setup.sh
b/git-sh-setup.sh
index 6b1c1423ebb7fde53aae566fa09211d331c422bc..b4aa4b2f4e6b53388ea9ec0ac13316ae0d0d4458 100755
(executable)
--- a/
git-sh-setup.sh
+++ b/
git-sh-setup.sh
@@
-29,7
+29,7
@@
set_reflog_action() {
}
is_bare_repository () {
- git-
repo-
config --bool --get core.bare ||
+ git-config --bool --get core.bare ||
case "$GIT_DIR" in
.git | */.git) echo false ;;
*) echo true ;;