diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-18 15:53:37 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-18 15:53:37 -0800 |
commit | c3f0baacadbd7b5710052213a2ec3cdd5b77bb6e (patch) | |
tree | 5f79fc30175a5a28a7dbb0ea9ff3893ab2dcdc42 /Documentation/cmds-ancillarymanipulators.txt | |
parent | 377e81392f9c76b8d60499a42256efafc1992309 (diff) | |
download | git-c3f0baacadbd7b5710052213a2ec3cdd5b77bb6e.tar.gz |
Documentation: sync git.txt command list and manual page title
Also reorders a handful entries to make each list sorted
alphabetically.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/cmds-ancillarymanipulators.txt')
-rw-r--r-- | Documentation/cmds-ancillarymanipulators.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/cmds-ancillarymanipulators.txt b/Documentation/cmds-ancillarymanipulators.txt index c3b4a5ee41..638a132aed 100644 --- a/Documentation/cmds-ancillarymanipulators.txt +++ b/Documentation/cmds-ancillarymanipulators.txt @@ -2,17 +2,17 @@ gitlink:git-applypatch[1]:: Apply one patch extracted from an e-mail. gitlink:git-archimport[1]:: - Import an arch repository into git. + Import an Arch repository into git. gitlink:git-convert-objects[1]:: Converts old-style git repository. -gitlink:git-cvsimport[1]:: - Salvage your data out of another SCM people love to hate. - gitlink:git-cvsexportcommit[1]:: Export a single commit to a CVS checkout. +gitlink:git-cvsimport[1]:: + Salvage your data out of another SCM people love to hate. + gitlink:git-cvsserver[1]:: A CVS server emulator for git. @@ -23,7 +23,7 @@ gitlink:git-lost-found[1]:: Recover lost refs that luckily have not yet been pruned. gitlink:git-merge-one-file[1]:: - The standard helper program to use with `git-merge-index`. + The standard helper program to use with git-merge-index. gitlink:git-prune[1]:: Prunes all unreachable objects from the object database. @@ -37,15 +37,15 @@ gitlink:git-reflog[1]:: gitlink:git-relink[1]:: Hardlink common objects in local repositories. +gitlink:git-sh-setup[1]:: + Common git shell script setup code. + gitlink:git-svn[1]:: Bidirectional operation between a single Subversion branch and git. gitlink:git-svnimport[1]:: Import a SVN repository into git. -gitlink:git-sh-setup[1]:: - Common git shell script setup code. - gitlink:git-symbolic-ref[1]:: Read and modify symbolic refs. |