summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-04 17:01:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-04 17:01:46 -0400
commit46cdff2b18dc4bb43cbe312abc1ba98bb5d84d32 (patch)
tree5cb8797bb5b5e24de10bcd2ca061db340148b2e0 /doc
parent2f853af887fa38610cc9a41d1442714a6969755a (diff)
devblog
Diffstat (limited to 'doc')
-rw-r--r--doc/devblog/day_377__will_adjusted_branches_ever_end.mdwn21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/devblog/day_377__will_adjusted_branches_ever_end.mdwn b/doc/devblog/day_377__will_adjusted_branches_ever_end.mdwn
new file mode 100644
index 000000000..9e6499b4e
--- /dev/null
+++ b/doc/devblog/day_377__will_adjusted_branches_ever_end.mdwn
@@ -0,0 +1,21 @@
+Feels like I've been working on adjusted branches too long.
+
+Did make some excellent progress today. Upgrading a direct mode repo to v6
+will now enter an adjusted branch where all files are unlocked. Using an
+adjusted branch like this avoids unlocking all files in the master branch
+of the repo, which means that different clones of a repo can be
+upgraded to v6 mode at different times. This should let me advance the
+timetable for enabling v6 by default, and getting rid of direct mode.
+
+Also, cloning a repository that has an adjusted branch checked out will
+now work; the clone starts out in the same adjusted branch.
+
+But, I realized today that the way merges from origin/master into
+adjusted/master are done will often lead to merge conflicts. I have came up
+with a better way to handle these merges that won't unncessarily conflict,
+but didn't feel ready to implement that today.
+
+----
+
+Instead, I spent the latter half of the day getting caught up on some
+of the backlog. Got it down from some 200 messages to 150.