<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git, branch v1.7.5-rc2</title>
<subtitle>Fork of git SCM with my patches.</subtitle>
<id>http://git.kilabit.info/git/atom?h=v1.7.5-rc2</id>
<link rel='self' href='http://git.kilabit.info/git/atom?h=v1.7.5-rc2'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/'/>
<updated>2011-04-13T21:02:00Z</updated>
<entry>
<title>Git 1.7.5-rc2</title>
<updated>2011-04-13T21:02:00Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-04-13T21:01:03Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=865d370c4daf21e3d6dd48708fc4b716b63d795c'/>
<id>urn:sha1:865d370c4daf21e3d6dd48708fc4b716b63d795c</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'maint'</title>
<updated>2011-04-13T20:59:19Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-04-13T20:59:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=6c4c9bdc981180e94b06ba3a29a59288601361a4'/>
<id>urn:sha1:6c4c9bdc981180e94b06ba3a29a59288601361a4</id>
<content type='text'>
* maint:
</content>
</entry>
<entry>
<title>Merge branch 'jc/rev-list-options-fix' into maint</title>
<updated>2011-04-13T20:56:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-04-13T20:56:52Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=06ff44951a233c2e3dee4f072430ac68306f9bf0'/>
<id>urn:sha1:06ff44951a233c2e3dee4f072430ac68306f9bf0</id>
<content type='text'>
* jc/rev-list-options-fix:
  "log --cherry-pick" documentation regression fix
</content>
</entry>
<entry>
<title>Merge branch 'js/checkout-untracked-symlink' into maint</title>
<updated>2011-04-13T20:55:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-04-13T20:55:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=302de7a685952cddd764bd3ccd427d0cd9e67fdf'/>
<id>urn:sha1:302de7a685952cddd764bd3ccd427d0cd9e67fdf</id>
<content type='text'>
* js/checkout-untracked-symlink:
  t2021: mark a test as fixed
</content>
</entry>
<entry>
<title>remove doubled words, e.g., s/to to/to/, and fix related typos</title>
<updated>2011-04-13T18:59:11Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2011-04-13T15:39:40Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=0353a0c4ec91cf2d0a8e209025aa2e1909d05f19'/>
<id>urn:sha1:0353a0c4ec91cf2d0a8e209025aa2e1909d05f19</id>
<content type='text'>
I found that some doubled words had snuck back into projects from which
I'd already removed them, so now there's a "syntax-check" makefile rule in
gnulib to help prevent recurrence.

Running the command below spotted a few in git, too:

  git ls-files | xargs perl -0777 -n \
    -e 'while (/\b(then?|[iao]n|i[fst]|but|f?or|at|and|[dt])\s+\1\b/gims)' \
    -e '{$n=($` =~ tr/\n/\n/ + 1); ($v=$&amp;)=~s/\n/\\n/g;' \
    -e 'print "$ARGV:$n:$v\n"}'

Signed-off-by: Jim Meyering &lt;meyering@redhat.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>revert: Hide '-r' option in default usage</title>
<updated>2011-04-13T18:02:49Z</updated>
<author>
<name>Ramkumar Ramachandra</name>
<email>artagnon@gmail.com</email>
</author>
<published>2011-04-10T15:39:14Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5e31075a19acdd242996c83728b3c8e965af0d7b'/>
<id>urn:sha1:5e31075a19acdd242996c83728b3c8e965af0d7b</id>
<content type='text'>
The '-r' command-line option is a no-op provided only for backward
compatiblity since abd6970 (cherry-pick: make -r the default, 2006-10-05),
and somehow ended up surviving across reimplementation in C at 9509af6
(Make git-revert &amp; git-cherry-pick a builtin, 2007-03-01) and another
rewrite of the command line parser at f810379 (Make builtin-revert.c use
parse_options, 2007-10-07).  We should have stopped advertising the option
long time ago.

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 'js/checkout-untracked-symlink'</title>
<updated>2011-04-12T07:05:50Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-04-12T07:05:50Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9db19414582fdb154384ff1ca457cbf9095fef48'/>
<id>urn:sha1:9db19414582fdb154384ff1ca457cbf9095fef48</id>
<content type='text'>
* js/checkout-untracked-symlink:
  t2021: mark a test as fixed
</content>
</entry>
<entry>
<title>Merge branch 'nd/init-gitdir'</title>
<updated>2011-04-12T07:04:53Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2011-04-12T07:04:53Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=5dee1532e1c8e8eb31bfa437b5ff00ea0acb6f08'/>
<id>urn:sha1:5dee1532e1c8e8eb31bfa437b5ff00ea0acb6f08</id>
<content type='text'>
* nd/init-gitdir:
  t0001: guard a new test with SYMLINKS prerequisite
</content>
</entry>
<entry>
<title>t2021: mark a test as fixed</title>
<updated>2011-04-12T07:03:54Z</updated>
<author>
<name>Johannes Sixt</name>
<email>j6t@kdbg.org</email>
</author>
<published>2011-04-12T06:41:19Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=9973d9329b71556178ef32b4f8cfedab009a18d8'/>
<id>urn:sha1:9973d9329b71556178ef32b4f8cfedab009a18d8</id>
<content type='text'>
The failure was fixed by the previous commit.

Signed-off-by: Johannes Sixt &lt;j6t@kdbg.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>t0001: guard a new test with SYMLINKS prerequisite</title>
<updated>2011-04-12T06:57:56Z</updated>
<author>
<name>Johannes Sixt</name>
<email>j6t@kdbg.org</email>
</author>
<published>2011-04-12T06:30:49Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/git/commit/?id=4e95fb6c378c4078d8ef258388e43c75d63a2ad9'/>
<id>urn:sha1:4e95fb6c378c4078d8ef258388e43c75d63a2ad9</id>
<content type='text'>
Signed-off-by: Johannes Sixt &lt;j6t@kdbg.org&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
