This website requires JavaScript.
Explore
Help
Sign In
flo
/
scm_breeze
Watch
1
Star
0
Fork
0
You've already forked scm_breeze
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
710fb7181ed9db865fbf4f27b05031e542522d91
scm_breeze
/
lib
/
git
History
Nathan Broadbent
710fb7181e
Implemented a robust git_index_update_all_branches function, to automatically perform a safe fast-forward of all local branches, if their remtoes and merge refs are configured. Can be run from a cron script to keep all repos up to date
2011-12-18 00:22:01 +08:00
..
fallback
Replaced all occurences of 'local IFS=' with 'IFS= ... unset IFS'.
Fixes
#12
2011-12-14 13:27:39 +08:00
aliases_and_bindings.sh
Finally sorted out tab completions for git aliases, works with all versions of git (1.7.5.4 up to 1.7.8) (
#11
)
2011-12-15 00:32:30 +08:00
repo_index.sh
Implemented a robust git_index_update_all_branches function, to automatically perform a safe fast-forward of all local branches, if their remtoes and merge refs are configured. Can be run from a cron script to keep all repos up to date
2011-12-18 00:22:01 +08:00
status_shortcuts.rb
Add a couple comments
2011-11-09 20:14:42 -08:00
status_shortcuts.sh
Replaced all occurences of 'local IFS=' with 'IFS= ... unset IFS'.
Fixes
#12
2011-12-14 13:27:39 +08:00
tools.sh
It is often useful to exclude the basename of a file from status shortcuts. i.e. git_exclude_basename $e2
2011-12-17 11:05:18 +08:00