467 Commits

Author SHA1 Message Date
702affbf85 jsvn: moved to https://github.com/holtrop/jsvn 2012-03-22 14:03:03 -04:00
b35c561875 jsvn: allow specifying path to underlying Subversion executable in config file 2012-03-21 11:16:42 -04:00
a5e85240c3 bash_aliases: handle spaces in $PWD for PROMPT_COMMAND 2012-03-18 16:36:15 -04:00
a9507a2982 bash_aliases: add git alias "mktarxz" 2012-03-10 12:46:27 -05:00
f110815bbe jsvn: error out on branch/tag list commands if repository structure is not valid 2012-03-08 11:01:31 -05:00
04482e4adc jsvn: ignore errors getting branch/tag list 2012-03-08 10:59:22 -05:00
aa4e356058 jsvn: handle 1-arg "switch" that does not specify a valid branch/tag/trunk name 2012-03-08 10:56:35 -05:00
5d355aed43 bash_aliases: turn on cdshowgitstatus in PROMPT_COMMAND 2012-03-07 16:58:33 -05:00
b00a298f0a bash_aliases: show basename of PWD first in terminal title 2012-03-07 16:58:11 -05:00
f2b3d767d7 bash_aliases: cdshowgitstatus: also show git status when .git is a file 2012-03-07 16:39:39 -05:00
b8e40766e7 jsvn: add "url" subcommand 2012-03-01 16:07:12 -05:00
03fd50eb93 jsvn: use internal getSVNURL() instead of a call to grep 2012-03-01 16:05:40 -05:00
e3a8e72d58 add copy-svn-url.reg 2012-02-29 16:26:17 -05:00
5614a8c34b add copy-svn-path.sh 2012-02-29 16:13:01 -05:00
dd13c90c0b move windows files into windows directory 2012-02-29 16:10:54 -05:00
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