Ben Kurtovic
ba5eec6989
release/0.5
vor 6 Jahren
Ben Kurtovic
3eb6e16892
Add a __main__.py; fix GitPython remote fetch error message.
vor 6 Jahren
Ben Kurtovic
cc0254d60d
Add a --depth argument to control recursion depth. Cleanup.
vor 6 Jahren
Ben Kurtovic
a4810c3c5c
Traverse into subdirectories when searching for repos ( fixes #42 ).
vor 6 Jahren
Ben Kurtovic
bf66406c10
release/0.4.1
vor 7 Jahren
Ben Kurtovic
29c30432df
Version bump for 0.5
vor 7 Jahren
Ben Kurtovic
4d1989609a
release/0.4
vor 7 Jahren
Ben Kurtovic
f7a060afe6
Try to reduce open files for large directories ( #32 )
vor 8 Jahren
Ben Kurtovic
a702056178
Support shell globs and tilde expansion ( fixes #29 ).
vor 8 Jahren
botmtl
fcb36d4b62
fix duplicates in case agnostic systems (osx and linux are unnafected)
vor 8 Jahren
Ben Kurtovic
681b173a9d
Strip empty lines in bookmark files ( fixes #30 )
vor 8 Jahren
Ben Kurtovic
70e96ad673
Add --exec to run a shell command on all repos.
vor 8 Jahren
Ben Kurtovic
2d81602cf6
Change --clean's abbreviation to -n, and add some more useful output.
vor 8 Jahren
Ben Kurtovic
a51b99d98a
Add a --cleanup flag to remove old bookmarks ( closes #26 ).
vor 8 Jahren
Ben Kurtovic
85726e7a97
Fix unicode support ( closes #25 ).
vor 8 Jahren
Ben Kurtovic
4938c09130
Fix bookmarks on Python 3.
vor 8 Jahren
Ben Kurtovic
4b168bb888
Use custom bookmark file format ( fixes #21 )
vor 8 Jahren
Ben Kurtovic
d442b26782
Update copyright for 2016.
vor 9 Jahren
Ben Kurtovic
b71e6f4f2a
Revert 42675a8
on Python 2 ( #20 )
vor 9 Jahren
Marco
88cddb1d4a
specify config file delimiter so it doesn't barf on windows paths
vor 9 Jahren
Ben Kurtovic
fa3bb4d9a1
Add '--bookmark-file' option to support multiple bookmark config files.
vor 9 Jahren
Ben Kurtovic
ae8e441d39
Added --prune to remove deleted remote-tracking branches ( closes #18 )
vor 9 Jahren
Ben Kurtovic
51cac24562
Properly save config files on Python 3 ( closes #17 ); version bump
vor 9 Jahren
Ben Kurtovic
10494e677b
release/0.3
vor 9 Jahren
Ben Kurtovic
3e238f1ad3
Bugfix from previous commit.
vor 9 Jahren
Ben Kurtovic
9255ffa215
Wording cleanup.
vor 9 Jahren
Ben Kurtovic
8990580cd0
Added a changelog.
vor 9 Jahren
Ben Kurtovic
f6cd164400
Add Python 3 support ( closes #16 )
vor 9 Jahren
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.
vor 9 Jahren
Ben Kurtovic
fddc0cb465
Better error message when mixing --current-only with a detached HEAD.
vor 9 Jahren
Ben Kurtovic
5a4e49ea56
Don't update branches for bare repos ( #14 )
vor 9 Jahren
Ben Kurtovic
2791418b9f
Better solution to previous commit.
vor 9 Jahren
Ben Kurtovic
a9e2a1fe8d
Don't try to fetch remotes without configured refspecs.
vor 9 Jahren
Ben Kurtovic
8439805e38
Wording tweaks; update brew instructions ( fixes #13 )
vor 9 Jahren
Ben Kurtovic
4e8dab5aab
Copyright update for 2015; dev version up for 0.2.5.
vor 9 Jahren
Ben Kurtovic
79c1651489
release/0.2.4
vor 9 Jahren
Ben Kurtovic
6e6db21533
Migrate old config files ( #12 )
vor 9 Jahren
Ben Kurtovic
07c6e68b33
XDG Base Directory compliance ( fixes #12 )
vor 9 Jahren
Ben Kurtovic
51a482d7a2
release/0.2.3
vor 9 Jahren
Ben Kurtovic
5efe130f75
Fix an error with GitPython 0.3.6.
vor 9 Jahren
Ben Kurtovic
c92da5b91b
release/0.2.2
vor 10 Jahren
Ben Kurtovic
07c35f2ce5
Don't throw an error when HEAD is detached ( closes #6 ).
vor 10 Jahren
Ben Kurtovic
99be34e556
release/0.2.1
vor 10 Jahren
Ben Kurtovic
e3c6cdf54b
Fix a bug when handling errors during a fetch.
vor 10 Jahren
Ben Kurtovic
845156c4a2
release/0.2
vor 10 Jahren
Ben Kurtovic
2be8edfa9f
Update README; --preserve-merges as promised.
vor 10 Jahren
Ben Kurtovic
6c8e1be0fb
Some fixes; go back to one-line-per-branch system.
vor 10 Jahren
Ben Kurtovic
2fa50a416c
Handle some GitPython exceptions.
vor 10 Jahren
Ben Kurtovic
9a1473ef8b
Colorize and merge branch update lines into one.
vor 10 Jahren
Ben Kurtovic
168856be56
Refactor out _update_branches(); remove COUNTING from fetch progress.
vor 10 Jahren