]> arthur.barton.de Git - bup.git/commit
'bup join' now takes objects on the command line and handles commitids.
authorAvery Pennarun <apenwarr@gmail.com>
Fri, 1 Jan 2010 02:59:30 +0000 (21:59 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Fri, 1 Jan 2010 03:04:42 +0000 (22:04 -0500)
commit8e0484c02148970c77f5b5c59e33bf66f87de0e7
tree2ba2e8f87e5dbfa276df76f6b58e036703c106b9
parent3d87095b72c90482538dd4bc5d1f00745a4562fd
'bup join' now takes objects on the command line and handles commitids.

It converts commitids directly into trees and cats the entire tree
recursively.

If no ids are provided on the command line, it reverts back to reading the
list of objects from stdin.
Makefile
cmd-join.sh