diff options
author | Junio C Hamano <junkio@cox.net> | 2007-02-28 14:38:36 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-02-28 14:38:36 -0800 |
commit | 77b50ab009deab7f8eb703843a71ac7253b977c8 (patch) | |
tree | ce1cd978189ff7f50efbf8e6d41895e89b6a6e11 /Documentation/cmd-list.perl | |
parent | 1db8b60b2a6ef0cc0f7cc7d0783b7cda2ce894ca (diff) | |
parent | 64d99e9c5a4a3fb35d803894992764a6e288de5d (diff) | |
download | git-77b50ab009deab7f8eb703843a71ac7253b977c8.tar.gz |
Merge branch 'js/bundle'
* js/bundle:
bundle: reword missing prerequisite error message
git-bundle: record commit summary in the prerequisite data
git-bundle: fix 'create --all'
git-bundle: avoid fork() in verify_bundle()
git-bundle: assorted fixes
Add git-bundle: move objects and references by archive
Diffstat (limited to 'Documentation/cmd-list.perl')
-rwxr-xr-x | Documentation/cmd-list.perl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/cmd-list.perl b/Documentation/cmd-list.perl index a2d6268e2b..f61c77aa7c 100755 --- a/Documentation/cmd-list.perl +++ b/Documentation/cmd-list.perl @@ -70,6 +70,7 @@ git-archive mainporcelain git-bisect mainporcelain git-blame ancillaryinterrogators git-branch mainporcelain +git-bundle mainporcelain git-cat-file plumbinginterrogators git-checkout-index plumbingmanipulators git-checkout mainporcelain |