diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-03-04 15:25:13 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-03-04 15:25:35 -0400 |
commit | 15ffb8b60e26bd8707c132f2452cb4adbe7e6d02 (patch) | |
tree | 3db0ba20a0f03c918af18afaa8481b591e9001b0 /debian | |
parent | 8ad7398e29c9bd2ec25274bcca808650778e1457 (diff) |
sync: Fix committing when in a direct mode repo that has no HEAD ref.
Seen for example, a newly checked out git submodule. In this case,
.git/HEAD is a raw sha, rather than the usual reference to a ref.
Removed currentSha in passing, since it was a more roundabout way of
doing what headSha does, and headSha is more robust.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 921c0ff4a..315bd8055 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,8 @@ git-annex (5.2015022) UNRELEASED; urgency=medium (or '!') character. * Also potentially fixes encoding problem when embedding credentials that contain unicode characters. + * sync: Fix committing when in a direct mode repo that has no HEAD ref. + (For example, a newly checked out git submodule.) -- Joey Hess <id@joeyh.name> Thu, 19 Feb 2015 14:16:03 -0400 |