Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
G
git-manpages-l10n
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
yun hwak byeon
git-manpages-l10n
Commits
0e5dfc26
Commit
0e5dfc26
authored
6 years ago
by
Jean-Noël Avila
Browse files
Options
Downloads
Patches
Plain Diff
Merge changes in original manpages
parent
13daaa66
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
en/git-add.txt
+2
-2
2 additions, 2 deletions
en/git-add.txt
en/git-am.txt
+0
-1
0 additions, 1 deletion
en/git-am.txt
en/mergetools-merge.txt
+1
-0
1 addition, 0 deletions
en/mergetools-merge.txt
with
3 additions
and
3 deletions
en/git-add.txt
+
2
−
2
View file @
0e5dfc26
...
...
@@ -58,7 +58,7 @@ OPTIONS
specifying `dir` will record not just a file `dir/file1`
modified in the working tree, a file `dir/file2` added to
the working tree, but also a file `dir/file3` removed from
the working tree).
Note that older versions of Git used
the working tree). Note that older versions of Git used
to ignore removed files; use `--no-all` option if you want
to add modified or new files but ignore removed ones.
...
...
@@ -189,7 +189,7 @@ EXAMPLES
--------
* Adds content from all `*.txt` files under `Documentation` directory
and its subdirectories:
and its subdirectories:
+
------------
$ git add Documentation/\*.txt
...
...
This diff is collapsed.
Click to expand it.
en/git-am.txt
+
0
−
1
View file @
0e5dfc26
...
...
@@ -26,7 +26,6 @@ current branch.
OPTIONS
-------
(<mbox>|<Maildir>)...::
The list of mailbox files to read patches from. If you do not
supply this argument, the command reads from the standard input.
...
...
This diff is collapsed.
Click to expand it.
en/mergetools-merge.txt
+
1
−
0
View file @
0e5dfc26
...
...
@@ -8,6 +8,7 @@
* ecmerge
* emerge
* examdiff
* guiffy
* gvimdiff
* gvimdiff2
* gvimdiff3
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment