Skip to content

Commit

Permalink
Merge branch 'maint-1.5.1' into maint
Browse files Browse the repository at this point in the history
* maint-1.5.1:
  Document branch.autosetupmerge.
  • Loading branch information
Junio C Hamano committed May 23, 2007
2 parents 523d12e + 9902387 commit c80e07d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Documentation/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,13 @@ apply.whitespace::
Tells `git-apply` how to handle whitespaces, in the same way
as the '--whitespace' option. See gitlink:git-apply[1].

branch.autosetupmerge::
Tells `git-branch' and `git-checkout' to setup new branches
so that gitlink:git-pull[1] will appropriately merge from that
remote branch. Note that even if this option is not set,
this behavior can be chosen per-branch using the `--track`
and `--no-track` options. This option defaults to false.

branch.<name>.remote::
When in branch <name>, it tells `git fetch` which remote to fetch.
If this option is not given, `git fetch` defaults to remote "origin".
Expand Down

0 comments on commit c80e07d

Please sign in to comment.