From 1b21dd99c58c40ddd5bce9d575a47c66f121a29c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 23 Jun 2011 12:11:09 -0400 Subject: rename git-annex index file --- Branch.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Branch.hs') diff --git a/Branch.hs b/Branch.hs index f0d97bfc3..6b2e8c23e 100644 --- a/Branch.hs +++ b/Branch.hs @@ -54,7 +54,7 @@ shortref = remove "refs/heads/" . remove "refs/remotes/" {- A separate index file for the branch. -} index :: Git.Repo -> FilePath -index g = Git.workTree g Git.gitDir g "index." ++ name +index g = gitAnnexDir g "index" {- Populates the branch's index file with the current branch contents. - -- cgit v1.2.3