Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Johannes Schindelin 2006-08-29 13:02:35 +02:00 коммит произвёл Junio C Hamano
Родитель 104ff34a74
Коммит 28f5c70b85
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -1,7 +1,6 @@
#include "cache.h"
#include "refs.h"
#include "pkt-line.h"
#include <sys/wait.h>
static const char peek_remote_usage[] =
"git-peek-remote [--exec=upload-pack] [host:]directory";

Просмотреть файл

@ -2,7 +2,6 @@
#include "refs.h"
#include "pkt-line.h"
#include "run-command.h"
#include <sys/wait.h>
static const char receive_pack_usage[] = "git-receive-pack <git-dir>";