tag name | v0.2.0 (9ecd0b2206ec22f100be9c7bf1fa0706f6e57020) |
tag date | 2015-01-11 19:11:56 -0500 |
tagged by | Teddy Wing |
tagged object | commit ceb22064e2... |
download | git-checkout-history-0.2.0.tar.bz2 |
---|
Separate branch history by repository
Instead of having a global flat list where all branches are stored from
every repository where `git-checkout-store` is used, separate branch
history so that running `git-checkout-history` will only show the
history for the current repostory you're operating on.
This changes the storage layout of the history database file, so if one
already exists it will have to be deleted or moved.