diff options
author | Joey Hess <joey@kitenet.net> | 2011-12-09 20:27:22 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-12-09 20:27:22 -0400 |
commit | fb8231f3a1eb67e61a7df0381dc82be2f0ca0417 (patch) | |
tree | a082bdf63554745c1fd31c9a4b5db9cbb99f483e /debian | |
parent | 4b3c4c0c2b88aa17a9b7822470e3e5dd2a3e7c2b (diff) |
sync: New command that synchronises the local repository and default remote, by running git commit, pull, and push for you.
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 1c27ad566..b481d9999 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ git-annex (3.20111204) UNRELEASED; urgency=low multiple different encrypted special remotes. * unannex: Can be run on files that have been added to the annex, but not yet committed. + * sync: New command that synchronises the local repository and default + remote, by running git commit, pull, and push for you. -- Joey Hess <joeyh@debian.org> Sun, 04 Dec 2011 12:22:37 -0400 |