~ubuntu-branches/ubuntu/gutsy/git-core/gutsy-updates

« back to all changes in this revision

Viewing changes to Documentation/git-remote.txt

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-05-09 08:48:50 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20070509084850-p7irp0db9pxhoaa1
Tags: 1:1.5.1.4-1
* new upstream point release.
* debian/diff/pager-vs-less.diff: rename to
  0001-pager.c-fallback-to-pager-not-less-if-PAGER-is.diff; adapt.
* debian/diff/0002-Optimize-directory-listing-with-pathspec-limiter.diff:
  new: Optimize directory listing with pathspec limiter (closes: #420671).
* debian/git-daemon-run.postinst: restart git-daemon service if it was
  running.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
refspec for the remote to track all branches under
41
41
`$GIT_DIR/remotes/<name>/`, a refspec to track only `<branch>`
42
42
is created.  You can give more than one `-t <branch>` to track
43
 
multiple branche without grabbing all branches.
 
43
multiple branches without grabbing all branches.
44
44
+
45
45
With `-m <master>` option, `$GIT_DIR/remotes/<name>/HEAD` is set
46
46
up to point at remote's `<master>` branch instead of whatever