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
7 changes: 4 additions & 3 deletions build/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"watch-extensions": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js watch-extensions watch-extension-media",
"watch-extensionsd": "deemon npm run watch-extensions",
"kill-watch-extensionsd": "deemon --kill npm run watch-extensions",
"precommit": "node build/hygiene.js",
"gulp": "node --max-old-space-size=8192 ./node_modules/gulp/bin/gulp.js",
"electron": "node build/lib/electron",
"7z": "7z",
Expand Down
Loading