Code

Documentation: sync git.txt command list and manual page title
[git.git] / Documentation / cmds-ancillarymanipulators.txt
1 gitlink:git-applypatch[1]::
2         Apply one patch extracted from an e-mail.
4 gitlink:git-archimport[1]::
5         Import an Arch repository into git.
7 gitlink:git-convert-objects[1]::
8         Converts old-style git repository.
10 gitlink:git-cvsexportcommit[1]::
11         Export a single commit to a CVS checkout.
13 gitlink:git-cvsimport[1]::
14         Salvage your data out of another SCM people love to hate.
16 gitlink:git-cvsserver[1]::
17         A CVS server emulator for git.
19 gitlink:git-gc[1]::
20         Cleanup unnecessary files and optimize the local repository.
22 gitlink:git-lost-found[1]::
23         Recover lost refs that luckily have not yet been pruned.
25 gitlink:git-merge-one-file[1]::
26         The standard helper program to use with git-merge-index.
28 gitlink:git-prune[1]::
29         Prunes all unreachable objects from the object database.
31 gitlink:git-quiltimport[1]::
32         Applies a quilt patchset onto the current branch.
34 gitlink:git-reflog[1]::
35         Manage reflog information.
37 gitlink:git-relink[1]::
38         Hardlink common objects in local repositories.
40 gitlink:git-sh-setup[1]::
41         Common git shell script setup code.
43 gitlink:git-svn[1]::
44         Bidirectional operation between a single Subversion branch and git.
46 gitlink:git-svnimport[1]::
47         Import a SVN repository into git.
49 gitlink:git-symbolic-ref[1]::
50         Read and modify symbolic refs.
52 gitlink:git-tag[1]::
53         Create or verify a tag object signed with GPG.
55 gitlink:git-update-ref[1]::
56         Update the object name stored in a ref safely.