]> arthur.barton.de Git - bup.git/commit
Add 'bup init' command.
authorAvery Pennarun <apenwarr@gmail.com>
Sun, 3 Jan 2010 04:58:45 +0000 (23:58 -0500)
committerAvery Pennarun <apenwarr@gmail.com>
Sun, 3 Jan 2010 04:59:25 +0000 (23:59 -0500)
commit2dcfb2ad43cb5f9e4989cb5d9549a7fd9e565bf6
treeb0880504a641385ba4d016ceba421952719b887e
parent6fb82a736b849f404dc4cc339f96adcc273afd1b
Add 'bup init' command.

Basically an alias for git init, but uses BUP_DIR instead of GIT_DIR
environment variable.
.gitignore
Makefile
cmd-init.py [new file with mode: 0755]
git.py