From 7e8897c037bff318f7ff57c146023f1e69f3a1ab Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 12 Jun 2013 19:52:57 -0400 Subject: blog for the day --- doc/design/assistant/blog/day_282-283__caught_up.mdwn | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/design/assistant/blog/day_282-283__caught_up.mdwn (limited to 'doc/design/assistant/blog/day_282-283__caught_up.mdwn') diff --git a/doc/design/assistant/blog/day_282-283__caught_up.mdwn b/doc/design/assistant/blog/day_282-283__caught_up.mdwn new file mode 100644 index 000000000..b097e8d24 --- /dev/null +++ b/doc/design/assistant/blog/day_282-283__caught_up.mdwn @@ -0,0 +1,18 @@ +Got caught up on my backlog yesterday. + +Part of adding files in direct mode involved removing write permission from +them temporarily. That turned out to cause problems with some programs that +open a file repeatedly, and was generally against the principle that direct +mode files are always directly available. Happily, I was able to get rid of +that without sacrificing any safety. + +Improved syncing to bare repositories. Normally syncing pushes to a +synced/master branch, which is good for non-bare repositories since git +does not allow pushing to the currently checked out branch. But for bare +repositories, this could leave them without a master branch, so cloning +from them wouldn't work. A funny thing is that git does not really have any +way to tell if a remote repository is bare or not. Anyway, I did put in a +fix, at the expense of pushing twice (but the git data should only be +transferred once anyway). + + -- cgit v1.2.3