]> arthur.barton.de Git - bup.git/commit - cmd/on-cmd.py
Add bup get; see the documentation for further information
authorRob Browning <rlb@defaultvalue.org>
Sun, 23 Mar 2014 17:41:06 +0000 (12:41 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 3 Mar 2019 23:44:19 +0000 (17:44 -0600)
commit2e4e894f4544bc16cda9511b84155b3d5643d5a8
tree73ed1197de709912b08b1f8a913c1982ce04c970
parent64022b137df32652ec100a283d6f2041ec2bfd12
Add bup get; see the documentation for further information

WARNING: this is a new EXPERIMENTAL command that can (intentionally)
modify your data in destructive ways.  Treat with caution.

Thanks to Karl Kiniger <karl.kiniger@med.ge.com> for helping track
down various bugs in earlier versions, and for noting that we might
want --verbose to be a little more effusive.  And thanks to Patryck
Rouleau <prouleau72@gmail.com> for suggesting improvements to the
documentation.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Documentation/bup-get.md [new file with mode: 0644]
Documentation/bup-on.md
Makefile
README.md
buptest.py
cmd/get-cmd.py [new file with mode: 0755]
cmd/on-cmd.py
lib/bup/git.py
t/git-cat-tree
t/test-get [new file with mode: 0755]
wvtest.py