Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
justone
/
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
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit History
Commits on Nov 25, 2016
syntax: dedup printer test strings
mvdan
committed
32741e4
Copy full SHA for 32741e4
syntax: fix indent of comments at the end of cases
Show description for 5b9c72f
mvdan
committed
5b9c72f
Copy full SHA for 5b9c72f
Commits on Nov 24, 2016
CI: add a go test -short -race run
mvdan
committed
780c7e5
Copy full SHA for 780c7e5
syntax: simplify setPosRecurse
Show description for b4ad0db
mvdan
committed
b4ad0db
Copy full SHA for b4ad0db
syntax: fix data race found by -race
Show description for afe1e13
mvdan
committed
afe1e13
Copy full SHA for afe1e13
syntax: test that a[b]=c parses as a lit in posix
mvdan
committed
7ac490f
Copy full SHA for 7ac490f
syntax: fix hang with newlines in param exps
Show description for 456f78c
mvdan
committed
456f78c
Copy full SHA for 456f78c
syntax: dedup "expected expression" errors
mvdan
committed
5d4920c
Copy full SHA for 5d4920c
syntax: support ternary operators in bash slices
Show description for db6a953
mvdan
committed
db6a953
Copy full SHA for db6a953
syntax: fix support of ${foo[*]} indexing
mvdan
committed
cc9fc14
Copy full SHA for cc9fc14
syntax: remove some now unused code
mvdan
committed
d1367b9
Copy full SHA for d1367b9
syntax: use arithmetic exprs in parameter exps
Show description for 4b63f98
mvdan
committed
4b63f98
Copy full SHA for 4b63f98
Commits on Nov 23, 2016
cmd/shfmt: remove -cpuprofile
Show description for ff7833d
mvdan
committed
ff7833d
Copy full SHA for ff7833d
Commits on Nov 21, 2016
syntax: check that Lit.End() is not clearly broken
Show description for 1404750
mvdan
committed
1404750
Copy full SHA for 1404750
syntax: fix Lit.Pos() == Lit.End() for empty lits
mvdan
committed
f69a94d
Copy full SHA for f69a94d
syntax: initialise printer.lenPrinter once
Show description for 1aecc07
mvdan
committed
1aecc07
Copy full SHA for 1aecc07
syntax: inline printer.tabs
mvdan
committed
cf07d5d
Copy full SHA for cf07d5d
syntax: always have a non-nil word in ${} exps
mvdan
committed
40c4e3b
Copy full SHA for 40c4e3b
Commits on Nov 18, 2016
cmd/shfmt: remove optional pprof
Show description for 9206095
mvdan
committed
9206095
Copy full SHA for 9206095
cmd/shfmt: don't read whole file to check shebang
Show description for 7547e15
mvdan
committed
7547e15
Copy full SHA for 7547e15
cmd/shfmt: actually use the io.Copy buffer
Show description for 2c1f0dc
mvdan
committed
2c1f0dc
Copy full SHA for 2c1f0dc
cmd/shfmt: reuse copy buffers between files
Show description for 768db81
mvdan
committed
768db81
Copy full SHA for 768db81
syntax: remove unnecessary p.spaced assignment
Show description for 46d194f
mvdan
committed
46d194f
Copy full SHA for 46d194f
syntax: simplify next()
Show description for 72aabbf
mvdan
committed
72aabbf
Copy full SHA for 72aabbf
syntax: simplify handling of ] inside arithmetic
mvdan
committed
2319080
Copy full SHA for 2319080
syntax: default advanceLitDquote to LitWord
Show description for cec7c09
mvdan
committed
cec7c09
Copy full SHA for cec7c09
syntax: simplify advanceLitOther logic too
Show description for 7f761da
mvdan
committed
7f761da
Copy full SHA for 7f761da
syntax: simplify advanceLitNone logic
Show description for 56f98b3
mvdan
committed
56f98b3
Copy full SHA for 56f98b3
syntax: inline getParamLit
Show description for 1e1aab3
mvdan
committed
1e1aab3
Copy full SHA for 1e1aab3
Commits on Nov 16, 2016
syntax: remove unneeded flag.Parse()
mvdan
committed
e4c6a49
Copy full SHA for e4c6a49
syntax: don't eat empty line past quoted heredoc
mvdan
committed
843a26c
Copy full SHA for 843a26c
Commits on Nov 15, 2016
syntax: fix internal name for the " token
Show description for 4a33fbe
mvdan
committed
4a33fbe
Copy full SHA for 4a33fbe
syntax: make advanceLitOther loop a byte switch
Show description for f7d42e0
mvdan
committed
f7d42e0
Copy full SHA for f7d42e0
syntax: simplify dollar logic
mvdan
committed
a5a93d3
Copy full SHA for a5a93d3
Commits on Nov 14, 2016
syntax: make vet happy
mvdan
committed
fe3f334
Copy full SHA for fe3f334
Pagination
Previous
Next
You can’t perform that action at this time.