summaryrefslogtreecommitdiffstats
path: root/cmds-ancillarymanipulators.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-20 02:22:50 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-20 02:22:50 +0000
commit4ad294bce02ce66a5fa0a3aba3267d83fc995773 (patch)
tree9094e6a5f32f0fdaa5e35e0a1dea9d13d5a31fae /cmds-ancillarymanipulators.txt
parent7c73c663897cfb2796fa93efc40ebe4ea33a3db1 (diff)
downloadgit-htmldocs-4ad294bce02ce66a5fa0a3aba3267d83fc995773.tar.gz
Autogenerated HTML docs for v1.5.0-rc1-g6f71
Diffstat (limited to 'cmds-ancillarymanipulators.txt')
-rw-r--r--cmds-ancillarymanipulators.txt45
1 files changed, 6 insertions, 39 deletions
diff --git a/cmds-ancillarymanipulators.txt b/cmds-ancillarymanipulators.txt
index 638a132ae..993482c63 100644
--- a/cmds-ancillarymanipulators.txt
+++ b/cmds-ancillarymanipulators.txt
@@ -1,57 +1,24 @@
-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-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.
-
-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-pack-refs[1]::
+ Pack heads and tags for efficient repository access.
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-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-symbolic-ref[1]::
- Read and modify symbolic refs.
-
-gitlink:git-tag[1]::
- Create or verify a tag object signed with GPG.
+gitlink:git-repack[1]::
+ Pack unpacked objects in a repository.
-gitlink:git-update-ref[1]::
- Update the object name stored in a ref safely.
+gitlink:git-repo-config[1]::
+ Get and set repository or global options.