Skip to content

Commit c477553

Browse files
committed
Merge branch 'maint' of git://linux-nfs.org/~bfields/git
* 'maint' of git://linux-nfs.org/~bfields/git: Documentation/user-manual.txt: fix typo Documentation: fix remote.<name>.skipDefaultUpdate description
2 parents ab11903 + 5728329 commit c477553

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ remote.<name>.push::
757757

758758
remote.<name>.skipDefaultUpdate::
759759
If true, this remote will be skipped by default when updating
760-
using the remote subcommand of gitlink:git-remote[1].
760+
using the update subcommand of gitlink:git-remote[1].
761761

762762
remote.<name>.receivepack::
763763
The default program to execute on the remote side when pushing. See

Documentation/user-manual.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ version is called a <<def_commit,commit>>.
7474

7575
Those snapshots aren't necessarily all arranged in a single line from
7676
oldest to newest; instead, work may simultaneously proceed along
77-
parallel lines of development, called <def_branch,branches>>, which may
77+
parallel lines of development, called <<def_branch,branches>>, which may
7878
merge and diverge.
7979

8080
A single git repository can track development on multiple branches. It

0 commit comments

Comments
 (0)