Skip to content

Commit

Permalink
Merge commit 'ee44f9e112a71ef6fa5aacdf65a43862a5a89279'
Browse files Browse the repository at this point in the history
  • Loading branch information
romkatv committed May 22, 2020
2 parents c713ded + ee44f9e commit 936b0d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gitstatus/build
Original file line number Diff line number Diff line change
Expand Up @@ -267,9 +267,10 @@ app="$outdir"/usrbin/"$appname"
command strip "$app".tmp
command mkdir -- "$workdir"/repo
command git -C "$workdir"/repo init --
command git -C "$workdir"/repo init
command git -C "$workdir"/repo config user.name "Your Name"
command git -C "$workdir"/repo config user.email "[email protected]"
command git -C "$workdir"/repo commit --allow-empty --allow-empty-message -m ''
command git -C "$workdir"/repo commit --allow-empty --allow-empty-message --no-gpg-sign -m ''
resp="$(printf "hello\037$workdir/repo\036" | "$app".tmp)"
[ -n "$resp" -a -z "${resp##hello*1*$workdir/repo*master*}" ]
Expand Down

0 comments on commit 936b0d6

Please sign in to comment.