FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for syntax - jgraichen/sh · GitHub
jgraichen
/
sh
Public
forked from
mvdan/sh
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
sh
syntax
on
master
User selector
Datepicker
Commit history
Commits on Dec 4, 2022
syntax: attach comments to the right case clause item
Show description for 289e21b
mvdan
committed
289e21b
View commit details
Copy full SHA for 289e21b
View code at this point
Browse repository at this point
syntax: avoid extra newlines when printing case clauses
Show description for fa48a22
mvdan
committed
fa48a22
View commit details
Copy full SHA for fa48a22
View code at this point
Browse repository at this point
Commits on Dec 2, 2022
syntax: fix a parser crash when trying to produce a friendly error
Show description for a44fd8e
mvdan
committed
a44fd8e
View commit details
Copy full SHA for a44fd8e
View code at this point
Browse repository at this point
Commits on Oct 20, 2022
syntax: forbid ${!foo*} and ${!foo@} in mksh mode
Show description for 7bf9ee0
mvdan
committed
7bf9ee0
View commit details
Copy full SHA for 7bf9ee0
View code at this point
Browse repository at this point
Commits on Oct 12, 2022
syntax: appease unconvert
mvdan
committed
13def01
View commit details
Copy full SHA for 13def01
View code at this point
Browse repository at this point
Commits on Sep 25, 2022
syntax: give a better error when "function" is used in posix mode
Show description for 65cf666
mvdan
committed
65cf666
View commit details
Copy full SHA for 65cf666
View code at this point
Browse repository at this point
Commits on Aug 1, 2022
syntax/typedjson: avoid using reflect.VisibleFields
Show description for d2e862f
mvdan
committed
d2e862f
View commit details
Copy full SHA for d2e862f
View code at this point
Browse repository at this point
Commits on Jul 20, 2022
syntax/typedjson: expose shfmt's "typed JSON" as Go APIs
Show description for 5e16174
mvdan
committed
5e16174
View commit details
Copy full SHA for 5e16174
View code at this point
Browse repository at this point
Commits on Jul 16, 2022
cmd/shfmt: implement --from-json and improve -tojson
Show description for c016564
mvdan
committed
c016564
View commit details
Copy full SHA for c016564
View code at this point
Browse repository at this point
Commits on Jul 4, 2022
syntax: add a TODO reminder about C.UTF-8
mvdan
committed
a6e3029
View commit details
Copy full SHA for a6e3029
View code at this point
Browse repository at this point
syntax: allow escaped newlines to precede unquoted words again
Show description for 4723414
mvdan
committed
4723414
View commit details
Copy full SHA for 4723414
View code at this point
Browse repository at this point
syntax: add error message for herestrings in POSIX mode
Show description for 7368449
hristiy4n
authored
7368449
View commit details
Copy full SHA for 7368449
View code at this point
Browse repository at this point
Commits on Jul 3, 2022
syntax: do not require peeking two bytes after `echo *`
Show description for 794dc6f
mvdan
committed
794dc6f
View commit details
Copy full SHA for 794dc6f
View code at this point
Browse repository at this point
Commits on Jun 18, 2022
syntax: avoid using bytes.Buffer for heredoc words
Show description for 5146d3e
mvdan
committed
5146d3e
View commit details
Copy full SHA for 5146d3e
View code at this point
Browse repository at this point
syntax: don't batch-allocate []WordPart
Show description for 3d2e71f
mvdan
committed
3d2e71f
View commit details
Copy full SHA for 3d2e71f
View code at this point
Browse repository at this point
syntax: batch less aggressively
Show description for c0cf2d0
mvdan
committed
c0cf2d0
View commit details
Copy full SHA for c0cf2d0
View code at this point
Browse repository at this point
syntax: don't batch-allocate []*Stmt
Show description for d6491c1
mvdan
committed
d6491c1
View commit details
Copy full SHA for d6491c1
View code at this point
Browse repository at this point
syntax: do not share allocations across Parse calls
Show description for aebe3ee
mvdan
committed
aebe3ee
View commit details
Copy full SHA for aebe3ee
View code at this point
Browse repository at this point
apply Go 1.19beta1's gofmt
Show description for 72dbf27
mvdan
committed
72dbf27
View commit details
Copy full SHA for 72dbf27
View code at this point
Browse repository at this point
Commits on Jun 13, 2022
syntax: parse a redirect edge case without spaces
Show description for e9bca7c
mvdan
committed
e9bca7c
View commit details
Copy full SHA for e9bca7c
View code at this point
Browse repository at this point
Commits on Jun 6, 2022
syntax: fix whitespace on nested subshells (#874)
Show description for bd03166
riacataquian
authored
bd03166
View commit details
Copy full SHA for bd03166
View code at this point
Browse repository at this point
Commits on May 23, 2022
syntax: simplify unset-or-null with null default to just unset
Show description for e8ee47f
scop
authored and
mvdan
committed
e8ee47f
View commit details
Copy full SHA for e8ee47f
View code at this point
Browse repository at this point
Commits on May 8, 2022
syntax: print shebang in minify mode
Show description for fc08132
hristiy4n
authored
fc08132
View commit details
Copy full SHA for fc08132
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
syntax: ensure comments are only immediately preceded by whitespace
Show description for 43a1600
antichris
authored
43a1600
View commit details
Copy full SHA for 43a1600
View code at this point
Browse repository at this point
Commits on Apr 5, 2022
syntax: strip escaped newlines from all non-quoted words
Show description for ba7908e
mvdan
committed
ba7908e
View commit details
Copy full SHA for ba7908e
View code at this point
Browse repository at this point
Commits on Feb 17, 2022
all: fix a few typos spotted by gospel
mvdan
committed
00e3445
View commit details
Copy full SHA for 00e3445
View code at this point
Browse repository at this point
Commits on Jan 28, 2022
cmd/shfmt: support an explicit -ln=auto flag
Show description for ce11545
mvdan
committed
ce11545
View commit details
Copy full SHA for ce11545
View code at this point
Browse repository at this point
Commits on Jan 27, 2022
syntax: add NewPos
Show description for 09a68f0
mvdan
committed
09a68f0
View commit details
Copy full SHA for 09a68f0
View code at this point
Browse repository at this point
Commits on Jan 24, 2022
syntax: support escaped newlines with CRLF
Show description for f067c47
mvdan
committed
f067c47
View commit details
Copy full SHA for f067c47
View code at this point
Browse repository at this point
Commits on Jan 6, 2022
syntax: support backquoted inline comments
Show description for b7f83dc
mvdan
committed
b7f83dc
View commit details
Copy full SHA for b7f83dc
View code at this point
Browse repository at this point
Commits on Jan 2, 2022
syntax: stop clearing positions now that we use go-cmp
Show description for 6b5dde8
mvdan
committed
6b5dde8
View commit details
Copy full SHA for 6b5dde8
View code at this point
Browse repository at this point
syntax: start using table-driven tests for comments
Show description for ab17874
mvdan
committed
ab17874
View commit details
Copy full SHA for ab17874
View code at this point
Browse repository at this point
syntax: swap kr/pretty for google/go-cmp in the tests
Show description for b3b05a3
mvdan
committed
b3b05a3
View commit details
Copy full SHA for b3b05a3
View code at this point
Browse repository at this point
syntax: add support for heredocs directly inside backquotes
Show description for 16a1063
mvdan
committed
16a1063
View commit details
Copy full SHA for 16a1063
View code at this point
Browse repository at this point
Commits on Dec 14, 2021
all: make tests pass on the debian-minimal docker image
Show description for 930d068
mvdan
committed
930d068
View commit details
Copy full SHA for 930d068
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL