diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-03-29 13:26:06 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-03-29 13:26:06 -0400 |
commit | 86c10bc681bb12936bc12c612d6a91096bc41f7b (patch) | |
tree | 5291fac68a6e2e505690e33a65a7575d28ee4eb9 /doc/design/adjusted_branches.mdwn | |
parent | c079545a6a3a85f92fbf592229b5f90dbb2da856 (diff) |
git annex add in adjusted unlocked branch
Cached the current branch lookup just because it seems unnecessary overhead
to run an extra git command per add to query the current branch.
Diffstat (limited to 'doc/design/adjusted_branches.mdwn')
-rw-r--r-- | doc/design/adjusted_branches.mdwn | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/design/adjusted_branches.mdwn b/doc/design/adjusted_branches.mdwn index 4ef229e1d..3cf55d1de 100644 --- a/doc/design/adjusted_branches.mdwn +++ b/doc/design/adjusted_branches.mdwn @@ -301,5 +301,3 @@ into adjusted view worktrees.] (locking will cause the commits to fail) and so the assistant should not be running, or at least should have commits disabled when entering it. -* When the adjusted branch unlocks files, behave as if annex.addunlocked is - set, so git annex add will add files unlocked. |