<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/contrib, branch v1.7.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.7.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.7.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2010-07-16T20:21:47Z</updated>
<entry>
<title>Add a sample user for the svndump library</title>
<updated>2010-07-16T20:21:47Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2010-07-15T16:25:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e605164d1da51087882a468bcf3f5d36d3a9d4ba'/>
<id>urn:sha1:e605164d1da51087882a468bcf3f5d36d3a9d4ba</id>
<content type='text'>
The svn-fe tool takes a Subversion dump file as input and produces
a fast-import stream as output.  This can be useful as a low-level
tool in building other importers, or for debugging the vcs-svn
library.

 make svn-fe
 make svn-fe.1

to test.

Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Ramkumar Ramachandra &lt;artagnon@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'tr/rev-list-count'</title>
<updated>2010-06-30T18:55:38Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-30T18:55:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6296062285e07051a5a46cbbd74c67a10bf2ac16'/>
<id>urn:sha1:6296062285e07051a5a46cbbd74c67a10bf2ac16</id>
<content type='text'>
* tr/rev-list-count:
  bash completion: Support "divergence from upstream" messages in __git_ps1
  rev-list: introduce --count option

Conflicts:
	contrib/completion/git-completion.bash
</content>
</entry>
<entry>
<title>Merge branch 'as/maint-completion-set-u-fix'</title>
<updated>2010-06-30T18:55:37Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-30T18:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=304d8b6256db7aca7772c0a994a7c1c987eabd97'/>
<id>urn:sha1:304d8b6256db7aca7772c0a994a7c1c987eabd97</id>
<content type='text'>
* as/maint-completion-set-u-fix:
  bash-completion: Fix __git_ps1 to work with "set -u"
</content>
</entry>
<entry>
<title>bash completion: Support "divergence from upstream" messages in __git_ps1</title>
<updated>2010-06-24T17:02:45Z</updated>
<author>
<name>Andrew Sayers</name>
<email>andrew-git@pileofstuff.org</email>
</author>
<published>2010-06-17T21:32:02Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6d158cba282f22fa1548af1188f78042fed30aed'/>
<id>urn:sha1:6d158cba282f22fa1548af1188f78042fed30aed</id>
<content type='text'>
Add a notification in the command prompt specifying whether (and optionally how
far) your branch has diverged from its upstream.  This is especially helpful in
small teams that very frequently (forget to) push to each other.

Support git-svn upstream detection as a special case, as migrators from
centralised version control systems are especially likely to forget to push.

Support for other types of upstream than SVN should be easy to add if anyone is
so inclined.

Signed-off-by: Andrew Sayers &lt;andrew-git@pileofstuff.org&gt;
Acked-by: Shawn O. Pearce &lt;spearce@spearce.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'sb/format-patch-signature'</title>
<updated>2010-06-22T16:45:22Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-22T16:45:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6bead0c3203431ca63a6b1e7cf47c659f1a7021d'/>
<id>urn:sha1:6bead0c3203431ca63a6b1e7cf47c659f1a7021d</id>
<content type='text'>
* sb/format-patch-signature:
  completion: Add --signature and format.signature
  format-patch: Add a signature option (--signature)
</content>
</entry>
<entry>
<title>Merge branch 'em/checkout-orphan'</title>
<updated>2010-06-21T13:02:41Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-21T13:02:41Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=5bebcd4ecba0791cecaa49d30ddd7ca8ffe03627'/>
<id>urn:sha1:5bebcd4ecba0791cecaa49d30ddd7ca8ffe03627</id>
<content type='text'>
* em/checkout-orphan:
  log_ref_setup: don't return stack-allocated array
  bash completion: add --orphan to 'git checkout'
  t3200: test -l with core.logAllRefUpdates options
  checkout --orphan: respect -l option always
  refs: split log_ref_write logic into log_ref_setup
  Documentation: alter checkout --orphan description
</content>
</entry>
<entry>
<title>bash-completion: Fix __git_ps1 to work with "set -u"</title>
<updated>2010-06-18T16:15:52Z</updated>
<author>
<name>Andrew Sayers</name>
<email>andrew-git@pileofstuff.org</email>
</author>
<published>2010-06-17T21:32:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6c44b6406bc9093945aa030f33c06ecda47ba7f5'/>
<id>urn:sha1:6c44b6406bc9093945aa030f33c06ecda47ba7f5</id>
<content type='text'>
Define several variables in __git_ps1 to avoid errors under "set -u" semantics.

__git_ps1 seems to have been missed when the rest of the file was fixed in
25a31f8.

Signed-off-by: Andrew Sayers &lt;andrew-git@pileofstuff.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>completion: Add --signature and format.signature</title>
<updated>2010-06-16T17:11:19Z</updated>
<author>
<name>Stephen Boyd</name>
<email>bebarino@gmail.com</email>
</author>
<published>2010-06-16T05:59:26Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=d8e1e5df950f2c514a01696a0a0ff53fb1a07651'/>
<id>urn:sha1:d8e1e5df950f2c514a01696a0a0ff53fb1a07651</id>
<content type='text'>
Cc: Shawn O. Pearce &lt;spearce@spearce.org&gt;
Signed-off-by: Stephen Boyd &lt;bebarino@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>bash completion: add --orphan to 'git checkout'</title>
<updated>2010-06-03T21:46:19Z</updated>
<author>
<name>Erick Mattos</name>
<email>erick.mattos@gmail.com</email>
</author>
<published>2010-05-22T00:43:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=86e8e7a566c5546e58f56566d0181a08d60f919f'/>
<id>urn:sha1:86e8e7a566c5546e58f56566d0181a08d60f919f</id>
<content type='text'>
Update git-completion.bash with new --orphan option to 'git checkout'.

Signed-off-by: Erick Mattos &lt;erick.mattos@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2010-05-28T23:59:42Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-05-28T23:59:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=81fa024cd8e336ba257f13fe7724b95baacfa3ad'/>
<id>urn:sha1:81fa024cd8e336ba257f13fe7724b95baacfa3ad</id>
<content type='text'>
* maint:
  Makefile: reenable install with NO_CURL
  completion: --set-upstream option for git-branch
  get_cwd_relative(): do not misinterpret suffix as subdirectory
</content>
</entry>
</feed>
