summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-10-10 14:49:52 -0700
committerJunio C Hamano <junkio@cox.net>2005-10-10 14:49:52 -0700
commit98438bd0e893c23186fb82ea8b04964c0f1ef9d1 (patch)
tree3023463d01a111933f37c7b84f4633f00cf7fcae
parentf336af1711f86e8b00e85eec3b3f73f7a8e4bed0 (diff)
downloadgit-98438bd0e893c23186fb82ea8b04964c0f1ef9d1.tar.gz
Remove the version tags from the manpages
Signed-off-by: Christian Meder <chris@absolutegiganten.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
-rw-r--r--Documentation/cvs-migration.txt1
-rw-r--r--Documentation/git-apply.txt1
-rw-r--r--Documentation/git-cat-file.txt1
-rw-r--r--Documentation/git-checkout-index.txt1
-rw-r--r--Documentation/git-cherry-pick.txt1
-rw-r--r--Documentation/git-clone-pack.txt1
-rw-r--r--Documentation/git-clone.txt1
-rw-r--r--Documentation/git-commit-tree.txt1
-rw-r--r--Documentation/git-commit.txt1
-rw-r--r--Documentation/git-convert-objects.txt1
-rw-r--r--Documentation/git-cvsimport.txt1
-rw-r--r--Documentation/git-diff-files.txt1
-rw-r--r--Documentation/git-diff-index.txt1
-rw-r--r--Documentation/git-diff-stages.txt1
-rw-r--r--Documentation/git-diff-tree.txt1
-rw-r--r--Documentation/git-fetch-pack.txt1
-rw-r--r--Documentation/git-fetch.txt1
-rw-r--r--Documentation/git-fsck-objects.txt1
-rw-r--r--Documentation/git-grep.txt1
-rw-r--r--Documentation/git-hash-object.txt1
-rw-r--r--Documentation/git-http-fetch.txt1
-rw-r--r--Documentation/git-init-db.txt1
-rw-r--r--Documentation/git-local-fetch.txt1
-rw-r--r--Documentation/git-log.txt1
-rw-r--r--Documentation/git-ls-remote.txt1
-rw-r--r--Documentation/git-ls-tree.txt1
-rw-r--r--Documentation/git-merge-base.txt1
-rw-r--r--Documentation/git-merge-index.txt1
-rw-r--r--Documentation/git-merge-one-file.txt1
-rw-r--r--Documentation/git-merge.txt1
-rw-r--r--Documentation/git-mktag.txt1
-rw-r--r--Documentation/git-octopus.txt1
-rw-r--r--Documentation/git-pack-objects.txt1
-rw-r--r--Documentation/git-peek-remote.txt1
-rw-r--r--Documentation/git-prune-packed.txt1
-rw-r--r--Documentation/git-prune.txt1
-rw-r--r--Documentation/git-pull.txt1
-rw-r--r--Documentation/git-read-tree.txt1
-rw-r--r--Documentation/git-receive-pack.txt1
-rw-r--r--Documentation/git-rename.txt1
-rw-r--r--Documentation/git-repack.txt1
-rw-r--r--Documentation/git-resolve.txt1
-rw-r--r--Documentation/git-rev-list.txt1
-rw-r--r--Documentation/git-send-email.txt1
-rw-r--r--Documentation/git-send-pack.txt1
-rw-r--r--Documentation/git-shortlog.txt1
-rw-r--r--Documentation/git-show-branch.txt1
-rw-r--r--Documentation/git-show-index.txt1
-rw-r--r--Documentation/git-ssh-fetch.txt1
-rw-r--r--Documentation/git-ssh-upload.txt1
-rw-r--r--Documentation/git-status.txt1
-rw-r--r--Documentation/git-tar-tree.txt1
-rw-r--r--Documentation/git-unpack-file.txt1
-rw-r--r--Documentation/git-unpack-objects.txt1
-rw-r--r--Documentation/git-update-server-info.txt1
-rw-r--r--Documentation/git-upload-pack.txt1
-rw-r--r--Documentation/git-var.txt1
-rw-r--r--Documentation/git-verify-pack.txt1
-rw-r--r--Documentation/git-whatchanged.txt1
-rw-r--r--Documentation/git-write-tree.txt1
-rw-r--r--Documentation/git.txt1
-rw-r--r--Documentation/hooks.txt1
-rw-r--r--Documentation/repository-layout.txt1
-rw-r--r--Documentation/tutorial.txt1
64 files changed, 0 insertions, 64 deletions
diff --git a/Documentation/cvs-migration.txt b/Documentation/cvs-migration.txt
index 4361278dab..02bdd6f446 100644
--- a/Documentation/cvs-migration.txt
+++ b/Documentation/cvs-migration.txt
@@ -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
diff --git a/Documentation/git-apply.txt b/Documentation/git-apply.txt
index e095f93c08..5e157ac7cd 100644
--- a/Documentation/git-apply.txt
+++ b/Documentation/git-apply.txt
@@ -1,6 +1,5 @@
git-apply(1)
============
-v0.1, June 2005
NAME
----
diff --git a/Documentation/git-cat-file.txt b/Documentation/git-cat-file.txt
index f21a6e06aa..ab4dcae21c 100644
--- a/Documentation/git-cat-file.txt
+++ b/Documentation/git-cat-file.txt
@@ -1,6 +1,5 @@
git-cat-file(1)
===============
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-checkout-index.txt b/Documentation/git-checkout-index.txt
index 1ba6fb2d9c..613dfabe71 100644
--- a/Documentation/git-checkout-index.txt
+++ b/Documentation/git-checkout-index.txt
@@ -1,6 +1,5 @@
git-checkout-index(1)
=====================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-cherry-pick.txt b/Documentation/git-cherry-pick.txt
index 8462e06853..26e0467797 100644
--- a/Documentation/git-cherry-pick.txt
+++ b/Documentation/git-cherry-pick.txt
@@ -1,6 +1,5 @@
git-cherry-pick(1)
==================
-v0.99.5 Aug 2005
NAME
----
diff --git a/Documentation/git-clone-pack.txt b/Documentation/git-clone-pack.txt
index a7868e53d7..1fb5280772 100644
--- a/Documentation/git-clone-pack.txt
+++ b/Documentation/git-clone-pack.txt
@@ -1,6 +1,5 @@
git-clone-pack(1)
=================
-v0.1, July 2005
NAME
----
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index 7d713c7385..5b8c6e8be3 100644
--- a/Documentation/git-clone.txt
+++ b/Documentation/git-clone.txt
@@ -1,6 +1,5 @@
git-clone(1)
============
-v0.1, July 2005
NAME
----
diff --git a/Documentation/git-commit-tree.txt b/Documentation/git-commit-tree.txt
index 9aba868fa4..d9b0ab0717 100644
--- a/Documentation/git-commit-tree.txt
+++ b/Documentation/git-commit-tree.txt
@@ -1,6 +1,5 @@
git-commit-tree(1)
==================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-commit.txt b/Documentation/git-commit.txt
index 790a8eb0dd..236f7c4f32 100644
--- a/Documentation/git-commit.txt
+++ b/Documentation/git-commit.txt
@@ -1,6 +1,5 @@
git-commit(1)
=============
-v0.99.4, Aug 2005
NAME
----
diff --git a/Documentation/git-convert-objects.txt b/Documentation/git-convert-objects.txt
index 6ce62dc672..e6bda270cd 100644
--- a/Documentation/git-convert-objects.txt
+++ b/Documentation/git-convert-objects.txt
@@ -1,6 +1,5 @@
git-convert-objects(1)
======================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-cvsimport.txt b/Documentation/git-cvsimport.txt
index b5753a46dc..4cae8b85b8 100644
--- a/Documentation/git-cvsimport.txt
+++ b/Documentation/git-cvsimport.txt
@@ -1,6 +1,5 @@
git-cvsimport(1)
================
-v0.1, July 2005
NAME
----
diff --git a/Documentation/git-diff-files.txt b/Documentation/git-diff-files.txt
index eb9fb74259..e3873888f2 100644
--- a/Documentation/git-diff-files.txt
+++ b/Documentation/git-diff-files.txt
@@ -1,6 +1,5 @@
git-diff-files(1)
=================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-diff-index.txt b/Documentation/git-diff-index.txt
index 8b6a953c03..2fc3eed710 100644
--- a/Documentation/git-diff-index.txt
+++ b/Documentation/git-diff-index.txt
@@ -1,6 +1,5 @@
git-diff-index(1)
=================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-diff-stages.txt b/Documentation/git-diff-stages.txt
index 276d7bdc43..28c60fc7e4 100644
--- a/Documentation/git-diff-stages.txt
+++ b/Documentation/git-diff-stages.txt
@@ -1,6 +1,5 @@
git-diff-stages(1)
==================
-v0.1, June 2005
NAME
----
diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt
index 339a92287a..dcfb9e18c7 100644
--- a/Documentation/git-diff-tree.txt
+++ b/Documentation/git-diff-tree.txt
@@ -1,6 +1,5 @@
git-diff-tree(1)
================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-fetch-pack.txt b/Documentation/git-fetch-pack.txt
index 1d281820cf..a996b8f4f3 100644
--- a/Documentation/git-fetch-pack.txt
+++ b/Documentation/git-fetch-pack.txt
@@ -1,6 +1,5 @@
git-fetch-pack(1)
=================
-v0.1, July 2005
NAME
----
diff --git a/Documentation/git-fetch.txt b/Documentation/git-fetch.txt
index 1fa9f4dbf4..c0b5aac5f2 100644
--- a/Documentation/git-fetch.txt
+++ b/Documentation/git-fetch.txt
@@ -1,6 +1,5 @@
git-fetch(1)
============
-v0.99.5, Aug 2005
NAME
----
diff --git a/Documentation/git-fsck-objects.txt b/Documentation/git-fsck-objects.txt
index ba251a5152..8f76acf161 100644
--- a/Documentation/git-fsck-objects.txt
+++ b/Documentation/git-fsck-objects.txt
@@ -1,6 +1,5 @@
git-fsck-objects(1)
===================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-grep.txt b/Documentation/git-grep.txt
index 5f082167c1..0175793483 100644
--- a/Documentation/git-grep.txt
+++ b/Documentation/git-grep.txt
@@ -1,6 +1,5 @@
git-grep(1)
===========
-v0.99.6, Sep 2005
NAME
----
diff --git a/Documentation/git-hash-object.txt b/Documentation/git-hash-object.txt
index 935cc66b38..9239f11135 100644
--- a/Documentation/git-hash-object.txt
+++ b/Documentation/git-hash-object.txt
@@ -1,6 +1,5 @@
git-hash-object(1)
==================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-http-fetch.txt b/Documentation/git-http-fetch.txt
index c034272568..d7b5919e1b 100644
--- a/Documentation/git-http-fetch.txt
+++ b/Documentation/git-http-fetch.txt
@@ -1,6 +1,5 @@
git-http-fetch(1)
=================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-init-db.txt b/Documentation/git-init-db.txt
index ef2d04a612..ef1826ae67 100644
--- a/Documentation/git-init-db.txt
+++ b/Documentation/git-init-db.txt
@@ -1,6 +1,5 @@
git-init-db(1)
==============
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-local-fetch.txt b/Documentation/git-local-fetch.txt
index ccf9735924..afd400a8af 100644
--- a/Documentation/git-local-fetch.txt
+++ b/Documentation/git-local-fetch.txt
@@ -1,6 +1,5 @@
git-local-fetch(1)
==================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index 2a0e5aceab..16f48295c2 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt
@@ -1,6 +1,5 @@
git-log(1)
==========
-v0.99.4, Aug 2005
NAME
----
diff --git a/Documentation/git-ls-remote.txt b/Documentation/git-ls-remote.txt
index 89bd609d65..c0a80d4089 100644
--- a/Documentation/git-ls-remote.txt
+++ b/Documentation/git-ls-remote.txt
@@ -1,6 +1,5 @@
git-ls-remote(1)
================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-ls-tree.txt b/Documentation/git-ls-tree.txt
index 0d159fd5cc..cdc5654a99 100644
--- a/Documentation/git-ls-tree.txt
+++ b/Documentation/git-ls-tree.txt
@@ -1,6 +1,5 @@
git-ls-tree(1)
==============
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-merge-base.txt b/Documentation/git-merge-base.txt
index e4692163ea..d1d56f194a 100644
--- a/Documentation/git-merge-base.txt
+++ b/Documentation/git-merge-base.txt
@@ -1,6 +1,5 @@
git-merge-base(1)
=================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-merge-index.txt b/Documentation/git-merge-index.txt
index 5caee90adc..d072fdaa4f 100644
--- a/Documentation/git-merge-index.txt
+++ b/Documentation/git-merge-index.txt
@@ -1,6 +1,5 @@
git-merge-index(1)
==================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-merge-one-file.txt b/Documentation/git-merge-one-file.txt
index 712739777b..86aad37c6a 100644
--- a/Documentation/git-merge-one-file.txt
+++ b/Documentation/git-merge-one-file.txt
@@ -1,6 +1,5 @@
git-merge-one-file(1)
=====================
-v0.99.4, Aug 2005
NAME
----
diff --git a/Documentation/git-merge.txt b/Documentation/git-merge.txt
index dca363dd5e..a007a8b15a 100644
--- a/Documentation/git-merge.txt
+++ b/Documentation/git-merge.txt
@@ -1,6 +1,5 @@
git-merge(1)
============
-v0.99.6, Sep 2005
NAME
----
diff --git a/Documentation/git-mktag.txt b/Documentation/git-mktag.txt
index 44ed4b5408..2860a3d1ba 100644
--- a/Documentation/git-mktag.txt
+++ b/Documentation/git-mktag.txt
@@ -1,6 +1,5 @@
git-mktag(1)
============
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-octopus.txt b/Documentation/git-octopus.txt
index 881c317ac5..6e32ea347c 100644
--- a/Documentation/git-octopus.txt
+++ b/Documentation/git-octopus.txt
@@ -1,6 +1,5 @@
git-octopus(1)
==============
-v0.99.5, Aug 2005
NAME
----
diff --git a/Documentation/git-pack-objects.txt b/Documentation/git-pack-objects.txt
index 44aba940d7..694c787df1 100644
--- a/Documentation/git-pack-objects.txt
+++ b/Documentation/git-pack-objects.txt
@@ -1,6 +1,5 @@
git-pack-objects(1)
===================
-v0.1, July 2005
NAME
----
diff --git a/Documentation/git-peek-remote.txt b/Documentation/git-peek-remote.txt
index c1527f1bcf..bd5a8817c3 100644
--- a/Documentation/git-peek-remote.txt
+++ b/Documentation/git-peek-remote.txt
@@ -1,6 +1,5 @@
git-peek-remote(1)
==================
-v0.1, July 2005
NAME
----
diff --git a/Documentation/git-prune-packed.txt b/Documentation/git-prune-packed.txt
index 5c48a0937a..28a1500d39 100644
--- a/Documentation/git-prune-packed.txt
+++ b/Documentation/git-prune-packed.txt
@@ -1,6 +1,5 @@
git-prune-packed(1)
=====================
-v0.1, August 2005
NAME
----
diff --git a/Documentation/git-prune.txt b/Documentation/git-prune.txt
index d1676cbfc8..3367c9b214 100644
--- a/Documentation/git-prune.txt
+++ b/Documentation/git-prune.txt
@@ -1,6 +1,5 @@
git-prune(1)
============
-v0.99.5, Aug 2005
NAME
----
diff --git a/Documentation/git-pull.txt b/Documentation/git-pull.txt
index c35d2eb54c..952779292b 100644
--- a/Documentation/git-pull.txt
+++ b/Documentation/git-pull.txt
@@ -1,6 +1,5 @@
git-pull(1)
===========
-v0.99.4, Aug 2005
NAME
----
diff --git a/Documentation/git-read-tree.txt b/Documentation/git-read-tree.txt
index 5653baccaf..7db5fb5795 100644
--- a/Documentation/git-read-tree.txt
+++ b/Documentation/git-read-tree.txt
@@ -1,6 +1,5 @@
git-read-tree(1)
================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-receive-pack.txt b/Documentation/git-receive-pack.txt
index fb4b76b6c2..8afde14373 100644
--- a/Documentation/git-receive-pack.txt
+++ b/Documentation/git-receive-pack.txt
@@ -1,6 +1,5 @@
git-receive-pack(1)
===================
-v0.1, July 2005
NAME
----
diff --git a/Documentation/git-rename.txt b/Documentation/git-rename.txt
index 21928dc071..583cb0315e 100644
--- a/Documentation/git-rename.txt
+++ b/Documentation/git-rename.txt
@@ -1,6 +1,5 @@
git-rename(1)
=============
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-repack.txt b/Documentation/git-repack.txt
index bd830ada27..0c1ae49ed7 100644
--- a/Documentation/git-repack.txt
+++ b/Documentation/git-repack.txt
@@ -1,6 +1,5 @@
git-repack(1)
=============
-v0.99.5, August 2005
NAME
----
diff --git a/Documentation/git-resolve.txt b/Documentation/git-resolve.txt
index 7d3eb79033..db38e2407a 100644
--- a/Documentation/git-resolve.txt
+++ b/Documentation/git-resolve.txt
@@ -1,6 +1,5 @@
git-resolve(1)
==============
-v0.99.5, Aug 2005
NAME
----
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt
index f386a3a79b..7dbb7c6607 100644
--- a/Documentation/git-rev-list.txt
+++ b/Documentation/git-rev-list.txt
@@ -1,6 +1,5 @@
git-rev-list(1)
===============
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-send-email.txt b/Documentation/git-send-email.txt
index b95e33db52..b9bec55e53 100644
--- a/Documentation/git-send-email.txt
+++ b/Documentation/git-send-email.txt
@@ -1,6 +1,5 @@
git-send-email(1)
=================
-v0.1, July 2005
NAME
----
diff --git a/Documentation/git-send-pack.txt b/Documentation/git-send-pack.txt
index 219dfc2ef6..577f06a214 100644
--- a/Documentation/git-send-pack.txt
+++ b/Documentation/git-send-pack.txt
@@ -1,6 +1,5 @@
git-send-pack(1)
================
-v0.1, July 2005
NAME
----
diff --git a/Documentation/git-shortlog.txt b/Documentation/git-shortlog.txt
index a852e9b865..696a4245b5 100644
--- a/Documentation/git-shortlog.txt
+++ b/Documentation/git-shortlog.txt
@@ -1,6 +1,5 @@
git-shortlog(1)
===============
-v0.99.4, Aug 2005
NAME
----
diff --git a/Documentation/git-show-branch.txt b/Documentation/git-show-branch.txt
index 5b80d5aa2a..32da5ba330 100644
--- a/Documentation/git-show-branch.txt
+++ b/Documentation/git-show-branch.txt
@@ -1,6 +1,5 @@
git-show-branch(1)
==================
-v0.99.5, Aug 2005
NAME
----
diff --git a/Documentation/git-show-index.txt b/Documentation/git-show-index.txt
index 72720ada22..9605d676b0 100644
--- a/Documentation/git-show-index.txt
+++ b/Documentation/git-show-index.txt
@@ -1,6 +1,5 @@
git-show-index(1)
=================
-v0.1, July 2005
NAME
----
diff --git a/Documentation/git-ssh-fetch.txt b/Documentation/git-ssh-fetch.txt
index e3887ace09..b7116b30e0 100644
--- a/Documentation/git-ssh-fetch.txt
+++ b/Documentation/git-ssh-fetch.txt
@@ -1,6 +1,5 @@
git-ssh-fetch(1)
================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-ssh-upload.txt b/Documentation/git-ssh-upload.txt
index b625019812..702674e45d 100644
--- a/Documentation/git-ssh-upload.txt
+++ b/Documentation/git-ssh-upload.txt
@@ -1,6 +1,5 @@
git-ssh-upload(1)
=================
-v0.1, Jun 2005
NAME
----
diff --git a/Documentation/git-status.txt b/Documentation/git-status.txt
index 6d49a5aa0d..89a4f38203 100644
--- a/Documentation/git-status.txt
+++ b/Documentation/git-status.txt
@@ -1,6 +1,5 @@
git-status(1)
=============
-v0.99.4, Aug 2005
NAME
----
diff --git a/Documentation/git-tar-tree.txt b/Documentation/git-tar-tree.txt
index 480a0cf0ba..2139b6ff8c 100644
--- a/Documentation/git-tar-tree.txt
+++ b/Documentation/git-tar-tree.txt
@@ -1,6 +1,5 @@
git-tar-tree(1)
===============
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-unpack-file.txt b/Documentation/git-unpack-file.txt
index 3903b2d99b..213dc8196b 100644
--- a/Documentation/git-unpack-file.txt
+++ b/Documentation/git-unpack-file.txt
@@ -1,6 +1,5 @@
git-unpack-file(1)
==================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git-unpack-objects.txt b/Documentation/git-unpack-objects.txt
index 9b982d996f..b716ba1ad3 100644
--- a/Documentation/git-unpack-objects.txt
+++ b/Documentation/git-unpack-objects.txt
@@ -1,6 +1,5 @@
git-unpack-objects(1)
=====================
-v0.1, July 2005
NAME
----
diff --git a/Documentation/git-update-server-info.txt b/Documentation/git-update-server-info.txt
index 2efd5400a7..3d0dea07fb 100644
--- a/Documentation/git-update-server-info.txt
+++ b/Documentation/git-update-server-info.txt
@@ -1,6 +1,5 @@
git-update-server-info(1)
=========================
-v0.1, July 2005
NAME
----
diff --git a/Documentation/git-upload-pack.txt b/Documentation/git-upload-pack.txt
index 98815b6a10..3d8f8ef667 100644
--- a/Documentation/git-upload-pack.txt
+++ b/Documentation/git-upload-pack.txt
@@ -1,6 +1,5 @@
git-upload-pack(1)
==================
-v0.1, July 2005
NAME
----
diff --git a/Documentation/git-var.txt b/Documentation/git-var.txt
index c1c7172088..c22d34f5fb 100644
--- a/Documentation/git-var.txt
+++ b/Documentation/git-var.txt
@@ -1,6 +1,5 @@
git-var(1)
==========
-v0.1, July 2005
NAME
----
diff --git a/Documentation/git-verify-pack.txt b/Documentation/git-verify-pack.txt
index b100aa765a..9b3946614f 100644
--- a/Documentation/git-verify-pack.txt
+++ b/Documentation/git-verify-pack.txt
@@ -1,6 +1,5 @@
git-verify-pack(1)
==================
-v0.1, June 2005
NAME
----
diff --git a/Documentation/git-whatchanged.txt b/Documentation/git-whatchanged.txt
index 056a9697c6..118a3fdb9e 100644
--- a/Documentation/git-whatchanged.txt
+++ b/Documentation/git-whatchanged.txt
@@ -1,6 +1,5 @@
git-whatchanged(1)
==================
-v0.99.4, Aug 2005
NAME
----
diff --git a/Documentation/git-write-tree.txt b/Documentation/git-write-tree.txt
index 71e16d128a..51be44d1f2 100644
--- a/Documentation/git-write-tree.txt
+++ b/Documentation/git-write-tree.txt
@@ -1,6 +1,5 @@
git-write-tree(1)
=================
-v0.1, May 2005
NAME
----
diff --git a/Documentation/git.txt b/Documentation/git.txt
index e141021279..f8dd76ac24 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -1,6 +1,5 @@
git(7)
======
-v0.99.6, Sep 2005
NAME
----
diff --git a/Documentation/hooks.txt b/Documentation/hooks.txt
index 57f4720871..c324e17db0 100644
--- a/Documentation/hooks.txt
+++ b/Documentation/hooks.txt
@@ -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
diff --git a/Documentation/repository-layout.txt b/Documentation/repository-layout.txt
index d20fa80d87..352253555f 100644
--- a/Documentation/repository-layout.txt
+++ b/Documentation/repository-layout.txt
@@ -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
diff --git a/Documentation/tutorial.txt b/Documentation/tutorial.txt
index 36f42e051c..619acc48bb 100644
--- a/Documentation/tutorial.txt
+++ b/Documentation/tutorial.txt
@@ -1,6 +1,5 @@
A short git tutorial
====================
-v0.99.5, Aug 2005
Introduction
------------