diff options
author | Junio C Hamano <gitster@pobox.com> | 2013-12-12 14:18:33 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-12-12 14:18:34 -0800 |
commit | 577aed296a8d6dbc0747982c0a7d14bf543c67fa (patch) | |
tree | b6fc45e7978010be15f34646dacb7cac1bd2fbe5 /.gitignore | |
parent | df5f0ad2519b0951c127f3b38a9884862586cc83 (diff) | |
parent | 15a42a10ec71eb18983750562a2a8a43b224fef0 (diff) | |
download | git-577aed296a8d6dbc0747982c0a7d14bf543c67fa.tar.gz |
Merge branch 'jk/remove-deprecated'
* jk/remove-deprecated:
stop installing git-tar-tree link
peek-remote: remove deprecated alias of ls-remote
lost-found: remove deprecated command
tar-tree: remove deprecated command
repo-config: remove deprecated alias for "git config"
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index a78367c17f..b5f9defed3 100644 --- a/.gitignore +++ b/.gitignore @@ -76,7 +76,6 @@ /git-init-db /git-instaweb /git-log -/git-lost-found /git-ls-files /git-ls-remote /git-ls-tree @@ -106,7 +105,6 @@ /git-pack-refs /git-parse-remote /git-patch-id -/git-peek-remote /git-prune /git-prune-packed /git-pull @@ -132,7 +130,6 @@ /git-remote-testsvn /git-repack /git-replace -/git-repo-config /git-request-pull /git-rerere /git-reset @@ -160,7 +157,6 @@ /git-svn /git-symbolic-ref /git-tag -/git-tar-tree /git-unpack-file /git-unpack-objects /git-update-index |