From: Rob Browning Date: Sun, 3 Apr 2016 16:48:55 +0000 (-0500) Subject: Reflect availability of experimental rm/gc in docs X-Git-Tag: 0.28-rc1~3 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=b30539f864d61492267d1645a0ab791ae5b64ce1 Reflect availability of experimental rm/gc in docs Signed-off-by: Rob Browning --- diff --git a/Documentation/bup-rm.md b/Documentation/bup-rm.md index a0382e1..12e733c 100644 --- a/Documentation/bup-rm.md +++ b/Documentation/bup-rm.md @@ -18,10 +18,9 @@ any storage space), but it may make it very difficult or impossible to refer to the deleted items, unless there are other references to them (e.g. tags). -A subsequent garbage collection, either by the forthcoming `bup gc` -command, or by a normal `git gc`, may permanently delete data that is -no longer reachable from the remaining branches or tags, and reclaim -the related storage space. +A subsequent garbage collection, either by a `bup gc`, or by a normal +`git gc`, may permanently delete data that is no longer reachable from +the remaining branches or tags, and reclaim the related storage space. NOTE: This is one of the few bup commands that modifies your archive in intentionally destructive ways. @@ -43,7 +42,7 @@ in intentionally destructive ways. # SEE ALSO -`bup-save`(1), `bup-fsck`(1), and `bup-tag`(1) +`bup-gc`(1), `bup-save`(1), `bup-fsck`(1), and `bup-tag`(1) # BUP diff --git a/HACKING b/HACKING index d1c655c..812e37a 100644 --- a/HACKING +++ b/HACKING @@ -23,8 +23,6 @@ Now that we've finished the 0.27 release, we're working on 0.28, and although we're not certain which new features will be included, here are likely candidates: - - Support for rm/gc. - - Support for transferring saves between repositories and rewriting branches.