aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-01-11 19:50:51 -0500
committerTeddy Wing2015-01-11 19:50:51 -0500
commit00a40c307cd82dfda2cbd679252699fd505fc516 (patch)
tree6364b6133c7c772d22910a36a35ff7f640a7df3c
parentceb22064e29582a85e3b4df6e87eb1397e8337b7 (diff)
downloadgit-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.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index d09ff8c..ab12e0b 100644
--- a/README.md
+++ b/README.md
@@ -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.