summaryrefslogtreecommitdiff
path: root/Documentation/cmds-ancillarymanipulators.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-01-18 15:03:13 -0800
committerJunio C Hamano <junkio@cox.net>2007-01-18 15:03:13 -0800
commit377e81392f9c76b8d60499a42256efafc1992309 (patch)
tree3c72e8818c3ca4565149f241fffb8878ea9fb442 /Documentation/cmds-ancillarymanipulators.txt
parentbd67f09f6d635a4ad5281e7c3488d9b824891c36 (diff)
downloadgit-377e81392f9c76b8d60499a42256efafc1992309.tar.gz
Documentation: move command list in git.txt into separate files.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/cmds-ancillarymanipulators.txt')
-rw-r--r--Documentation/cmds-ancillarymanipulators.txt57
1 files changed, 57 insertions, 0 deletions
diff --git a/Documentation/cmds-ancillarymanipulators.txt b/Documentation/cmds-ancillarymanipulators.txt
new file mode 100644
index 0000000000..c3b4a5ee41
--- /dev/null
+++ b/Documentation/cmds-ancillarymanipulators.txt
@@ -0,0 +1,57 @@
+gitlink:git-applypatch[1]::
+ Apply one patch extracted from an e-mail.
+
+gitlink:git-archimport[1]::
+ 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-cvsserver[1]::
+ A CVS server emulator for git.
+
+gitlink:git-gc[1]::
+ Cleanup unnecessary files and optimize the local repository.
+
+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`.
+
+gitlink:git-prune[1]::
+ Prunes all unreachable objects from the object database.
+
+gitlink:git-quiltimport[1]::
+ Applies a quilt patchset onto the current branch.
+
+gitlink:git-reflog[1]::
+ Manage reflog information.
+
+gitlink:git-relink[1]::
+ Hardlink common objects in local repositories.
+
+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.
+
+gitlink:git-tag[1]::
+ Create or verify a tag object signed with GPG.
+
+gitlink:git-update-ref[1]::
+ Update the object name stored in a ref safely.
+