1
0
Fork 0
Commit Graph

15 Commits (00e430f59cd3511b4a685f7f864ee60a26da8708)

Author SHA1 Message Date
Mike Gerwitz 00e430f59c Added --help to alias command to output shortmaps
A co-worker suggested that the command mentioned in the alias provide some
sort of documentation, since that is the only reference the user has for
tracking it down.
2014-08-21 23:24:33 -04:00
Mike Gerwitz df72cd4e71 Eliminated sed call from shortmap loading
All substitutions are all native shell.
2014-08-21 22:31:18 -04:00
Mike Gerwitz c511222374 Shortmaps no longer read from disk upon execution 2014-08-21 22:27:58 -04:00
Mike Gerwitz 693437077f Simplified shortmap loading 2014-08-21 21:58:51 -04:00
Mike Gerwitz 8f1ebd024c bash_completion script formatting and cleanup 2014-08-21 21:54:24 -04:00
Mike Gerwitz 30d36c334e
Removed unneeded _git_config override
Relic from extraction from git-supp repository.
2014-08-21 21:37:42 -04:00
Mike Gerwitz 19a7272dca
Major shortmap sourcing performance improvement
When generating the shortmap aliases, there were repeated and unnecessary
invocations of grep; the performance improvement gained by using shell
built-ins is substantial.
2013-12-08 13:46:10 -05:00
Mike Gerwitz cda202fd1d
Simple grep change in elif in __git-supp_shortalias() 2013-12-08 13:45:37 -05:00
Mike Gerwitz bc07473f12
Corrected __git-supp_shortmap() for newer git releases 2013-12-08 13:45:27 -05:00
Mike Gerwitz aebf20334f
- and -- functions on their own line 2013-12-08 13:43:40 -05:00
Mike Gerwitz e78dff0a31
Restoring IFS (bug fix) 2013-12-08 13:43:10 -05:00
Mike Gerwitz 32b461c1d5
Added - and -- support to shortmaps 2013-12-08 13:42:17 -05:00
Mike Gerwitz 8dd10a69bb
shortmapped commands will now only be executed while within a git repository 2013-12-08 13:42:08 -05:00
Mike Gerwitz 2b2452dda9
Default source argument for bash_completion is now full path name 2013-12-08 13:41:59 -05:00
Mike Gerwitz fadd65b69b
Initial commit of shortmaps, bash_completion, COPYING, and README.md 2013-12-08 13:41:11 -05:00