<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-remote.txt, branch v1.6.4</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.6.4</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.6.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2009-04-08T04:52:26Z</updated>
<entry>
<title>git remote update: Fallback to remote if group does not exist</title>
<updated>2009-04-08T04:52:26Z</updated>
<author>
<name>Finn Arne Gangstad</name>
<email>finnag@pvv.org</email>
</author>
<published>2009-04-06T13:41:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b344e1614b15dfde0ab4dfc175bed1aac39bc264'/>
<id>urn:sha1:b344e1614b15dfde0ab4dfc175bed1aac39bc264</id>
<content type='text'>
Previously, git remote update &lt;remote&gt; would fail unless there was
a remote group configured with the same name as the remote.
git remote update will now fall back to using the remote if no matching
group can be found.

This enables "git remote update -p &lt;remote&gt;..." to fetch and prune one
or more remotes, for example.

Signed-off-by: Finn Arne Gangstad &lt;finnag@pvv.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git remote update: New option --prune</title>
<updated>2009-04-05T08:52:38Z</updated>
<author>
<name>Finn Arne Gangstad</name>
<email>finnag@pvv.org</email>
</author>
<published>2009-04-03T09:03:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=efa54803cb1dc15923799f94abf82cb0433c2b9b'/>
<id>urn:sha1:efa54803cb1dc15923799f94abf82cb0433c2b9b</id>
<content type='text'>
With the --prune (or -p) option, git remote update will also prune
all the remotes that it fetches.  Previously, you had to do a manual
git remote prune &lt;remote&gt; for each of the remotes you wanted to
prune, and this could be tedious with many remotes.

A single command will now update a set of remotes, and remove all
stale branches: git remote update -p [group]

Signed-off-by: Finn Arne Gangstad &lt;finnag@pvv.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>builtin-remote: add set-head subcommand</title>
<updated>2009-02-27T23:19:09Z</updated>
<author>
<name>Jay Soffian</name>
<email>jaysoffian@gmail.com</email>
</author>
<published>2009-02-25T08:32:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bc14fac825d9728c311aaa9d0aecf4960d4a3103'/>
<id>urn:sha1:bc14fac825d9728c311aaa9d0aecf4960d4a3103</id>
<content type='text'>
Provide a porcelain command for setting and deleting
$GIT_DIR/remotes/&lt;remote&gt;/HEAD.

While we're at it, document what $GIT_DIR/remotes/&lt;remote&gt;/HEAD is all
about.

Signed-off-by: Jay Soffian &lt;jaysoffian@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>git-remote: document the migration feature of the rename subcommand</title>
<updated>2008-11-12T04:25:49Z</updated>
<author>
<name>Miklos Vajna</name>
<email>vmiklos@frugalware.org</email>
</author>
<published>2008-11-10T20:43:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=74443f185ed91f3388b0e45838262eb3ec8338aa'/>
<id>urn:sha1:74443f185ed91f3388b0e45838262eb3ec8338aa</id>
<content type='text'>
Signed-off-by: Miklos Vajna &lt;vmiklos@frugalware.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Implement git remote rename</title>
<updated>2008-11-05T20:23:48Z</updated>
<author>
<name>Miklos Vajna</name>
<email>vmiklos@frugalware.org</email>
</author>
<published>2008-11-03T18:26:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bf98421a3363696f3b4c8aedc242bfaadc1ce6f6'/>
<id>urn:sha1:bf98421a3363696f3b4c8aedc242bfaadc1ce6f6</id>
<content type='text'>
The new rename subcommand does the followings:

1) Renames the remote.foo configuration section to remote.bar

2) Updates the remote.bar.fetch refspecs

3) Updates the branch.*.remote settings

4) Renames the tracking branches: renames the normal refs and rewrites
   the symrefs to point to the new refs.

Signed-off-by: Miklos Vajna &lt;vmiklos@frugalware.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>manpages: italicize command names in synopses</title>
<updated>2008-07-05T18:24:39Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@uchicago.edu</email>
</author>
<published>2008-07-03T05:36:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=04c2407eafa0361439a60fd6240447f3404d014b'/>
<id>urn:sha1:04c2407eafa0361439a60fd6240447f3404d014b</id>
<content type='text'>
To tell command names from options in a glance.

Signed-off-by: Jonathan Nieder &lt;jrnieder@uchicago.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: more "git-" versus "git " changes</title>
<updated>2008-07-05T18:24:39Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@uchicago.edu</email>
</author>
<published>2008-07-03T05:28:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=467c0197fd0a49078d05839ee385046cd3707a5b'/>
<id>urn:sha1:467c0197fd0a49078d05839ee385046cd3707a5b</id>
<content type='text'>
With git-commands moving out of $(bindir), it is useful to make a
clearer distinction between the git subcommand 'git-whatever' and
the command you type, `git whatever &lt;options&gt;`.  So we use a dash
after "git" when referring to the former and not the latter.

I already sent a patch doing this same thing, but I missed some
spots.

Signed-off-by: Jonathan Nieder &lt;jrnieder@uchicago.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation: be consistent about "git-" versus "git "</title>
<updated>2008-07-02T00:20:15Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@uchicago.edu</email>
</author>
<published>2008-06-30T06:09:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b1889c36d85514e5e70462294c561a02c2edfe2b'/>
<id>urn:sha1:b1889c36d85514e5e70462294c561a02c2edfe2b</id>
<content type='text'>
Since the git-* commands are not installed in $(bindir), using
"git-command &lt;parameters&gt;" in examples in the documentation is
not a good idea. On the other hand, it is nice to be able to
refer to each command using one hyphenated word. (There is no
escaping it, anyway: man page names cannot have spaces in them.)

This patch retains the dash in naming an operation, command,
program, process, or action. Complete command lines that can
be entered at a shell (i.e., without options omitted) are
made to use the dashless form.

The changes consist only of replacing some spaces with hyphens
and vice versa. After a "s/ /-/g", the unpatched and patched
versions are identical.

Signed-off-by: Jonathan Nieder &lt;jrnieder@uchicago.edu&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>remote prune: print the list of pruned branches</title>
<updated>2008-06-11T06:17:41Z</updated>
<author>
<name>Olivier Marin</name>
<email>dkr@freesurf.fr</email>
</author>
<published>2008-06-10T14:51:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8d7679276af861b44e307c9879f6c4774f4944fc'/>
<id>urn:sha1:8d7679276af861b44e307c9879f6c4774f4944fc</id>
<content type='text'>
This command is really too quiet which make it unconfortable to use.

Also implement a --dry-run option, in place of the original -n one, to
list stale tracking branches that will be pruned, but do not actually
prune them.

Add a test case for --dry-run.

Signed-off-by: Olivier Marin &lt;dkr@freesurf.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>remote show: fix the -n option</title>
<updated>2008-06-11T05:30:01Z</updated>
<author>
<name>Olivier Marin</name>
<email>dkr@freesurf.fr</email>
</author>
<published>2008-06-10T14:51:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0ecfcb3b700e7e3097a55f015894ad75f1097090'/>
<id>urn:sha1:0ecfcb3b700e7e3097a55f015894ad75f1097090</id>
<content type='text'>
The perl version accepted a -n flag, to show local informations only
without querying remote heads, that seems to have been lost in the C
revrite.

This restores the older behaviour and add a test case.

Signed-off-by: Olivier Marin &lt;dkr@freesurf.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
