diff options
author | Teddy Wing | 2015-01-11 19:50:51 -0500 |
---|---|---|
committer | Teddy Wing | 2015-01-11 19:50:51 -0500 |
commit | 00a40c307cd82dfda2cbd679252699fd505fc516 (patch) | |
tree | 6364b6133c7c772d22910a36a35ff7f640a7df3c | |
parent | ceb22064e29582a85e3b4df6e87eb1397e8337b7 (diff) | |
download | git-checkout-history-00a40c307cd82dfda2cbd679252699fd505fc516.tar.bz2 |
README: Remove known issue about list separation by repo
This functionality has been implemented as of v0.2.0. It is no longer
an issue.
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -58,7 +58,6 @@ If you use bash or zsh completion for git, a patch file is included to add this ## Known Issues -* Currently, branch history is stored globally. When used in multiple repositories, all branches go to the same list. There should be a different branch storage list for each repository. * History never gets cleared. Not sure if this is actually an issue, but personally I don't really care about branch history from before the current day. |