diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-18 16:02:13 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-18 16:18:29 -0800 |
commit | 72fe6a59890870ed9c3e9e1e6381fc0d7ba75fe4 (patch) | |
tree | d7a56bbb7be8c1c5f91f1dcbffbabc1199c1051d /Documentation/cmds-plumbingmanipulators.txt | |
parent | c3f0baacadbd7b5710052213a2ec3cdd5b77bb6e (diff) | |
download | git-72fe6a59890870ed9c3e9e1e6381fc0d7ba75fe4.tar.gz |
Documentation: Generate command lists.
This moves the source of the list of commands and categorization
to the end of Documentation/cmd-list.perl, so that re-categorization
and re-ordering would become easier to manage.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/cmds-plumbingmanipulators.txt')
-rw-r--r-- | Documentation/cmds-plumbingmanipulators.txt | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/Documentation/cmds-plumbingmanipulators.txt b/Documentation/cmds-plumbingmanipulators.txt deleted file mode 100644 index 4363877107..0000000000 --- a/Documentation/cmds-plumbingmanipulators.txt +++ /dev/null @@ -1,51 +0,0 @@ -gitlink:git-apply[1]:: - Apply a patch on a git index file and a working tree. - -gitlink:git-checkout-index[1]:: - Copy files from the index to the working tree. - -gitlink:git-commit-tree[1]:: - Create a new commit object. - -gitlink:git-hash-object[1]:: - Compute object ID and optionally creates a blob from a file. - -gitlink:git-index-pack[1]:: - Build pack index file for an existing packed archive. - -gitlink:git-init[1]:: - Create an empty git repository or reinitialize an existing one. - -gitlink:git-merge-file[1]:: - Run a three-way file merge. - -gitlink:git-merge-index[1]:: - Run a merge for files needing merging. - -gitlink:git-mktag[1]:: - Creates a tag object. - -gitlink:git-mktree[1]:: - Build a tree-object from ls-tree formatted text. - -gitlink:git-pack-objects[1]:: - Create a packed archive of objects. - -gitlink:git-prune-packed[1]:: - Remove extra objects that are already in pack files. - -gitlink:git-read-tree[1]:: - Reads tree information into the index. - -gitlink:git-repo-config[1]:: - Get and set repository or global options. - -gitlink:git-unpack-objects[1]:: - Unpack objects from a packed archive. - -gitlink:git-update-index[1]:: - Register file contents in the working tree to the index. - -gitlink:git-write-tree[1]:: - Create a tree object from the current index. - |