aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Consolidate ed,bc,grep,ls.sh into one functionTom Ryder2016-08-215-98/+55
| | |
* | | Distill/fix keychain handling a bitTom Ryder2016-08-212-12/+8
| | |
* | | Many stylistic fixes/optimisationsTom Ryder2016-08-216-90/+34
| | | | | | | | | | | | In particular, limit the verbose >=2.05 test to just one file: .bashrc
* | | Restructure ed() to test,cache features on loginTom Ryder2016-08-212-20/+40
| | |
* | | Cache --quiet option for bc(1) in flag fileTom Ryder2016-08-212-4/+33
| | | | | | | | | | | | As done for grep(1) and ls(1); ed(1) is next
* | | Add note about dynamic completionsTom Ryder2016-08-211-1/+3
| | |
* | | Force type for Git ahead/behind countsTom Ryder2016-08-211-4/+6
| | |
* | | Use dynamic completion if availableTom Ryder2016-08-213-41/+75
| | |
* | | Anticipate Bath versions > 4Tom Ryder2016-08-211-1/+1
| | |
* | | Use clearer quoting for status flagsTom Ryder2016-08-211-6/+6
| | |
* | | Target terminfo first, then termcapTom Ryder2016-08-211-9/+9
| | |
* | | Break up long printf linesTom Ryder2016-08-211-2/+4
| | |
* | | Slightly quicker git/svn detectionTom Ryder2016-08-211-15/+6
| | |
* | | Add la(), ll()Tom Ryder2016-08-214-1/+24
| | |
* | | Adjust ordering of ls() and grep() optionsTom Ryder2016-08-212-34/+35
| | |
* | | Clean up/extend grep()/ls() extensionTom Ryder2016-08-214-28/+46
| | |
* | | Merge branch 'freebsd'Tom Ryder2016-08-210-0/+0
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' into freebsdTom Ryder2016-08-2041-744/+607
| |\ \
| * \ \ Merge branch 'master' into freebsdTom Ryder2016-08-19102-877/+728
| |\ \ \
| * \ \ \ Merge branch 'master' into freebsdTom Ryder2016-08-1428-55/+336
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into freebsdTom Ryder2016-08-1434-66/+280
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'openbsd'Tom Ryder2016-08-211-14/+28
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Port Bash Git prompt changes to pdkshTom Ryder2016-08-211-3/+19
| | | | | | |
| * | | | | | Merge branch 'master' into openbsdTom Ryder2016-08-214-11/+34
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Add some upstream checking to Git promptTom Ryder2016-08-212-7/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add some comments to be a bit less cryptic
* | | | | | | 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
| | | | | | |