aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Show all untracked files in git-statusTom Ryder2016-08-211-0/+1
| | | | | | |
* | | | | | | Use compact and prune for git-fetch(1)Tom Ryder2016-08-211-0/+4
| | | | | | |
* | | | | | | Try the patience diff algorithmTom Ryder2016-08-211-0/+1
| | | | | | |
* | | | | | | Fix some errors in dmp(1) manpageTom Ryder2016-08-211-4/+5
| | | | | | |
| * | | | | | Merge branch 'master' into openbsdTom Ryder2016-08-211-2/+1
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Fix some vi artifactsTom Ryder2016-08-211-2/+1
| | | | | | |
| * | | | | | Add bash prompt Git fixes into pdkshTom Ryder2016-08-211-11/+9
| | | | | | |
| * | | | | | Merge branch 'master' into openbsdTom Ryder2016-08-214-26/+17
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Use terser prompt status flag checksTom Ryder2016-08-211-8/+4
| | | | | | |
* | | | | | | Resolve an issue with incorrect prompt infoTom Ryder2016-08-212-16/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From `man 1 git-config`: > diff.autoRefreshIndex > When using git diff to compare with work tree files, do not > consider stat-only change as changed. Instead, silently run git > update-index --refresh to update the cached stat information for > paths whose contents in the work tree match the contents in the > index. This option defaults to true. Note that this affects only > git diff Porcelain, and not lower level diff commands such as git > diff-files.
* | | | | | | Don't show comments in $EDITOR for git commitTom Ryder2016-08-211-0/+3
| | | | | | |
* | | | | | | Use strongest compression in GitTom Ryder2016-08-211-0/+3
| | | | | | |
* | | | | | | Ignore some more git status adviceTom Ryder2016-08-211-0/+1
| | | | | | |
* | | | | | | Improve acq(6) documentationTom Ryder2016-08-211-2/+1
| | | | | | |
| * | | | | | Merge branch 'master' into openbsdTom Ryder2016-08-211-0/+10
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Add an issue about sh compatibilityTom Ryder2016-08-211-0/+10
| | | | | | |
| * | | | | | Merge branch 'master' into openbsdTom Ryder2016-08-211-3/+3
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Remove single quotes within vr() subshellTom Ryder2016-08-211-3/+3
| | | | | | |
| * | | | | | Merge branch 'master' into openbsdTom Ryder2016-08-212-3/+1
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Remove apostrophe from comment to calm pdkshTom Ryder2016-08-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To my considerable surprise, OpenPSD pdksh sees this apostrophe within this subshell wrapper as an *open quote*!
* | | | | | | Downgrade install-terminfo from defaultsTom Ryder2016-08-211-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | But still required for install-tmux (256 colours and custom terminfo file)
| * | | | | | Merge branch 'master' into openbsdTom Ryder2016-08-2143-753/+626
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Downgrade install-terminfo from defaultsTom Ryder2016-08-211-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | But still required for install-tmux (256 colours and custom terminfo file)
* | | | | | | Update to new shell script policyTom Ryder2016-08-211-6/+5
| | | | | | |
* | | | | | | Add --devices and --directories to grep(1) optsTom Ryder2016-08-212-2/+16
| | | | | | |
* | | | | | | Strip trailing period from sshi(1) hostnamesTom Ryder2016-08-201-2/+2
| | | | | | |
* | | | | | | Exit sshi(1) with 1 not 2 if null SSH_CONNECTIONTom Ryder2016-08-201-1/+1
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Since that's not a usage error
* | | | | | Update path() completionTom Ryder2016-08-201-3/+3
| | | | | |
* | | | | | Correct path() error messagesTom Ryder2016-08-201-4/+4
| | | | | |
* | | | | | Correct empty var referenceTom Ryder2016-08-201-2/+1
| | | | | |
* | | | | | Write path() help to stderr if unrec commandTom Ryder2016-08-201-1/+1
| | | | | |
* | | | | | Dance for shellcheck in path()Tom Ryder2016-08-201-5/+8
| | | | | |
* | | | | | Port path() to POSIX shTom Ryder2016-08-203-181/+94
| | | | | | | | | | | | | | | | | | | | | | | | That was a lot easier than I thought
* | | | | | Port fnl() to POSIX sh script fnl(1)Tom Ryder2016-08-204-43/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No real compelling reason to make it a shell function in the first place.
* | | | | | Remove readv() and readz()Tom Ryder2016-08-203-31/+0
| | | | | | | | | | | | | | | | | | | | | | | | Neither are terribly useful
* | | | | | Port vr(1) to POSIX shTom Ryder2016-08-204-64/+51
| | | | | |
* | | | | | Assume POSIX shTom Ryder2016-08-201-0/+3
| | | | | |
* | | | | | Port lhn() to POSIX shTom Ryder2016-08-203-8/+14
| | | | | |
* | | | | | Add an issue about vr()Tom Ryder2016-08-201-0/+1
| | | | | |
* | | | | | Basic PS1 setup for shrcTom Ryder2016-08-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Will be overridden completely by Bash or OpenBSD pdksh prompt() functions
* | | | | | Move grep() and ls() to POSIX funcs sectionTom Ryder2016-08-201-6/+6
| | | | | |
* | | | | | Port sd() to POSIX shTom Ryder2016-08-203-110/+83
| | | | | |
* | | | | | Port pd() to POSIX shTom Ryder2016-08-203-54/+38
| | | | | |
* | | | | | Correctly bail from failed subshellTom Ryder2016-08-203-8/+9
| | | | | |
* | | | | | Move bd() from Bash func section in READMETom Ryder2016-08-201-1/+1
| | | | | |
* | | | | | Add an issueTom Ryder2016-08-201-0/+14
| | | | | |
* | | | | | Port ud() to POSIX shTom Ryder2016-08-203-51/+43
| | | | | |
* | | | | | Remove option term spec from bd()Tom Ryder2016-08-201-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | It doesn't accept options; cd() needs to because it's a wrapper
* | | | | | Improve error handling of cd() a bitTom Ryder2016-08-201-17/+21
| | | | | |
* | | | | | Port bd() to POSIX shTom Ryder2016-08-202-78/+67
| | | | | |