Ben Kurtovic
ce522521fc
Clean up bookmark comments implementation and document
5 vuotta sitten
smittytone
da701bc09b
Remove comment finder
Put it in a better place...
5 vuotta sitten
Ben Kurtovic
3eb6e16892
Add a __main__.py; fix GitPython remote fetch error message.
6 vuotta sitten
Ben Kurtovic
cc0254d60d
Add a --depth argument to control recursion depth. Cleanup.
6 vuotta sitten
Ben Kurtovic
a4810c3c5c
Traverse into subdirectories when searching for repos ( fixes #42 ).
6 vuotta sitten
Ben Kurtovic
f7a060afe6
Try to reduce open files for large directories ( #32 )
8 vuotta sitten
Ben Kurtovic
a702056178
Support shell globs and tilde expansion ( fixes #29 ).
8 vuotta sitten
Ben Kurtovic
70e96ad673
Add --exec to run a shell command on all repos.
8 vuotta sitten
Ben Kurtovic
d442b26782
Update copyright for 2016.
8 vuotta sitten
Ben Kurtovic
ae8e441d39
Added --prune to remove deleted remote-tracking branches ( closes #18 )
9 vuotta sitten
Ben Kurtovic
9255ffa215
Wording cleanup.
9 vuotta sitten
Ben Kurtovic
31a94772ff
Rework branch updating code to be safer and support bare repos ( #14 )
* Only update _fast-forwardable_ branches to their upstreams. This uses
`git merge --no-ff` for the active branch and `git branch --force`
for others. Checks for clean working directories and ancestry are
performed as expected.
* Added --fetch-only / -f to disable branch updating entirely, if
desired.
* Deprecated --merge and --rebase. These have no effect now and instead
give a warning.
9 vuotta sitten
Ben Kurtovic
fddc0cb465
Better error message when mixing --current-only with a detached HEAD.
9 vuotta sitten
Ben Kurtovic
5a4e49ea56
Don't update branches for bare repos ( #14 )
9 vuotta sitten
Ben Kurtovic
2791418b9f
Better solution to previous commit.
9 vuotta sitten
Ben Kurtovic
a9e2a1fe8d
Don't try to fetch remotes without configured refspecs.
9 vuotta sitten
Ben Kurtovic
8439805e38
Wording tweaks; update brew instructions ( fixes #13 )
9 vuotta sitten
Ben Kurtovic
4e8dab5aab
Copyright update for 2015; dev version up for 0.2.5.
9 vuotta sitten
Ben Kurtovic
5efe130f75
Fix an error with GitPython 0.3.6.
9 vuotta sitten
Ben Kurtovic
07c35f2ce5
Don't throw an error when HEAD is detached ( closes #6 ).
10 vuotta sitten
Ben Kurtovic
e3c6cdf54b
Fix a bug when handling errors during a fetch.
10 vuotta sitten
Ben Kurtovic
2be8edfa9f
Update README; --preserve-merges as promised.
10 vuotta sitten
Ben Kurtovic
6c8e1be0fb
Some fixes; go back to one-line-per-branch system.
10 vuotta sitten
Ben Kurtovic
2fa50a416c
Handle some GitPython exceptions.
10 vuotta sitten
Ben Kurtovic
9a1473ef8b
Colorize and merge branch update lines into one.
10 vuotta sitten
Ben Kurtovic
168856be56
Refactor out _update_branches(); remove COUNTING from fetch progress.
10 vuotta sitten
Ben Kurtovic
b247d90f00
Remove mostly useless verbose option; clean up output.
10 vuotta sitten
Ben Kurtovic
976c7ccbc3
Mostly finish new remote fetching.
10 vuotta sitten
Ben Kurtovic
fbf29b4688
Proper up-to-date-check; fix when branches are empty.
10 vuotta sitten
Ben Kurtovic
7953684627
Flesh out error handling for merge/rebase.
10 vuotta sitten
Ben Kurtovic
134c4451fc
More work on some pending issues.
10 vuotta sitten
Ben Kurtovic
5468be61e3
More work on rebasing/merging.
10 vuotta sitten
Ben Kurtovic
9bbe6a32b7
More stuff.
10 vuotta sitten
Ben Kurtovic
8b07934369
More work on GitPython integration.
10 vuotta sitten
Ben Kurtovic
48ebdf0264
Add some new arguments.
10 vuotta sitten
Ben Kurtovic
af992c6948
Commit some temp code.
10 vuotta sitten
Ben Kurtovic
4c878c2a63
More cleanup.
10 vuotta sitten
Ben Kurtovic
48e82888f5
Some work on GitPython integration.
10 vuotta sitten
Ben Kurtovic
25127f4e94
Finish conversion from output.py to colorama.
10 vuotta sitten
Ben Kurtovic
beac864d29
Clean up output.py.
10 vuotta sitten
Ben Kurtovic
910b53aeba
Split code into multiple files.
10 vuotta sitten