Browse Source

documentation: move git(7) to git(1)

As the "git" man page describes the "git" command at the end-user
level, it seems better to move it to man section 1.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Christian Couder 17 years ago committed by Junio C Hamano
parent
commit
9e1f0a85c6
  1. 6
      Documentation/Makefile
  2. 2
      Documentation/git-add.txt
  3. 2
      Documentation/git-am.txt
  4. 2
      Documentation/git-annotate.txt
  5. 2
      Documentation/git-apply.txt
  6. 2
      Documentation/git-archimport.txt
  7. 2
      Documentation/git-archive.txt
  8. 2
      Documentation/git-bisect.txt
  9. 2
      Documentation/git-blame.txt
  10. 2
      Documentation/git-branch.txt
  11. 2
      Documentation/git-bundle.txt
  12. 2
      Documentation/git-cat-file.txt
  13. 2
      Documentation/git-check-attr.txt
  14. 2
      Documentation/git-check-ref-format.txt
  15. 2
      Documentation/git-checkout-index.txt
  16. 2
      Documentation/git-checkout.txt
  17. 2
      Documentation/git-cherry-pick.txt
  18. 2
      Documentation/git-cherry.txt
  19. 2
      Documentation/git-citool.txt
  20. 2
      Documentation/git-clean.txt
  21. 2
      Documentation/git-clone.txt
  22. 2
      Documentation/git-commit-tree.txt
  23. 2
      Documentation/git-commit.txt
  24. 2
      Documentation/git-config.txt
  25. 2
      Documentation/git-count-objects.txt
  26. 2
      Documentation/git-cvsexportcommit.txt
  27. 2
      Documentation/git-cvsimport.txt
  28. 2
      Documentation/git-cvsserver.txt
  29. 2
      Documentation/git-daemon.txt
  30. 2
      Documentation/git-describe.txt
  31. 2
      Documentation/git-diff-files.txt
  32. 2
      Documentation/git-diff-index.txt
  33. 2
      Documentation/git-diff-tree.txt
  34. 2
      Documentation/git-diff.txt
  35. 2
      Documentation/git-fast-export.txt
  36. 2
      Documentation/git-fast-import.txt
  37. 2
      Documentation/git-fetch-pack.txt
  38. 2
      Documentation/git-fetch.txt
  39. 2
      Documentation/git-filter-branch.txt
  40. 2
      Documentation/git-fmt-merge-msg.txt
  41. 2
      Documentation/git-format-patch.txt
  42. 2
      Documentation/git-fsck.txt
  43. 2
      Documentation/git-gc.txt
  44. 2
      Documentation/git-get-tar-commit-id.txt
  45. 2
      Documentation/git-grep.txt
  46. 2
      Documentation/git-gui.txt
  47. 2
      Documentation/git-hash-object.txt
  48. 4
      Documentation/git-help.txt
  49. 2
      Documentation/git-http-fetch.txt
  50. 2
      Documentation/git-http-push.txt
  51. 2
      Documentation/git-imap-send.txt
  52. 2
      Documentation/git-index-pack.txt
  53. 2
      Documentation/git-init.txt
  54. 2
      Documentation/git-instaweb.txt
  55. 2
      Documentation/git-log.txt
  56. 2
      Documentation/git-lost-found.txt
  57. 2
      Documentation/git-ls-files.txt
  58. 2
      Documentation/git-ls-remote.txt
  59. 2
      Documentation/git-ls-tree.txt
  60. 2
      Documentation/git-mailinfo.txt
  61. 2
      Documentation/git-mailsplit.txt
  62. 2
      Documentation/git-merge-base.txt
  63. 2
      Documentation/git-merge-file.txt
  64. 2
      Documentation/git-merge-index.txt
  65. 2
      Documentation/git-merge-one-file.txt
  66. 2
      Documentation/git-merge-tree.txt
  67. 2
      Documentation/git-merge.txt
  68. 2
      Documentation/git-mergetool.txt
  69. 2
      Documentation/git-mktag.txt
  70. 2
      Documentation/git-mktree.txt
  71. 2
      Documentation/git-mv.txt
  72. 2
      Documentation/git-name-rev.txt
  73. 2
      Documentation/git-pack-objects.txt
  74. 2
      Documentation/git-pack-redundant.txt
  75. 2
      Documentation/git-pack-refs.txt
  76. 2
      Documentation/git-parse-remote.txt
  77. 2
      Documentation/git-patch-id.txt
  78. 2
      Documentation/git-peek-remote.txt
  79. 2
      Documentation/git-prune-packed.txt
  80. 2
      Documentation/git-prune.txt
  81. 2
      Documentation/git-pull.txt
  82. 2
      Documentation/git-push.txt
  83. 2
      Documentation/git-quiltimport.txt
  84. 2
      Documentation/git-read-tree.txt
  85. 2
      Documentation/git-rebase.txt
  86. 2
      Documentation/git-receive-pack.txt
  87. 2
      Documentation/git-reflog.txt
  88. 2
      Documentation/git-relink.txt
  89. 2
      Documentation/git-remote.txt
  90. 2
      Documentation/git-repack.txt
  91. 2
      Documentation/git-request-pull.txt
  92. 2
      Documentation/git-rerere.txt
  93. 2
      Documentation/git-reset.txt
  94. 2
      Documentation/git-rev-list.txt
  95. 2
      Documentation/git-rev-parse.txt
  96. 2
      Documentation/git-revert.txt
  97. 2
      Documentation/git-rm.txt
  98. 2
      Documentation/git-send-email.txt
  99. 2
      Documentation/git-send-pack.txt
  100. 2
      Documentation/git-sh-setup.txt
  101. Some files were not shown because too many files have changed in this diff Show More

6
Documentation/Makefile

@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
MAN1_TXT= \
$(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \
$(wildcard git-*.txt)) \
gitk.txt
gitk.txt git.txt
MAN5_TXT=gitattributes.txt gitignore.txt gitmodules.txt githooks.txt \
gitrepository-layout.txt
MAN7_TXT=git.txt gitcli.txt gittutorial.txt gittutorial-2.txt \
MAN7_TXT=gitcli.txt gittutorial.txt gittutorial-2.txt \
gitcvs-migration.txt gitcore-tutorial.txt gitglossary.txt \
gitdiffcore.txt

@ -139,8 +139,6 @@ cmd-list.made: cmd-list.perl ../command-list.txt $(MAN1_TXT) @@ -139,8 +139,6 @@ cmd-list.made: cmd-list.perl ../command-list.txt $(MAN1_TXT)
$(PERL_PATH) ./cmd-list.perl ../command-list.txt
date >$@

git.7 git.html: git.txt

clean:
$(RM) *.xml *.xml+ *.html *.html+ *.1 *.5 *.7
$(RM) *.texi *.texi+ git.info gitman.info

2
Documentation/git-add.txt

@ -265,4 +265,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -265,4 +265,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-am.txt

@ -153,4 +153,4 @@ Documentation by Petr Baudis, Junio C Hamano and the git-list <git@vger.kernel.o @@ -153,4 +153,4 @@ Documentation by Petr Baudis, Junio C Hamano and the git-list <git@vger.kernel.o

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-annotate.txt

@ -28,4 +28,4 @@ Written by Ryan Anderson <ryan@michonline.com>. @@ -28,4 +28,4 @@ Written by Ryan Anderson <ryan@michonline.com>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-apply.txt

@ -206,4 +206,4 @@ Documentation by Junio C Hamano @@ -206,4 +206,4 @@ Documentation by Junio C Hamano

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-archimport.txt

@ -117,4 +117,4 @@ Documentation by Junio C Hamano, Martin Langhoff and the git-list <git@vger.kern @@ -117,4 +117,4 @@ Documentation by Junio C Hamano, Martin Langhoff and the git-list <git@vger.kern

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-archive.txt

@ -118,4 +118,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -118,4 +118,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-bisect.txt

@ -283,4 +283,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -283,4 +283,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-blame.txt

@ -192,4 +192,4 @@ Written by Junio C Hamano <junkio@cox.net> @@ -192,4 +192,4 @@ Written by Junio C Hamano <junkio@cox.net>

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-branch.txt

@ -209,4 +209,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -209,4 +209,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-bundle.txt

@ -171,4 +171,4 @@ Written by Mark Levedahl <mdl123@verizon.net> @@ -171,4 +171,4 @@ Written by Mark Levedahl <mdl123@verizon.net>

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-cat-file.txt

@ -103,4 +103,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -103,4 +103,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-check-attr.txt

@ -38,4 +38,4 @@ Documentation by James Bowes. @@ -38,4 +38,4 @@ Documentation by James Bowes.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-check-ref-format.txt

@ -52,4 +52,4 @@ refname expressions (see linkgit:git-rev-parse[1]). Namely: @@ -52,4 +52,4 @@ refname expressions (see linkgit:git-rev-parse[1]). Namely:

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-checkout-index.txt

@ -181,4 +181,4 @@ Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -181,4 +181,4 @@ Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-checkout.txt

@ -215,4 +215,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -215,4 +215,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-cherry-pick.txt

@ -78,4 +78,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -78,4 +78,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-cherry.txt

@ -72,4 +72,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -72,4 +72,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-citool.txt

@ -29,4 +29,4 @@ Documentation by Shawn O. Pearce <spearce@spearce.org>. @@ -29,4 +29,4 @@ Documentation by Shawn O. Pearce <spearce@spearce.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-clean.txt

@ -54,4 +54,4 @@ Written by Pavel Roskin <proski@gnu.org> @@ -54,4 +54,4 @@ Written by Pavel Roskin <proski@gnu.org>

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-clone.txt

@ -205,4 +205,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -205,4 +205,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-commit-tree.txt

@ -103,4 +103,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -103,4 +103,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-commit.txt

@ -312,4 +312,4 @@ Junio C Hamano <junkio@cox.net> @@ -312,4 +312,4 @@ Junio C Hamano <junkio@cox.net>

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-config.txt

@ -334,4 +334,4 @@ Documentation by Johannes Schindelin, Petr Baudis and the git-list <git@vger.ker @@ -334,4 +334,4 @@ Documentation by Johannes Schindelin, Petr Baudis and the git-list <git@vger.ker

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-count-objects.txt

@ -34,4 +34,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -34,4 +34,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-cvsexportcommit.txt

@ -117,4 +117,4 @@ Documentation by Martin Langhoff <martin@catalyst.net.nz> and others. @@ -117,4 +117,4 @@ Documentation by Martin Langhoff <martin@catalyst.net.nz> and others.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-cvsimport.txt

@ -170,4 +170,4 @@ Documentation by Matthias Urlichs <smurf@smurf.noris.de>. @@ -170,4 +170,4 @@ Documentation by Matthias Urlichs <smurf@smurf.noris.de>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-cvsserver.txt

@ -352,4 +352,4 @@ Documentation by Martyn Smith <martyn@catalyst.net.nz>, Martin Langhoff <martin@ @@ -352,4 +352,4 @@ Documentation by Martyn Smith <martyn@catalyst.net.nz>, Martin Langhoff <martin@

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-daemon.txt

@ -272,4 +272,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -272,4 +272,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-describe.txt

@ -142,4 +142,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -142,4 +142,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-diff-files.txt

@ -54,4 +54,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -54,4 +54,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-diff-index.txt

@ -129,4 +129,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -129,4 +129,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-diff-tree.txt

@ -165,4 +165,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -165,4 +165,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-diff.txt

@ -168,4 +168,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -168,4 +168,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-fast-export.txt

@ -80,4 +80,4 @@ Documentation by Johannes E. Schindelin <johannes.schindelin@gmx.de>. @@ -80,4 +80,4 @@ Documentation by Johannes E. Schindelin <johannes.schindelin@gmx.de>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-fast-import.txt

@ -1119,4 +1119,4 @@ Documentation by Shawn O. Pearce <spearce@spearce.org>. @@ -1119,4 +1119,4 @@ Documentation by Shawn O. Pearce <spearce@spearce.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-fetch-pack.txt

@ -99,4 +99,4 @@ Documentation by Junio C Hamano. @@ -99,4 +99,4 @@ Documentation by Junio C Hamano.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-fetch.txt

@ -53,4 +53,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -53,4 +53,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-filter-branch.txt

@ -317,4 +317,4 @@ Documentation by Petr Baudis and the git list. @@ -317,4 +317,4 @@ Documentation by Petr Baudis and the git list.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-fmt-merge-msg.txt

@ -67,4 +67,4 @@ Documentation by Petr Baudis, Junio C Hamano and the git-list <git@vger.kernel.o @@ -67,4 +67,4 @@ Documentation by Petr Baudis, Junio C Hamano and the git-list <git@vger.kernel.o

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-format-patch.txt

@ -238,4 +238,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -238,4 +238,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-fsck.txt

@ -151,4 +151,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -151,4 +151,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-gc.txt

@ -132,4 +132,4 @@ Written by Shawn O. Pearce <spearce@spearce.org> @@ -132,4 +132,4 @@ Written by Shawn O. Pearce <spearce@spearce.org>

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-get-tar-commit-id.txt

@ -33,4 +33,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -33,4 +33,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-grep.txt

@ -145,4 +145,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -145,4 +145,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-gui.txt

@ -112,4 +112,4 @@ Documentation by Shawn O. Pearce <spearce@spearce.org>. @@ -112,4 +112,4 @@ Documentation by Shawn O. Pearce <spearce@spearce.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-hash-object.txt

@ -45,4 +45,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -45,4 +45,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

4
Documentation/git-help.txt

@ -172,10 +172,10 @@ Written by Junio C Hamano <gitster@pobox.com> and the git-list @@ -172,10 +172,10 @@ Written by Junio C Hamano <gitster@pobox.com> and the git-list

Documentation
-------------
Initial documentation was part of the linkgit:git[7] man page.
Initial documentation was part of the linkgit:git[1] man page.
Christian Couder <chriscool@tuxfamily.org> extracted and rewrote it a
little. Maintenance is done by the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-http-fetch.txt

@ -53,4 +53,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -53,4 +53,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-http-push.txt

@ -101,4 +101,4 @@ Documentation by Nick Hengeveld @@ -101,4 +101,4 @@ Documentation by Nick Hengeveld

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-imap-send.txt

@ -59,4 +59,4 @@ Documentation by Mike McCormack @@ -59,4 +59,4 @@ Documentation by Mike McCormack

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-index-pack.txt

@ -100,4 +100,4 @@ Documentation by Sergey Vlasov @@ -100,4 +100,4 @@ Documentation by Sergey Vlasov

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-init.txt

@ -122,4 +122,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -122,4 +122,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-instaweb.txt

@ -86,4 +86,4 @@ Documentation by Eric Wong <normalperson@yhbt.net>. @@ -86,4 +86,4 @@ Documentation by Eric Wong <normalperson@yhbt.net>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-log.txt

@ -112,4 +112,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -112,4 +112,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-lost-found.txt

@ -78,4 +78,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -78,4 +78,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-ls-files.txt

@ -192,4 +192,4 @@ Documentation by David Greaves, Junio C Hamano, Josh Triplett, and the git-list @@ -192,4 +192,4 @@ Documentation by David Greaves, Junio C Hamano, Josh Triplett, and the git-list

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-ls-remote.txt

@ -69,4 +69,4 @@ Written by Junio C Hamano <junkio@cox.net> @@ -69,4 +69,4 @@ Written by Junio C Hamano <junkio@cox.net>

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-ls-tree.txt

@ -91,4 +91,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list @@ -91,4 +91,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-mailinfo.txt

@ -66,4 +66,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -66,4 +66,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-mailsplit.txt

@ -55,4 +55,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -55,4 +55,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-merge-base.txt

@ -39,4 +39,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -39,4 +39,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-merge-file.txt

@ -89,4 +89,4 @@ with parts copied from the original documentation of RCS merge. @@ -89,4 +89,4 @@ with parts copied from the original documentation of RCS merge.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-merge-index.txt

@ -84,4 +84,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -84,4 +84,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

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

@ -26,4 +26,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -26,4 +26,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-merge-tree.txt

@ -33,4 +33,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -33,4 +33,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-merge.txt

@ -168,4 +168,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -168,4 +168,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-mergetool.txt

@ -70,4 +70,4 @@ Documentation by Theodore Y Ts'o. @@ -70,4 +70,4 @@ Documentation by Theodore Y Ts'o.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-mktag.txt

@ -43,4 +43,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -43,4 +43,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-mktree.txt

@ -31,4 +31,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -31,4 +31,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-mv.txt

@ -50,4 +50,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -50,4 +50,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-name-rev.txt

@ -75,4 +75,4 @@ Documentation by Johannes Schindelin. @@ -75,4 +75,4 @@ Documentation by Johannes Schindelin.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-pack-objects.txt

@ -208,4 +208,4 @@ linkgit:git-prune-packed[1] @@ -208,4 +208,4 @@ linkgit:git-prune-packed[1]

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-pack-redundant.txt

@ -54,4 +54,4 @@ linkgit:git-prune-packed[1] @@ -54,4 +54,4 @@ linkgit:git-prune-packed[1]

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-pack-refs.txt

@ -63,4 +63,4 @@ Written by Linus Torvalds <torvalds@osdl.org> @@ -63,4 +63,4 @@ Written by Linus Torvalds <torvalds@osdl.org>

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-parse-remote.txt

@ -47,4 +47,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -47,4 +47,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-patch-id.txt

@ -39,4 +39,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -39,4 +39,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-peek-remote.txt

@ -47,4 +47,4 @@ Documentation by Junio C Hamano. @@ -47,4 +47,4 @@ Documentation by Junio C Hamano.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-prune-packed.txt

@ -49,4 +49,4 @@ linkgit:git-repack[1] @@ -49,4 +49,4 @@ linkgit:git-repack[1]

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-prune.txt

@ -83,4 +83,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -83,4 +83,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-pull.txt

@ -203,4 +203,4 @@ Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -203,4 +203,4 @@ Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-push.txt

@ -200,4 +200,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -200,4 +200,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-quiltimport.txt

@ -57,4 +57,4 @@ Documentation by Eric Biederman <ebiederm@lnxi.com> @@ -57,4 +57,4 @@ Documentation by Eric Biederman <ebiederm@lnxi.com>

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-read-tree.txt

@ -361,4 +361,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel @@ -361,4 +361,4 @@ Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-rebase.txt

@ -401,4 +401,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -401,4 +401,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-receive-pack.txt

@ -162,4 +162,4 @@ Documentation by Junio C Hamano. @@ -162,4 +162,4 @@ Documentation by Junio C Hamano.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-reflog.txt

@ -102,4 +102,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -102,4 +102,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-relink.txt

@ -34,4 +34,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -34,4 +34,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-remote.txt

@ -146,4 +146,4 @@ Documentation by J. Bruce Fields and the git-list <git@vger.kernel.org>. @@ -146,4 +146,4 @@ Documentation by J. Bruce Fields and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-repack.txt

@ -129,4 +129,4 @@ linkgit:git-prune-packed[1] @@ -129,4 +129,4 @@ linkgit:git-prune-packed[1]

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-request-pull.txt

@ -36,4 +36,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -36,4 +36,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-rerere.txt

@ -208,4 +208,4 @@ Written by Junio C Hamano <junkio@cox.net> @@ -208,4 +208,4 @@ Written by Junio C Hamano <junkio@cox.net>

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-reset.txt

@ -203,4 +203,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -203,4 +203,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-rev-list.txt

@ -109,4 +109,4 @@ and the git-list <git@vger.kernel.org>. @@ -109,4 +109,4 @@ and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-rev-parse.txt

@ -417,4 +417,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -417,4 +417,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-revert.txt

@ -65,4 +65,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -65,4 +65,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-rm.txt

@ -107,4 +107,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -107,4 +107,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-send-email.txt

@ -241,4 +241,4 @@ Documentation by Ryan Anderson @@ -241,4 +241,4 @@ Documentation by Ryan Anderson

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-send-pack.txt

@ -125,4 +125,4 @@ Documentation by Junio C Hamano. @@ -125,4 +125,4 @@ Documentation by Junio C Hamano.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

2
Documentation/git-sh-setup.txt

@ -77,4 +77,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. @@ -77,4 +77,4 @@ Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.

GIT
---
Part of the linkgit:git[7] suite
Part of the linkgit:git[1] suite

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save