Commit Graph

409 Commits

Author SHA1 Message Date
Nathan Broadbent
295b96e132 Merge branch 'master' of github.com:/ndbroadbent/scm_breeze 2011-10-26 03:09:11 +08:00
Nathan Broadbent
a3e40169cc Added design function to README [ci skip] 2011-10-26 02:59:54 +08:00
Nathan Broadbent
dd1549e0ec Refactored code so that git_update function is reusable 2011-10-25 12:03:38 +08:00
Nathan Broadbent
7e84fc7a56 fixed update_all command 2011-10-25 10:39:38 +08:00
Nathan Broadbent
70e1551438 Removed extra ')' in README [ci skip] 2011-10-23 20:22:01 +08:00
Nathan Broadbent
39c788d7d6 Fixed trim command for design() 2011-10-22 13:04:43 +08:00
Nathan Broadbent
d23c4256ac Less verbose 2011-10-22 13:00:00 +08:00
Nathan Broadbent
45105cb66e Removed git dirs for design directories 2011-10-22 12:53:27 +08:00
Nathan Broadbent
e5eeb36861 Fixed git batch commands 2011-10-22 12:45:26 +08:00
Nathan Broadbent
970a91c929 combined rm commands 2011-10-22 10:11:54 +08:00
Nathan Broadbent
23d0057ac7 Changed behaviour of design() so that each design directory can have version controlled assets 2011-10-22 10:11:00 +08:00
Nathan Broadbent
b70ef4dba1 Added design() function to manage synchronization of design development assets for git repos, without checking them in 2011-10-22 01:54:14 +08:00
Nathan Broadbent
a82434c9e6 Fixed commands for git_index 2011-10-21 17:43:20 +08:00
Nathan Broadbent
421560e9a0 Added debugging output to git_status_shortcuts (enable with scmbDebug=true) 2011-10-21 11:03:18 +08:00
Nathan Broadbent
f874396e78 Updated the line that is appended to *rc [ci skip] 2011-10-21 10:30:28 +08:00
Nathan Broadbent
fa551a849b Changed example project. [ci skip] 2011-10-21 10:29:15 +08:00
Nathan Broadbent
f5319175d2 removed some newlines [ci skip] 2011-10-21 10:26:23 +08:00
Nathan Broadbent
c0ea94d835 Made it clear that keyboard bindings are disabled by default [ci skip] 2011-10-21 10:22:31 +08:00
Nathan Broadbent
49fb52e5c3 Small change [ci skip] 2011-10-21 10:20:31 +08:00
Nathan Broadbent
889a264a13 fixed heading in README [ci skip] 2011-10-21 10:18:32 +08:00
Nathan Broadbent
36ed1e9527 Updated README to match blog post 2011-10-21 10:17:45 +08:00
Nathan Broadbent
3ea2f43941 Removed newline 2011-10-21 08:55:45 +08:00
Nathan Broadbent
755ebeb54f Fixed scmbDir for install.sh 2011-10-21 08:54:18 +08:00
Nathan Broadbent
c1edcb9206 Fixed square brackets for zsh_compat and zsh_reset 2011-10-21 08:41:55 +08:00
Nathan Broadbent
4c42f5df56 Merge remote branch 'beef/master'
Conflicts:
	install.sh
	lib/scm_breeze.sh
2011-10-21 08:38:54 +08:00
Nathan B
29f5e4c598 Merge pull request #8 from lmeijvogel/master
Make grs work with deleted files
2011-10-20 17:30:26 -07:00
Nathan B
d38ccd0e91 Merge pull request #7 from treyhunner/topic/posix-shell
Remove dependence on bash in install.sh
2011-10-20 17:23:12 -07:00
Andrew Lorente
cb8a3a6121 Remove dependency on seq
seq is unfortunately not available on OSX. Brackets appear to be fully
shell- and platform-independent.
2011-10-20 13:47:19 -07:00
Andrew Lorente
99e4e9dcda Fix a typo in a function name 2011-10-20 13:47:10 -07:00
Lennaert Meijvogel
cf8e3875a3 Add '--' to git reset command to make it work for deleted files. 2011-10-20 21:55:51 +02:00
Andrew Lorente
bf5d50fcb8 Remove restrictions on directory for scm-breeze
Previously the script had to be installed to ~/.scm_breeze. Now it can
live anywhere!
2011-10-20 11:27:31 -07:00
Trey Hunner
f9244d0f94 Remove bashisms from scm breeze update scripts 2011-10-20 10:51:03 -07:00
Trey Hunner
0d7ee4866b Remove dependence on bash in install.sh
Replace bashisms with syntax supported by all posix-compliant shells.
The echo command does not support -e in many simplified shells
(including dash) so printf is favored.  The [[ ... ]] notation is also
not accepted by all posix shells so [ ... ] notation is used instead.
2011-10-20 10:50:57 -07:00
Nathan Broadbent
51d3ad0fb8 Added shebang to install.sh 2011-10-20 22:11:15 +08:00
Nathan Broadbent
9b24e17c37 Added test to make sure 'gc -m "commit message"' works. (args remain quoted when they contain a space) 2011-10-20 20:37:56 +08:00
Nathan Broadbent
e25e6d960e Merge branch 'master' of github.com:ndbroadbent/scm_breeze 2011-10-20 20:27:48 +08:00
Nathan Broadbent
33fe02982a Fixed bug when trying to use gc -m "commit message" 2011-10-20 20:27:26 +08:00
Nathan Broadbent
031d5976c9 Fixed bug when trying to use gc -m "commit message" 2011-10-20 20:20:27 +08:00
Nathan Broadbent
c2b7ef5960 OS X's default shell doesn't like "echo -e foo" - it actually outputs "-e foo". 2011-10-20 19:38:20 +08:00
Nathan Broadbent
4d5126731a Added missing parse_git_branch function 2011-10-20 19:30:55 +08:00
Nathan B
e400e23407 Merge pull request #5 from jdelStrother/master
Add zsh/shwordsplit compatibility for git_status_shortcuts
2011-10-20 04:26:07 -07:00
Jonathan del Strother
7deb0c7909 Add zsh/shwordsplit compatibility for git_status_shortcuts
Necessary so that IFS works as expected
2011-10-20 12:11:08 +01:00
Nathan Broadbent
a4d5006b5a Removed sed command. I can't remember why it was necessary. 2011-10-20 12:47:32 +08:00
Nathan Broadbent
6c82cc25ed Made git_show_affected_files cross platform at the expense of colorized revision (for now) 2011-10-20 12:11:59 +08:00
Nathan Broadbent
8700f41ba8 Fixed the previous fix.. 2011-10-20 12:05:53 +08:00
Nathan Broadbent
3f37f8f53d Made status command use grep instead of head & tail 2011-10-20 12:02:54 +08:00
Nathan Broadbent
63e5904cee Added 'git_pull_then_push' alias 2011-10-20 08:35:02 +08:00
Nathan Broadbent
ebc791afe8 Merge branch 'master' of github.com:ndbroadbent/scm_breeze 2011-10-20 08:33:32 +08:00
Nathan Broadbent
d04e2b464e disable keyboard shortcuts by default 2011-10-20 08:32:50 +08:00
Nathan B
824e6ab984 Merge pull request #1 from daverigby/master
Fix _create_or_patch_scmbrc to work on OS X (10.7)
2011-10-19 17:17:33 -07:00