diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-16 01:46:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-16 01:46:46 -0400 |
commit | 272a67921cdc6d8d40641a9cb71b744ef1f76128 (patch) | |
tree | 9d7d3955df6e4d7e0715ccb507803e7c815a7048 /Annex | |
parent | 2bb6b02948da8a33b2edcd911fcf3c2597b0ee58 (diff) |
better name
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Branch.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Annex/Branch.hs b/Annex/Branch.hs index ae33f66cf..a75773e19 100644 --- a/Annex/Branch.hs +++ b/Annex/Branch.hs @@ -56,7 +56,7 @@ index g = gitAnnexDir g </> "index" - and merge in changes from other branches. -} genIndex :: Git.Repo -> IO () -genIndex g = Git.UnionMerge.update_index_via g +genIndex g = Git.UnionMerge.stream_update_index g [Git.UnionMerge.ls_tree fullname g] {- Runs an action using the branch's index file. -} |