Browse Source

Remove the version tags from the manpages

Signed-off-by: Christian Meder <chris@absolutegiganten.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 19 years ago
parent
commit
98438bd0e8
  1. 1
      Documentation/cvs-migration.txt
  2. 1
      Documentation/git-apply.txt
  3. 1
      Documentation/git-cat-file.txt
  4. 1
      Documentation/git-checkout-index.txt
  5. 1
      Documentation/git-cherry-pick.txt
  6. 1
      Documentation/git-clone-pack.txt
  7. 1
      Documentation/git-clone.txt
  8. 1
      Documentation/git-commit-tree.txt
  9. 1
      Documentation/git-commit.txt
  10. 1
      Documentation/git-convert-objects.txt
  11. 1
      Documentation/git-cvsimport.txt
  12. 1
      Documentation/git-diff-files.txt
  13. 1
      Documentation/git-diff-index.txt
  14. 1
      Documentation/git-diff-stages.txt
  15. 1
      Documentation/git-diff-tree.txt
  16. 1
      Documentation/git-fetch-pack.txt
  17. 1
      Documentation/git-fetch.txt
  18. 1
      Documentation/git-fsck-objects.txt
  19. 1
      Documentation/git-grep.txt
  20. 1
      Documentation/git-hash-object.txt
  21. 1
      Documentation/git-http-fetch.txt
  22. 1
      Documentation/git-init-db.txt
  23. 1
      Documentation/git-local-fetch.txt
  24. 1
      Documentation/git-log.txt
  25. 1
      Documentation/git-ls-remote.txt
  26. 1
      Documentation/git-ls-tree.txt
  27. 1
      Documentation/git-merge-base.txt
  28. 1
      Documentation/git-merge-index.txt
  29. 1
      Documentation/git-merge-one-file.txt
  30. 1
      Documentation/git-merge.txt
  31. 1
      Documentation/git-mktag.txt
  32. 1
      Documentation/git-octopus.txt
  33. 1
      Documentation/git-pack-objects.txt
  34. 1
      Documentation/git-peek-remote.txt
  35. 1
      Documentation/git-prune-packed.txt
  36. 1
      Documentation/git-prune.txt
  37. 1
      Documentation/git-pull.txt
  38. 1
      Documentation/git-read-tree.txt
  39. 1
      Documentation/git-receive-pack.txt
  40. 1
      Documentation/git-rename.txt
  41. 1
      Documentation/git-repack.txt
  42. 1
      Documentation/git-resolve.txt
  43. 1
      Documentation/git-rev-list.txt
  44. 1
      Documentation/git-send-email.txt
  45. 1
      Documentation/git-send-pack.txt
  46. 1
      Documentation/git-shortlog.txt
  47. 1
      Documentation/git-show-branch.txt
  48. 1
      Documentation/git-show-index.txt
  49. 1
      Documentation/git-ssh-fetch.txt
  50. 1
      Documentation/git-ssh-upload.txt
  51. 1
      Documentation/git-status.txt
  52. 1
      Documentation/git-tar-tree.txt
  53. 1
      Documentation/git-unpack-file.txt
  54. 1
      Documentation/git-unpack-objects.txt
  55. 1
      Documentation/git-update-server-info.txt
  56. 1
      Documentation/git-upload-pack.txt
  57. 1
      Documentation/git-var.txt
  58. 1
      Documentation/git-verify-pack.txt
  59. 1
      Documentation/git-whatchanged.txt
  60. 1
      Documentation/git-write-tree.txt
  61. 1
      Documentation/git.txt
  62. 1
      Documentation/hooks.txt
  63. 1
      Documentation/repository-layout.txt
  64. 1
      Documentation/tutorial.txt

1
Documentation/cvs-migration.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
Git for CVS users
=================
v0.99.5, Aug 2005

Ok, so you're a CVS user. That's ok, it's a treatable condition, and the
first step to recovery is admitting you have a problem. The fact that

1
Documentation/git-apply.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-apply(1)
============
v0.1, June 2005

NAME
----

1
Documentation/git-cat-file.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-cat-file(1)
===============
v0.1, May 2005

NAME
----

1
Documentation/git-checkout-index.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-checkout-index(1)
=====================
v0.1, May 2005

NAME
----

1
Documentation/git-cherry-pick.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-cherry-pick(1)
==================
v0.99.5 Aug 2005

NAME
----

1
Documentation/git-clone-pack.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-clone-pack(1)
=================
v0.1, July 2005

NAME
----

1
Documentation/git-clone.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-clone(1)
============
v0.1, July 2005

NAME
----

1
Documentation/git-commit-tree.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-commit-tree(1)
==================
v0.1, May 2005

NAME
----

1
Documentation/git-commit.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-commit(1)
=============
v0.99.4, Aug 2005

NAME
----

1
Documentation/git-convert-objects.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-convert-objects(1)
======================
v0.1, May 2005

NAME
----

1
Documentation/git-cvsimport.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-cvsimport(1)
================
v0.1, July 2005

NAME
----

1
Documentation/git-diff-files.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-diff-files(1)
=================
v0.1, May 2005

NAME
----

1
Documentation/git-diff-index.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-diff-index(1)
=================
v0.1, May 2005

NAME
----

1
Documentation/git-diff-stages.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-diff-stages(1)
==================
v0.1, June 2005

NAME
----

1
Documentation/git-diff-tree.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-diff-tree(1)
================
v0.1, May 2005

NAME
----

1
Documentation/git-fetch-pack.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-fetch-pack(1)
=================
v0.1, July 2005

NAME
----

1
Documentation/git-fetch.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-fetch(1)
============
v0.99.5, Aug 2005

NAME
----

1
Documentation/git-fsck-objects.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-fsck-objects(1)
===================
v0.1, May 2005

NAME
----

1
Documentation/git-grep.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-grep(1)
===========
v0.99.6, Sep 2005

NAME
----

1
Documentation/git-hash-object.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-hash-object(1)
==================
v0.1, May 2005

NAME
----

1
Documentation/git-http-fetch.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-http-fetch(1)
=================
v0.1, May 2005

NAME
----

1
Documentation/git-init-db.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-init-db(1)
==============
v0.1, May 2005

NAME
----

1
Documentation/git-local-fetch.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-local-fetch(1)
==================
v0.1, May 2005

NAME
----

1
Documentation/git-log.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-log(1)
==========
v0.99.4, Aug 2005

NAME
----

1
Documentation/git-ls-remote.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-ls-remote(1)
================
v0.1, May 2005

NAME
----

1
Documentation/git-ls-tree.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-ls-tree(1)
==============
v0.1, May 2005

NAME
----

1
Documentation/git-merge-base.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-merge-base(1)
=================
v0.1, May 2005

NAME
----

1
Documentation/git-merge-index.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-merge-index(1)
==================
v0.1, May 2005

NAME
----

1
Documentation/git-merge-one-file.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-merge-one-file(1)
=====================
v0.99.4, Aug 2005

NAME
----

1
Documentation/git-merge.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-merge(1)
============
v0.99.6, Sep 2005

NAME
----

1
Documentation/git-mktag.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-mktag(1)
============
v0.1, May 2005

NAME
----

1
Documentation/git-octopus.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-octopus(1)
==============
v0.99.5, Aug 2005

NAME
----

1
Documentation/git-pack-objects.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-pack-objects(1)
===================
v0.1, July 2005

NAME
----

1
Documentation/git-peek-remote.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-peek-remote(1)
==================
v0.1, July 2005

NAME
----

1
Documentation/git-prune-packed.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-prune-packed(1)
=====================
v0.1, August 2005

NAME
----

1
Documentation/git-prune.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-prune(1)
============
v0.99.5, Aug 2005

NAME
----

1
Documentation/git-pull.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-pull(1)
===========
v0.99.4, Aug 2005

NAME
----

1
Documentation/git-read-tree.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-read-tree(1)
================
v0.1, May 2005

NAME
----

1
Documentation/git-receive-pack.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-receive-pack(1)
===================
v0.1, July 2005

NAME
----

1
Documentation/git-rename.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-rename(1)
=============
v0.1, May 2005

NAME
----

1
Documentation/git-repack.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-repack(1)
=============
v0.99.5, August 2005

NAME
----

1
Documentation/git-resolve.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-resolve(1)
==============
v0.99.5, Aug 2005

NAME
----

1
Documentation/git-rev-list.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-rev-list(1)
===============
v0.1, May 2005

NAME
----

1
Documentation/git-send-email.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-send-email(1)
=================
v0.1, July 2005

NAME
----

1
Documentation/git-send-pack.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-send-pack(1)
================
v0.1, July 2005

NAME
----

1
Documentation/git-shortlog.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-shortlog(1)
===============
v0.99.4, Aug 2005

NAME
----

1
Documentation/git-show-branch.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-show-branch(1)
==================
v0.99.5, Aug 2005

NAME
----

1
Documentation/git-show-index.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-show-index(1)
=================
v0.1, July 2005

NAME
----

1
Documentation/git-ssh-fetch.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-ssh-fetch(1)
================
v0.1, May 2005

NAME
----

1
Documentation/git-ssh-upload.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-ssh-upload(1)
=================
v0.1, Jun 2005

NAME
----

1
Documentation/git-status.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-status(1)
=============
v0.99.4, Aug 2005

NAME
----

1
Documentation/git-tar-tree.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-tar-tree(1)
===============
v0.1, May 2005

NAME
----

1
Documentation/git-unpack-file.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-unpack-file(1)
==================
v0.1, May 2005

NAME
----

1
Documentation/git-unpack-objects.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-unpack-objects(1)
=====================
v0.1, July 2005

NAME
----

1
Documentation/git-update-server-info.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-update-server-info(1)
=========================
v0.1, July 2005

NAME
----

1
Documentation/git-upload-pack.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-upload-pack(1)
==================
v0.1, July 2005

NAME
----

1
Documentation/git-var.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-var(1)
==========
v0.1, July 2005

NAME
----

1
Documentation/git-verify-pack.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-verify-pack(1)
==================
v0.1, June 2005

NAME
----

1
Documentation/git-whatchanged.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-whatchanged(1)
==================
v0.99.4, Aug 2005

NAME
----

1
Documentation/git-write-tree.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git-write-tree(1)
=================
v0.1, May 2005

NAME
----

1
Documentation/git.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
git(7)
======
v0.99.6, Sep 2005

NAME
----

1
Documentation/hooks.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
Hooks used by GIT
=================
v0.99.6, Sep 2005

Hooks are little scripts you can place in `$GIT_DIR/hooks`
directory to trigger action at certain points. When

1
Documentation/repository-layout.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
GIT repository layout
=====================
v0.99.5, Sep 2005

You may find these things in your git repository (`.git`
directory for a repository associated with your working tree, or

1
Documentation/tutorial.txt

@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
A short git tutorial
====================
v0.99.5, Aug 2005

Introduction
------------

Loading…
Cancel
Save