diff options
author | John Keeping <john@keeping.me.uk> | 2013-11-10 15:47:31 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-11-12 14:10:22 -0800 |
commit | 816b2c04c90ef7115581412f7b9552b848ebb6a9 (patch) | |
tree | 68e6b91f381fa9734a05ac47cb7558cea3f058d2 /.gitignore | |
parent | 7c4012812aa87a0cceb13b695e95e66d628516ec (diff) | |
download | git-816b2c04c90ef7115581412f7b9552b848ebb6a9.tar.gz |
peek-remote: remove deprecated alias of ls-remote
This has been deprecated since commit 87194d2 (Deprecate peek-remote,
2007-11-24), included in version 1.5.4.
Signed-off-by: John Keeping <john@keeping.me.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c141b2a01a..c2ad802ffb 100644 --- a/.gitignore +++ b/.gitignore @@ -104,7 +104,6 @@ /git-pack-refs /git-parse-remote /git-patch-id -/git-peek-remote /git-prune /git-prune-packed /git-pull |