aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Apply cleverer arg-arranging method to apf(1)Tom Ryder2016-08-221-30/+38
| | | | This avoids a temporary file and some hairy sed(1)
* Move .bashrc interactivity test to topTom Ryder2016-08-221-6/+6
|
* Format $BROWSER mentionTom Ryder2016-08-221-2/+2
|
* Restore non-exec skipping in Makefile targetsTom Ryder2016-08-221-2/+2
| | | | | Because if the last they try to install is non-executable, the target exits with failure...
* Remove double-up import of completionsTom Ryder2016-08-211-17/+0
|
* Correct some EnglandTom Ryder2016-08-211-1/+1
|
* Update description of keychain()Tom Ryder2016-08-211-1/+1
|
* Remove some overkill documentationTom Ryder2016-08-211-4/+1
|
* Stop versioning go.shTom Ryder2016-08-211-6/+0
| | | | | Pretty simple script, and only in active use on one of my systems at the moment anyway; just cluttering environment otherwise
* Style tweaks to profile.d subscriptsTom Ryder2016-08-214-13/+4
|
* Quote a bash->sh variableTom Ryder2016-08-211-1/+1
|
* 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
| | | | | | |