Skip to content

Commit

Permalink
Update english sources of docs to v2.21.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Noël Avila <[email protected]>
  • Loading branch information
Jean-Noël Avila committed Feb 13, 2019
1 parent 5113376 commit 221cdfc
Show file tree
Hide file tree
Showing 119 changed files with 3,685 additions and 5,156 deletions.
2 changes: 1 addition & 1 deletion GIT-VERSION-FILE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
GIT_VERSION = 2.12.1.431.g53026fc228
GIT_VERSION = 2.21.0
9 changes: 0 additions & 9 deletions en/cmds-ancillaryinterrogators.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ linkgit:git-annotate[1]::
linkgit:git-blame[1]::
Show what revision and author last modified each line of a file.

linkgit:git-cherry[1]::
Find commits yet to be applied to upstream.

linkgit:git-count-objects[1]::
Count unpacked number of objects and their disk consumption.

Expand All @@ -16,9 +13,6 @@ linkgit:git-difftool[1]::
linkgit:git-fsck[1]::
Verifies the connectivity and validity of the objects in the database.

linkgit:git-get-tar-commit-id[1]::
Extract commit ID from an archive created using git-archive.

linkgit:git-help[1]::
Display help information about Git.

Expand All @@ -31,9 +25,6 @@ linkgit:git-merge-tree[1]::
linkgit:git-rerere[1]::
Reuse recorded resolution of conflicted merges.

linkgit:git-rev-parse[1]::
Pick out and massage parameters.

linkgit:git-show-branch[1]::
Show branches and their commits.

Expand Down
2 changes: 1 addition & 1 deletion en/cmds-foreignscminterface.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
linkgit:git-archimport[1]::
Import an Arch repository into Git.
Import a GNU Arch repository into Git.

linkgit:git-cvsexportcommit[1]::
Export a single commit to a CVS checkout.
Expand Down
3 changes: 3 additions & 0 deletions en/cmds-mainporcelain.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ linkgit:git-pull[1]::
linkgit:git-push[1]::
Update remote refs along with associated objects.

linkgit:git-range-diff[1]::
Compare two commit ranges (e.g. two versions of a branch).

linkgit:git-rebase[1]::
Reapply commits on top of another base tip.

Expand Down
9 changes: 9 additions & 0 deletions en/cmds-plumbinginterrogators.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
linkgit:git-cat-file[1]::
Provide content or type and size information for repository objects.

linkgit:git-cherry[1]::
Find commits yet to be applied to upstream.

linkgit:git-diff-files[1]::
Compares files in the working tree and the index.

Expand All @@ -13,6 +16,9 @@ linkgit:git-diff-tree[1]::
linkgit:git-for-each-ref[1]::
Output information on each ref.

linkgit:git-get-tar-commit-id[1]::
Extract commit ID from an archive created using git-archive.

linkgit:git-ls-files[1]::
Show information about files in the index and the working tree.

Expand All @@ -34,6 +40,9 @@ linkgit:git-pack-redundant[1]::
linkgit:git-rev-list[1]::
Lists commit objects in reverse chronological order.

linkgit:git-rev-parse[1]::
Pick out and massage parameters.

linkgit:git-show-index[1]::
Show packed archive index.

Expand Down
6 changes: 6 additions & 0 deletions en/cmds-plumbingmanipulators.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ linkgit:git-apply[1]::
linkgit:git-checkout-index[1]::
Copy files from the index to the working tree.

linkgit:git-commit-graph[1]::
Write and verify Git commit-graph files.

linkgit:git-commit-tree[1]::
Create a new commit object.

Expand All @@ -25,6 +28,9 @@ linkgit:git-mktag[1]::
linkgit:git-mktree[1]::
Build a tree-object from ls-tree formatted text.

linkgit:git-multi-pack-index[1]::
Write and verify multi-pack-indexes.

linkgit:git-pack-objects[1]::
Create a packed archive of objects.

Expand Down
Loading

0 comments on commit 221cdfc

Please sign in to comment.