Skip to content

Commit ea44949

Browse files
author
Junio C Hamano
committed
Merge branch 'master' of git://repo.or.cz/git-gui
* 'master' of git://repo.or.cz/git-gui: git-gui: fix typo in GIT-VERSION-GEN, "/dev/null" not "/devnull"
2 parents cec8d14 + 022fef3 commit ea44949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-gui/GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ tree_search ()
1010
{
1111
head=$1
1212
tree=$2
13-
for p in $(git rev-list --parents --max-count=1 $head 2>/devnull)
13+
for p in $(git rev-list --parents --max-count=1 $head 2>/dev/null)
1414
do
1515
test $tree = $(git rev-parse $p^{tree} 2>/dev/null) &&
1616
vn=$(git describe --abbrev=4 $p 2>/dev/null) &&

0 commit comments

Comments
 (0)