git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a45671
)
Typo in git-commit-tree.
author
Iain Patterson
<me@iain.cx>
Wed, 25 Feb 2015 13:13:38 +0000
(13:13 +0000)
committer
Iain Patterson
<me@iain.cx>
Wed, 25 Feb 2015 13:13:38 +0000
(13:13 +0000)
.profile.d/git-commit-tree.bashrc
patch
|
blob
|
history
diff --git
a/.profile.d/git-commit-tree.bashrc
b/.profile.d/git-commit-tree.bashrc
index
f1aca2c
..
95a4eaf
100644
(file)
--- a/
.profile.d/git-commit-tree.bashrc
+++ b/
.profile.d/git-commit-tree.bashrc
@@
-20,7
+20,7
@@
function git_commit_tree() {
# Fall back to generic file.
if [ -z "$value" ]; then
- eval value=\$\(\<
\$
${where}/".git_${what}"\) 2>/dev/null
+ eval value=\$\(\<${where}/".git_${what}"\) 2>/dev/null
fi
fi