summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <id@joeyh.name>2014-12-03 13:38:20 -0400
committerGravatar Joey Hess <id@joeyh.name>2014-12-03 13:38:20 -0400
commit1d956fc3620a77aa5acc487744c02489a9d3b0b6 (patch)
tree9c7c98216e5636d30368f152f1792735fdeb0515
parent2da903f537fff3f4d53a23f4a41e501e8540b41a (diff)
reorder
-rw-r--r--debian/changelog14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/changelog b/debian/changelog
index 5080112f0..a747ea277 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,23 +1,23 @@
git-annex (5.20141126) UNRELEASED; urgency=medium
- * pre-commit: Block partial commit of unlocked annexed file, since
- that left a typechange staged in index due to some infelicity of git's
- handling of partial commits.
* proxy: New command for direct mode repositories, allows bypassing
the direct mode guard in a safe way to do all sorts of things
including git revert, git mv, git checkout ...
* undo: New command to undo the most recent change to a file
or to the contents of a directory.
* Add undo action to nautilus and konqueror integration.
- * Work around behavior change in lsof 4.88's -F output format.
- * Debian package is now maintained by Gergely Nagy.
- * Windows: Remove Alt+A keyboard shortcut, which turns out to have scope
- outside the menus.
* diffdriver: New git-annex command, to make git external diff drivers
work with annexed files.
+ * pre-commit: Block partial commit of unlocked annexed file, since
+ that left a typechange staged in index due to some infelicity of git's
+ handling of partial commits.
+ * Work around behavior change in lsof 4.88's -F output format.
* Don't show "(gpg)" when decrypting the remote encryption cipher,
since this could be taken to read that's the only time git-annex
runs gpg, which is not the case.
+ * Debian package is now maintained by Gergely Nagy.
+ * Windows: Remove Alt+A keyboard shortcut, which turns out to have scope
+ outside the menus.
* Windows: Install ssh and other bundled programs to Git/cmd,
instead of Git/bin, since the latter is not in the default msysgit PATH.