<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/git.git/contrib, branch rs/commit-pptr-simplify</title>
<subtitle>github.com: git/git.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/'/>
<entry>
<title>git-multimail: update to release 1.3.0</title>
<updated>2016-05-03T21:04:27+00:00</updated>
<author>
<name>Matthieu Moy</name>
<email>Matthieu.Moy@imag.fr</email>
</author>
<published>2016-05-03T08:31:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=4453d76c6abf28a3945a336c5321ea05f07bd8b6'/>
<id>4453d76c6abf28a3945a336c5321ea05f07bd8b6</id>
<content type='text'>
The changes are described in CHANGES.

Contributions-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Contributions-by: Stefan Tatschner &lt;rumpelsepp@sevenbyte.org&gt;
Contributions-by: Simon P &lt;simon.git@le-huit.fr&gt;
Contributions-by: Leander Hasty &lt;leander@1stplayable.com&gt;
Signed-off-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The changes are described in CHANGES.

Contributions-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Contributions-by: Stefan Tatschner &lt;rumpelsepp@sevenbyte.org&gt;
Contributions-by: Simon P &lt;simon.git@le-huit.fr&gt;
Contributions-by: Leander Hasty &lt;leander@1stplayable.com&gt;
Signed-off-by: Matthieu Moy &lt;Matthieu.Moy@imag.fr&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'pw/completion-stash'</title>
<updated>2016-02-22T18:27:24+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-22T18:27:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=8716bdca268d9fb1cc9fc0255bfcbb27ace7e5b5'/>
<id>8716bdca268d9fb1cc9fc0255bfcbb27ace7e5b5</id>
<content type='text'>
* pw/completion-stash:
  completion: fix mis-indentation in _git_stash()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pw/completion-stash:
  completion: fix mis-indentation in _git_stash()
</pre>
</div>
</content>
</entry>
<entry>
<title>completion: fix mis-indentation in _git_stash()</title>
<updated>2016-02-22T18:26:04+00:00</updated>
<author>
<name>SZEDER Gábor</name>
<email>szeder@ira.uka.de</email>
</author>
<published>2016-02-22T13:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=59305aeebab98080f6f39a1c4cf50d9dd06c8db3'/>
<id>59305aeebab98080f6f39a1c4cf50d9dd06c8db3</id>
<content type='text'>
Signed-off-by: SZEDER Gábor &lt;szeder@ira.uka.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: SZEDER Gábor &lt;szeder@ira.uka.de&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'cc/untracked'</title>
<updated>2016-02-10T22:20:06+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-10T22:20:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=0e35fcb412965f855e5ac6f469343e2f8e28d5ae'/>
<id>0e35fcb412965f855e5ac6f469343e2f8e28d5ae</id>
<content type='text'>
Update the untracked cache subsystem and change its primary UI from
"git update-index" to "git config".

* cc/untracked:
  t7063: add tests for core.untrackedCache
  test-dump-untracked-cache: don't modify the untracked cache
  config: add core.untrackedCache
  dir: simplify untracked cache "ident" field
  dir: add remove_untracked_cache()
  dir: add {new,add}_untracked_cache()
  update-index: move 'uc' var declaration
  update-index: add untracked cache notifications
  update-index: add --test-untracked-cache
  update-index: use enum for untracked cache options
  dir: free untracked cache when removing it
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the untracked cache subsystem and change its primary UI from
"git update-index" to "git config".

* cc/untracked:
  t7063: add tests for core.untrackedCache
  test-dump-untracked-cache: don't modify the untracked cache
  config: add core.untrackedCache
  dir: simplify untracked cache "ident" field
  dir: add remove_untracked_cache()
  dir: add {new,add}_untracked_cache()
  update-index: move 'uc' var declaration
  update-index: add untracked cache notifications
  update-index: add --test-untracked-cache
  update-index: use enum for untracked cache options
  dir: free untracked cache when removing it
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'pw/completion-stash'</title>
<updated>2016-02-03T22:16:06+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-03T22:16:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=ebcdd635c58e89dbf931a9f90a1b248fb5e90315'/>
<id>ebcdd635c58e89dbf931a9f90a1b248fb5e90315</id>
<content type='text'>
* pw/completion-stash:
  completion: update completion arguments for stash
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pw/completion-stash:
  completion: update completion arguments for stash
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'pw/completion-show-branch'</title>
<updated>2016-02-03T22:16:05+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-03T22:16:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=47c33b45d1a92afa2b58682601457609abbb1ed4'/>
<id>47c33b45d1a92afa2b58682601457609abbb1ed4</id>
<content type='text'>
* pw/completion-show-branch:
  completion: complete show-branch "--date-order"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* pw/completion-show-branch:
  completion: complete show-branch "--date-order"
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'jk/completion-rebase'</title>
<updated>2016-02-03T22:16:05+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-03T22:16:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=103c95dbfb31788e1805eb31a03fbdff76f3be70'/>
<id>103c95dbfb31788e1805eb31a03fbdff76f3be70</id>
<content type='text'>
* jk/completion-rebase:
  completion: add missing git-rebase options
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* jk/completion-rebase:
  completion: add missing git-rebase options
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dw/subtree-split-do-not-drop-merge'</title>
<updated>2016-02-03T22:16:03+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-03T22:16:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=dd65a9e5e3b6298e4fa52e21680008e7fd5556ea'/>
<id>dd65a9e5e3b6298e4fa52e21680008e7fd5556ea</id>
<content type='text'>
The "split" subcommand of "git subtree" (in contrib/) incorrectly
skipped merges when it shouldn't, which was corrected.

* dw/subtree-split-do-not-drop-merge:
  contrib/subtree: fix "subtree split" skipped-merge bug
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The "split" subcommand of "git subtree" (in contrib/) incorrectly
skipped merges when it shouldn't, which was corrected.

* dw/subtree-split-do-not-drop-merge:
  contrib/subtree: fix "subtree split" skipped-merge bug
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'tb/complete-word-diff-regex'</title>
<updated>2016-02-03T22:16:03+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-03T22:16:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=cc329f65a34911999cfbb68bd83c6a54b93e461c'/>
<id>cc329f65a34911999cfbb68bd83c6a54b93e461c</id>
<content type='text'>
* tb/complete-word-diff-regex:
  completion: complete "diff --word-diff-regex="
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tb/complete-word-diff-regex:
  completion: complete "diff --word-diff-regex="
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'dg/subtree-test'</title>
<updated>2016-02-03T22:16:00+00:00</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2016-02-03T22:16:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/git.git/commit/?id=da94a08967155212a6948f01cd30f5e9b36191a8'/>
<id>da94a08967155212a6948f01cd30f5e9b36191a8</id>
<content type='text'>
* dg/subtree-test:
  contrib/subtree: Make testing easier
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* dg/subtree-test:
  contrib/subtree: Make testing easier
</pre>
</div>
</content>
</entry>
</feed>
