Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extensions/git/src/askpass-empty.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
echo ''
echo ''
2 changes: 1 addition & 1 deletion extensions/git/src/ssh-askpass-empty.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/sh
echo ''
echo ''
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ a && b | c
a | b && c

### Case 16
(a) | b && c
(a) | b && c
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ a "b$"
a "$b"

### Case 12
a "$(b "c" && d)"
a "$(b "c" && d)"
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ MY_VAR='echo'hi$'quote'"command: $(ps | VAR=2 grep ps)"
ENV="a"'b'c d

### Case 26
ENV=a"b"'c'
ENV=a"b"'c'
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ terminateTree() {

for pid in $*; do
terminateTree $pid
done
done
Loading
Loading