Merge remote-tracking branch 'Screwtapello/hint-git-next-hunk'
This commit is contained in:
commit
5c793a6a1e
|
@ -60,7 +60,7 @@ define-command -params 1.. \
|
||||||
init
|
init
|
||||||
log
|
log
|
||||||
next-hunk
|
next-hunk
|
||||||
previous-hunk
|
prev-hunk
|
||||||
show
|
show
|
||||||
show-branch
|
show-branch
|
||||||
show-diff
|
show-diff
|
||||||
|
@ -225,7 +225,7 @@ define-command -params 1.. \
|
||||||
shift
|
shift
|
||||||
|
|
||||||
if [ $# -lt 1 ]; then
|
if [ $# -lt 1 ]; then
|
||||||
echo "fail 'no git hunks found'"
|
echo "fail 'no git hunks found, try \":git show-diff\" first'"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user