Ben Kurtovic
d442b26782
Update copyright for 2016.
před 8 roky
Ben Kurtovic
b71e6f4f2a
Revert 42675a8
on Python 2 ( #20 )
před 9 roky
Marco
88cddb1d4a
specify config file delimiter so it doesn't barf on windows paths
před 9 roky
Ben Kurtovic
fa3bb4d9a1
Add '--bookmark-file' option to support multiple bookmark config files.
před 9 roky
Ben Kurtovic
ae8e441d39
Added --prune to remove deleted remote-tracking branches ( closes #18 )
před 9 roky
Ben Kurtovic
51cac24562
Properly save config files on Python 3 ( closes #17 ); version bump
před 9 roky
Ben Kurtovic
10494e677b
release/0.3
před 9 roky
Ben Kurtovic
3e238f1ad3
Bugfix from previous commit.
před 9 roky
Ben Kurtovic
9255ffa215
Wording cleanup.
před 9 roky
Ben Kurtovic
8990580cd0
Added a changelog.
před 9 roky
Ben Kurtovic
f6cd164400
Add Python 3 support ( closes #16 )
před 9 roky
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.
před 9 roky
Ben Kurtovic
fddc0cb465
Better error message when mixing --current-only with a detached HEAD.
před 9 roky
Ben Kurtovic
5a4e49ea56
Don't update branches for bare repos ( #14 )
před 9 roky
Ben Kurtovic
2791418b9f
Better solution to previous commit.
před 9 roky
Ben Kurtovic
a9e2a1fe8d
Don't try to fetch remotes without configured refspecs.
před 9 roky
Ben Kurtovic
8439805e38
Wording tweaks; update brew instructions ( fixes #13 )
před 9 roky
Ben Kurtovic
4e8dab5aab
Copyright update for 2015; dev version up for 0.2.5.
před 9 roky
Ben Kurtovic
79c1651489
release/0.2.4
před 9 roky
Ben Kurtovic
6e6db21533
Migrate old config files ( #12 )
před 9 roky
Ben Kurtovic
07c6e68b33
XDG Base Directory compliance ( fixes #12 )
před 9 roky
Ben Kurtovic
51a482d7a2
release/0.2.3
před 9 roky
Ben Kurtovic
5efe130f75
Fix an error with GitPython 0.3.6.
před 9 roky
Ben Kurtovic
c92da5b91b
release/0.2.2
před 10 roky
Ben Kurtovic
07c35f2ce5
Don't throw an error when HEAD is detached ( closes #6 ).
před 10 roky
Ben Kurtovic
99be34e556
release/0.2.1
před 10 roky
Ben Kurtovic
e3c6cdf54b
Fix a bug when handling errors during a fetch.
před 10 roky
Ben Kurtovic
845156c4a2
release/0.2
před 10 roky
Ben Kurtovic
2be8edfa9f
Update README; --preserve-merges as promised.
před 10 roky
Ben Kurtovic
6c8e1be0fb
Some fixes; go back to one-line-per-branch system.
před 10 roky
Ben Kurtovic
2fa50a416c
Handle some GitPython exceptions.
před 10 roky
Ben Kurtovic
9a1473ef8b
Colorize and merge branch update lines into one.
před 10 roky
Ben Kurtovic
168856be56
Refactor out _update_branches(); remove COUNTING from fetch progress.
před 10 roky
Ben Kurtovic
b247d90f00
Remove mostly useless verbose option; clean up output.
před 10 roky
Ben Kurtovic
976c7ccbc3
Mostly finish new remote fetching.
před 10 roky
Ben Kurtovic
fbf29b4688
Proper up-to-date-check; fix when branches are empty.
před 10 roky
Ben Kurtovic
7953684627
Flesh out error handling for merge/rebase.
před 10 roky
Ben Kurtovic
134c4451fc
More work on some pending issues.
před 10 roky
Ben Kurtovic
5468be61e3
More work on rebasing/merging.
před 10 roky
Ben Kurtovic
9bbe6a32b7
More stuff.
před 10 roky
Ben Kurtovic
8b07934369
More work on GitPython integration.
před 10 roky
Ben Kurtovic
48ebdf0264
Add some new arguments.
před 10 roky
Ben Kurtovic
af992c6948
Commit some temp code.
před 10 roky
Ben Kurtovic
4c878c2a63
More cleanup.
před 10 roky
Ben Kurtovic
48e82888f5
Some work on GitPython integration.
před 10 roky
Ben Kurtovic
30d01fd200
Remove relative imports from __init__ so __version__ can be read without deps.
před 10 roky
Ben Kurtovic
25127f4e94
Finish conversion from output.py to colorama.
před 10 roky
Ben Kurtovic
beac864d29
Clean up output.py.
před 10 roky
Ben Kurtovic
910b53aeba
Split code into multiple files.
před 10 roky
Ben Kurtovic
e74944165a
Starting work on the new package structure.
před 10 roky