|
197b0bd20e
|
jsvn: add configuration comments
|
2012-02-28 16:53:17 -05:00 |
|
|
fdae2a537c
|
jsvn: implement command aliases from configuration file
|
2012-02-28 16:45:09 -05:00 |
|
|
4d923cfadb
|
jsvn: add configuration file support
- config file will be read from ~/.jsvn
- config file is a python script which can assign to various supported
configuration variables
|
2012-02-28 16:36:17 -05:00 |
|
|
ba1030b5c6
|
grepid: ignore binary files by default
|
2012-02-27 15:02:54 -05:00 |
|
|
88aa7cf550
|
bash_aliases: cs() function: unset HOME when launching Windows processes
|
2012-02-27 14:05:54 -05:00 |
|
|
5730c1c7f3
|
jsvn: small optimization
|
2012-02-23 16:36:10 -05:00 |
|
|
2288cb9a8a
|
jsvn: add "add" heading comment
|
2012-02-23 15:34:57 -05:00 |
|
|
85a84384b4
|
jsvn: add "add" subcommand handler to allow smarter adds
|
2012-02-23 13:39:03 -05:00 |
|
|
c5e7f25f40
|
jsvn: add "externals" subcommand
|
2012-02-23 11:07:47 -05:00 |
|
|
2e81f0eb25
|
jsvn: use out in place of sys.stdout in command handlers
|
2012-02-22 17:00:34 -05:00 |
|
|
d967b846a1
|
jsvn: handle "sw" command abbreviation
|
2012-02-22 16:55:32 -05:00 |
|
|
0abd536d0e
|
jsvn: color current branch green in "branch" output
|
2012-02-22 16:54:41 -05:00 |
|
|
c6c6309520
|
jsvn: use same colorizer for "switch" as for "update"
|
2012-02-22 16:51:50 -05:00 |
|
|
9ecc2d9657
|
jsvn: handle "di" and "stat" command abbreviations
|
2012-02-22 10:03:46 -05:00 |
|
|
6c9df5a38a
|
jsvn: update header comments
|
2012-02-22 10:02:13 -05:00 |
|
|
7436dc7223
|
jsvn: colordiff property context lines
|
2012-02-22 09:58:52 -05:00 |
|
|
2e59940696
|
jsvn: tweak colordiff "@@" coloring
|
2012-02-22 09:56:25 -05:00 |
|
|
db9c29f525
|
jsvn: allow double-underscore comands to bypass jsvn processing
|
2012-02-22 09:54:19 -05:00 |
|
|
bd7afbf7fc
|
jsvn: only turn on pager for listed subcomands instead of excluding listed subcommands
|
2012-02-22 09:52:09 -05:00 |
|
|
bd32fcb204
|
jsvn: add "status" command handler
|
2012-02-22 09:45:09 -05:00 |
|
|
e7787a65cb
|
jsvn: restore empty line before final line if any external was printed
|
2012-02-21 16:48:01 -05:00 |
|
|
768c92f78a
|
jsvn: update: restore empty line before final line if an external was printed
|
2012-02-21 15:58:23 -05:00 |
|
|
a8c7e6f1ab
|
bash_aliases: fix prompt_ps1_git_branch() to work in a detached HEAD state
|
2012-02-21 15:52:20 -05:00 |
|
|
13b1427e11
|
jsvn: use re.match() instead of anchored re.search()
|
2012-02-21 15:48:54 -05:00 |
|
|
1cbd3c2c30
|
jsvn: add "update" subcommand handler for colorized output
|
2012-02-21 15:43:27 -05:00 |
|
|
e49bbb212e
|
jsvn: no pager output for "update" command
|
2012-02-21 15:18:42 -05:00 |
|
|
a381db47eb
|
jsvn: colorize changed paths in "log -v"
|
2012-02-21 15:13:46 -05:00 |
|
|
3d24ea95ab
|
jsvn: no pager for checkout
|
2012-02-21 14:42:23 -05:00 |
|
|
a45111b909
|
jsvn: add pager exceptions for commit/propedit abbreviations - thanks Mike
|
2012-02-21 13:31:50 -05:00 |
|
|
9daaada1aa
|
jsvn: comment update
|
2012-02-20 16:50:10 -05:00 |
|
|
dc885beb45
|
jsvn: remove "log" check for colorsvn, won't make it there anyway
|
2012-02-20 16:12:13 -05:00 |
|
|
820b6d0bf2
|
jsvn: only output ANSI color codes if output is a terminal
|
2012-02-20 15:57:25 -05:00 |
|
|
4d96b6eed8
|
jsvn: do not use pager for "commit" command
|
2012-02-20 15:53:52 -05:00 |
|
|
e08d51d0a8
|
jsvn: do not use a pager with "propedit" command
|
2012-02-20 15:51:38 -05:00 |
|
|
a47ff416a1
|
jsvn: restore missing line ending on "@@" diff lines
|
2012-02-20 15:51:19 -05:00 |
|
|
1a16c1f25b
|
jsvn: read lines as available for "users" command
|
2012-02-20 14:45:15 -05:00 |
|
|
d33436892f
|
jsvn: read lines from diff/log as available
|
2012-02-20 14:43:12 -05:00 |
|
|
c455018cf1
|
jsvn: use internal colordiff() instead of "colordiff" executable for "diff"
|
2012-02-20 14:39:26 -05:00 |
|
|
356dca5731
|
jsvn: colorize log output
|
2012-02-20 14:34:08 -05:00 |
|
|
edc09ec740
|
jsvn: reset on every new color; add colordiff() utility function
|
2012-02-20 14:30:29 -05:00 |
|
|
69f8e9944a
|
jsvn: ignore IOError writing to broken pipe when pager is exited
|
2012-02-20 14:19:05 -05:00 |
|
|
ea8f2ca8c6
|
jsvn: add ANSI color/reset functions
|
2012-02-20 14:02:10 -05:00 |
|
|
7b05ea18cb
|
move logic of spawning pager to main()
currently active for all subcommands
|
2012-02-20 13:50:43 -05:00 |
|
|
257f82b792
|
bash_aliases: change "gvim" from a simple alias to a smarter function
|
2012-02-09 14:06:34 -05:00 |
|
|
a96d241e93
|
gpgedit: check for GPGEDIT_RECIPIENT environment variable instead of assuming its existence
|
2012-02-02 13:46:19 -05:00 |
|
|
61c19eb6cc
|
Merge branch 'master' of ssh://holtrop.homelinux.com/files
|
2012-01-19 15:13:15 -05:00 |
|
|
90af463af4
|
bash_aliases: rework prompt_ps1_git_branch() to show ahead/behind status
|
2012-01-19 15:12:59 -05:00 |
|
|
b3cc1355b5
|
Merge branch 'master' of ssh://holtrop.homelinux.com/files
|
2012-01-18 19:51:47 -05:00 |
|
|
b20c9e49fa
|
vimrc: syntax fix
|
2012-01-18 19:51:38 -05:00 |
|
|
1052bc4fb3
|
add caps-lock-to-lctrl.reg
|
2012-01-17 15:52:52 -05:00 |
|