Skip to content

Commit 7c73c66

Browse files
author
Junio C Hamano
committed
Autogenerated HTML docs for v1.5.0-rc1-g72fe
1 parent 2d47c62 commit 7c73c66

File tree

126 files changed

+689
-677
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

126 files changed

+689
-677
lines changed

cmds-ancillaryinterrogators.txt

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
gitlink:git-annotate[1]::
2+
Annotate file lines with commit info.
3+
4+
gitlink:git-blame[1]::
5+
Show what revision and author last modified each line of a file.
6+
7+
gitlink:git-check-ref-format[1]::
8+
Make sure ref name is well formed.
9+
10+
gitlink:git-cherry[1]::
11+
Find commits not merged upstream.
12+
13+
gitlink:git-count-objects[1]::
14+
Count unpacked number of objects and their disk consumption.
15+
16+
gitlink:git-daemon[1]::
17+
A really simple server for git repositories.
18+
19+
gitlink:git-fmt-merge-msg[1]::
20+
Produce a merge commit message.
21+
22+
gitlink:git-get-tar-commit-id[1]::
23+
Extract commit ID from an archive created using git-tar-tree.
24+
25+
gitlink:git-imap-send[1]::
26+
Dump a mailbox from stdin into an imap folder.
27+
28+
gitlink:git-instaweb[1]::
29+
Instantly browse your working repository in gitweb.
30+
31+
gitlink:git-mailinfo[1]::
32+
Extracts patch and authorship from a single e-mail message.
33+
34+
gitlink:git-mailsplit[1]::
35+
Simple UNIX mbox splitter program.
36+
37+
gitlink:git-merge-tree[1]::
38+
Show three-way merge without touching index.
39+
40+
gitlink:git-parse-remote[1]::
41+
Routines to help parsing remote repository access parameters.
42+
43+
gitlink:git-patch-id[1]::
44+
Compute unique ID for a patch.
45+
46+
gitlink:git-request-pull[1]::
47+
Generates a summary of pending changes.
48+
49+
gitlink:git-rev-parse[1]::
50+
Pick out and massage parameters.
51+
52+
gitlink:git-runstatus[1]::
53+
A helper for git-status and git-commit.
54+
55+
gitlink:git-send-email[1]::
56+
Send a collection of patches as emails.
57+
58+
gitlink:git-stripspace[1]::
59+
Filter out empty lines.
60+
61+
gitlink:git-symbolic-ref[1]::
62+
Read and modify symbolic refs.
63+

cmds-ancillarymanipulators.txt

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
gitlink:git-applypatch[1]::
2+
Apply one patch extracted from an e-mail.
3+
4+
gitlink:git-archimport[1]::
5+
Import an Arch repository into git.
6+
7+
gitlink:git-convert-objects[1]::
8+
Converts old-style git repository.
9+
10+
gitlink:git-cvsexportcommit[1]::
11+
Export a single commit to a CVS checkout.
12+
13+
gitlink:git-cvsimport[1]::
14+
Salvage your data out of another SCM people love to hate.
15+
16+
gitlink:git-cvsserver[1]::
17+
A CVS server emulator for git.
18+
19+
gitlink:git-gc[1]::
20+
Cleanup unnecessary files and optimize the local repository.
21+
22+
gitlink:git-lost-found[1]::
23+
Recover lost refs that luckily have not yet been pruned.
24+
25+
gitlink:git-merge-one-file[1]::
26+
The standard helper program to use with git-merge-index.
27+
28+
gitlink:git-prune[1]::
29+
Prunes all unreachable objects from the object database.
30+
31+
gitlink:git-quiltimport[1]::
32+
Applies a quilt patchset onto the current branch.
33+
34+
gitlink:git-reflog[1]::
35+
Manage reflog information.
36+
37+
gitlink:git-relink[1]::
38+
Hardlink common objects in local repositories.
39+
40+
gitlink:git-sh-setup[1]::
41+
Common git shell script setup code.
42+
43+
gitlink:git-svn[1]::
44+
Bidirectional operation between a single Subversion branch and git.
45+
46+
gitlink:git-svnimport[1]::
47+
Import a SVN repository into git.
48+
49+
gitlink:git-symbolic-ref[1]::
50+
Read and modify symbolic refs.
51+
52+
gitlink:git-tag[1]::
53+
Create or verify a tag object signed with GPG.
54+
55+
gitlink:git-update-ref[1]::
56+
Update the object name stored in a ref safely.
57+

cmds-mainporcelain.txt

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
gitlink:git-add[1]::
2+
Add file contents to the changeset to be committed next.
3+
4+
gitlink:git-am[1]::
5+
Apply a series of patches from a mailbox.
6+
7+
gitlink:git-applymbox[1]::
8+
Apply a series of patches in a mailbox.
9+
10+
gitlink:git-archive[1]::
11+
Creates an archive of files from a named tree.
12+
13+
gitlink:git-bisect[1]::
14+
Find the change that introduced a bug by binary search.
15+
16+
gitlink:git-branch[1]::
17+
List, create, or delete branches.
18+
19+
gitlink:git-checkout[1]::
20+
Checkout and switch to a branch.
21+
22+
gitlink:git-cherry-pick[1]::
23+
Apply the change introduced by an existing commit.
24+
25+
gitlink:git-clean[1]::
26+
Remove untracked files from the working tree.
27+
28+
gitlink:git-clone[1]::
29+
Clones a repository into a new directory.
30+
31+
gitlink:git-commit[1]::
32+
Record changes to the repository.
33+
34+
gitlink:git-diff[1]::
35+
Show changes between commits, commit and working tree, etc.
36+
37+
gitlink:git-fetch[1]::
38+
Download objects and refs from another repository.
39+
40+
gitlink:git-format-patch[1]::
41+
Prepare patches for e-mail submission.
42+
43+
gitlink:git-grep[1]::
44+
Print lines matching a pattern.
45+
46+
gitlink:gitk[1]::
47+
The git repository browser.
48+
49+
gitlink:git-log[1]::
50+
Show commit logs.
51+
52+
gitlink:git-ls-remote[1]::
53+
List references in a remote repository.
54+
55+
gitlink:git-merge[1]::
56+
Join two or more development histories together.
57+
58+
gitlink:git-mv[1]::
59+
Move or rename a file, a directory, or a symlink.
60+
61+
gitlink:git-pack-refs[1]::
62+
Pack heads and tags for efficient repository access.
63+
64+
gitlink:git-pull[1]::
65+
Fetch from and merge with another repository or a local branch.
66+
67+
gitlink:git-push[1]::
68+
Update remote refs along with associated objects.
69+
70+
gitlink:git-rebase[1]::
71+
Forward-port local commits to the updated upstream head.
72+
73+
gitlink:git-repack[1]::
74+
Pack unpacked objects in a repository.
75+
76+
gitlink:git-rerere[1]::
77+
Reuse recorded resolution of conflicted merges.
78+
79+
gitlink:git-reset[1]::
80+
Reset current HEAD to the specified state.
81+
82+
gitlink:git-resolve[1]::
83+
Merge two commits.
84+
85+
gitlink:git-revert[1]::
86+
Revert an existing commit.
87+
88+
gitlink:git-rm[1]::
89+
Remove files from the working tree and from the index.
90+
91+
gitlink:git-shortlog[1]::
92+
Summarize 'git log' output.
93+
94+
gitlink:git-show[1]::
95+
Show various types of objects.
96+
97+
gitlink:git-show-branch[1]::
98+
Show branches and their commits.
99+
100+
gitlink:git-status[1]::
101+
Show the working tree status.
102+
103+
gitlink:git-verify-tag[1]::
104+
Check the GPG signature of tag.
105+
106+
gitlink:git-whatchanged[1]::
107+
Show logs with difference each commit introduces.
108+

cmds-plumbinginterrogators.txt

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
gitlink:git-cat-file[1]::
2+
Provide content or type/size information for repository objects.
3+
4+
gitlink:git-describe[1]::
5+
Show the most recent tag that is reachable from a commit.
6+
7+
gitlink:git-diff-files[1]::
8+
Compares files in the working tree and the index.
9+
10+
gitlink:git-diff-index[1]::
11+
Compares content and mode of blobs between the index and repository.
12+
13+
gitlink:git-diff-stages[1]::
14+
Compares two merge stages in the index.
15+
16+
gitlink:git-diff-tree[1]::
17+
Compares the content and mode of blobs found via two tree objects.
18+
19+
gitlink:git-for-each-ref[1]::
20+
Output information on each ref.
21+
22+
gitlink:git-fsck-objects[1]::
23+
Verifies the connectivity and validity of the objects in the database.
24+
25+
gitlink:git-ls-files[1]::
26+
Show information about files in the index and the working tree.
27+
28+
gitlink:git-ls-tree[1]::
29+
List the contents of a tree object.
30+
31+
gitlink:git-merge-base[1]::
32+
Find as good common ancestors as possible for a merge.
33+
34+
gitlink:git-name-rev[1]::
35+
Find symbolic names for given revs.
36+
37+
gitlink:git-pack-redundant[1]::
38+
Find redundant pack files.
39+
40+
gitlink:git-rev-list[1]::
41+
Lists commit objects in reverse chronological order.
42+
43+
gitlink:git-show-index[1]::
44+
Show packed archive index.
45+
46+
gitlink:git-show-ref[1]::
47+
List references in a local repository.
48+
49+
gitlink:git-tar-tree[1]::
50+
Create a tar archive of the files in the named tree object.
51+
52+
gitlink:git-unpack-file[1]::
53+
Creates a temporary file with a blob's contents.
54+
55+
gitlink:git-var[1]::
56+
Show a git logical variable.
57+
58+
gitlink:git-verify-pack[1]::
59+
Validate packed git archive files.
60+

cmds-plumbingmanipulators.txt

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
gitlink:git-apply[1]::
2+
Apply a patch on a git index file and a working tree.
3+
4+
gitlink:git-checkout-index[1]::
5+
Copy files from the index to the working tree.
6+
7+
gitlink:git-commit-tree[1]::
8+
Create a new commit object.
9+
10+
gitlink:git-hash-object[1]::
11+
Compute object ID and optionally creates a blob from a file.
12+
13+
gitlink:git-index-pack[1]::
14+
Build pack index file for an existing packed archive.
15+
16+
gitlink:git-init[1]::
17+
Create an empty git repository or reinitialize an existing one.
18+
19+
gitlink:git-merge-file[1]::
20+
Run a three-way file merge.
21+
22+
gitlink:git-merge-index[1]::
23+
Run a merge for files needing merging.
24+
25+
gitlink:git-mktag[1]::
26+
Creates a tag object.
27+
28+
gitlink:git-mktree[1]::
29+
Build a tree-object from ls-tree formatted text.
30+
31+
gitlink:git-pack-objects[1]::
32+
Create a packed archive of objects.
33+
34+
gitlink:git-prune-packed[1]::
35+
Remove extra objects that are already in pack files.
36+
37+
gitlink:git-read-tree[1]::
38+
Reads tree information into the index.
39+
40+
gitlink:git-repo-config[1]::
41+
Get and set repository or global options.
42+
43+
gitlink:git-unpack-objects[1]::
44+
Unpack objects from a packed archive.
45+
46+
gitlink:git-update-index[1]::
47+
Register file contents in the working tree to the index.
48+
49+
gitlink:git-write-tree[1]::
50+
Create a tree object from the current index.
51+

cmds-synchingrepositories.txt

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
gitlink:git-fetch-pack[1]::
2+
Receive missing objects from another repository.
3+
4+
gitlink:git-http-fetch[1]::
5+
Download from a remote git repository via HTTP.
6+
7+
gitlink:git-http-push[1]::
8+
Push objects over HTTP/DAV to another repository.
9+
10+
gitlink:git-local-fetch[1]::
11+
Duplicate another git repository on a local system.
12+
13+
gitlink:git-peek-remote[1]::
14+
List the references in a remote repository.
15+
16+
gitlink:git-receive-pack[1]::
17+
Receive what is pushed into the repository.
18+
19+
gitlink:git-send-pack[1]::
20+
Push objects over git protocol to another reposiotory.
21+
22+
gitlink:git-shell[1]::
23+
Restricted login shell for GIT-only SSH access.
24+
25+
gitlink:git-ssh-fetch[1]::
26+
Fetch from a remote repository over ssh connection.
27+
28+
gitlink:git-ssh-upload[1]::
29+
Push to a remote repository over ssh connection.
30+
31+
gitlink:git-update-server-info[1]::
32+
Update auxiliary info file to help dumb servers.
33+
34+
gitlink:git-upload-archive[1]::
35+
Send archive back to git-archive.
36+
37+
gitlink:git-upload-pack[1]::
38+
Send objects packed back to git-fetch-pack.
39+

0 commit comments

Comments
 (0)