Mike Gerwitz
7943668aac
Added license to README.md
2014-08-21 23:36:37 -04:00
Mike Gerwitz
d73811b536
Shortmap additions and improvements
2014-08-21 23:34:48 -04:00
Mike Gerwitz
de40ba3168
Added missing copyright information
2014-08-21 23:34:10 -04:00
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
de83e7f819
Numerous L* log maps
...
Removed useless `lh`. Capital `L` is used since `l` is a common Debian alias
for `ls`.
2014-08-21 22:52:09 -04:00
Mike Gerwitz
b7ccd9be84
`b` and `bv` shortmaps added
2014-08-21 22:43:26 -04:00
Mike Gerwitz
007d61e804
New S* shortmaps
2014-08-21 22:42:23 -04:00
Mike Gerwitz
abec3e5b24
R (rebase) shortmap autocomp fix
...
Was renamed a number of git versions back; forgot to commit fix!
2014-08-21 22:35:23 -04:00
Mike Gerwitz
7e24f88d1e
Cleanup and performance improvements
2014-08-21 22:34:38 -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
22f82993bd
`Pr` and `Prp` shortmaps will now preserves merges
2014-06-18 10:39:12 -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
b81da54355
Added `ma' shortmap
2013-12-08 13:46:02 -05:00
Mike Gerwitz
fb0382ee10
Added lh and Prp shortmaps
2013-12-08 13:45:53 -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
8633cbaf62
Added ds shortmap
2013-12-08 13:45:17 -05:00
Mike Gerwitz
3e03ad1102
Using --show-toplevel for `--` shortmap
2013-12-08 13:45:10 -05:00
Mike Gerwitz
0f80f06349
Added ca and CS shortmaps
2013-12-08 13:44:53 -05:00
Mike Gerwitz
97f8b0b8a0
Minor README.md changes to shortmaps section
2013-12-08 13:44:45 -05:00
Mike Gerwitz
2bff12d025
s shortmap => git status --short
2013-12-08 13:44:37 -05:00
Mike Gerwitz
c2540b5361
Added Pr shortmap
2013-12-08 13:44:29 -05:00
Mike Gerwitz
a17a31d2db
Using capital 'B' for git bisect shortmap to avoid conflict with 'bg'
2013-12-08 13:44:22 -05:00
Mike Gerwitz
4fd2c1c62f
Using upper-case for git rebase shortmap
2013-12-08 13:44:08 -05:00
Mike Gerwitz
2bd1bb990a
Added git bisect shortmaps
2013-12-08 13:43:59 -05:00
Mike Gerwitz
3fc71b9623
Added r{,i,a,c}
2013-12-08 13:43:48 -05:00
Mike Gerwitz
aebf20334f
- and -- functions on their own line
2013-12-08 13:43:40 -05:00
Mike Gerwitz
283bce39b2
git-status has no auto-complete
2013-12-08 13:43:32 -05:00
Mike Gerwitz
f5973128ee
Using BASH noop (:) instead of void for no auto-completion in shortmaps
2013-12-08 13:43:22 -05:00
Mike Gerwitz
e78dff0a31
Restoring IFS (bug fix)
2013-12-08 13:43:10 -05:00
Mike Gerwitz
3fe6f78949
Added shortmap execution clarification to README
2013-12-08 13:43:02 -05:00
Mike Gerwitz
828e67eaa0
Added default shortmaps to README.md
2013-12-08 13:42:46 -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