<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/mailsplit.c, branch v1.2.2</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.2.2</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.2.2'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2006-01-27T02:12:58Z</updated>
<entry>
<title>Remove unneeded header</title>
<updated>2006-01-27T02:12:58Z</updated>
<author>
<name>Uwe Zeisberger</name>
<email>zeisberg@informatik.uni-freiburg.de</email>
</author>
<published>2006-01-26T11:25:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a8608db5e925bcdfed88e73e2da0ffa27c466998'/>
<id>urn:sha1:a8608db5e925bcdfed88e73e2da0ffa27c466998</id>
<content type='text'>
Signed-off-by: Uwe Zeisberger &lt;zeisberg@informatik.uni-freiburg.de&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>mailsplit: allow empty input from stdin</title>
<updated>2006-01-08T05:26:30Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2006-01-08T05:26:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=6f2eacfeb2c67a7e05f98df2288d7893d3368c8e'/>
<id>urn:sha1:6f2eacfeb2c67a7e05f98df2288d7893d3368c8e</id>
<content type='text'>
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>git-am support for naked email messages (take 2)</title>
<updated>2005-12-14T10:04:56Z</updated>
<author>
<name>H. Peter Anvin</name>
<email>hpa@zytor.com</email>
</author>
<published>2005-12-14T06:39:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=b3f041fb0f7de167dbb6711b0a231d36c4b5de08'/>
<id>urn:sha1:b3f041fb0f7de167dbb6711b0a231d36c4b5de08</id>
<content type='text'>
This allows git-am to accept single-message files as well as mboxes.
Unlike the previous version, this one doesn't need to be explicitly told
which one it is; rather, it looks to see if the first line is a From
line and uses it to select mbox mode or not.

I moved the logic to do all this into git-mailsplit, which got a new
user interface as result, although the old interface is still available
for backwards compatibility.

[jc: applied with two obvious fixes.]

Signed-off-by: H. Peter Anvin &lt;hpa@zytor.com&gt;
Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Unlocalized isspace and friends</title>
<updated>2005-10-15T00:17:27Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@osdl.org</email>
</author>
<published>2005-10-13T18:03:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=4546738b58a0134eef154231b07d60fc174d56e3'/>
<id>urn:sha1:4546738b58a0134eef154231b07d60fc174d56e3</id>
<content type='text'>
Do our own ctype.h, just to get the sane semantics: we want
locale-independence, _and_ we want the right signed behaviour. Plus we
only use a very small subset of ctype.h anyway (isspace, isalpha,
isdigit and isalnum).

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] If NO_MMAP is defined, fake mmap() and munmap()</title>
<updated>2005-10-08T22:54:36Z</updated>
<author>
<name>Johannes Schindelin</name>
<email>Johannes.Schindelin@gmx.de</email>
</author>
<published>2005-10-08T22:54:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=730d48a2ef88a7fb7aa4409d40b1e6964a93267f'/>
<id>urn:sha1:730d48a2ef88a7fb7aa4409d40b1e6964a93267f</id>
<content type='text'>
Since some platforms do not support mmap() at all, and others do only just
so, this patch introduces the option to fake mmap() and munmap() by
malloc()ing and read()ing explicitely.

Signed-off-by: Johannes Schindelin &lt;Johannes.Schindelin@gmx.de&gt;
</content>
</entry>
<entry>
<title>mailsplit: allow feeding mbox from standard input.</title>
<updated>2005-10-06T22:55:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-06T22:55:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8b73edf498adf2895af7ff9c750283cf9325a632'/>
<id>urn:sha1:8b73edf498adf2895af7ff9c750283cf9325a632</id>
<content type='text'>
When mbox argument is missing, read the mailbox from the standard
input.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>mailsplit: -d&lt;prec&gt;</title>
<updated>2005-10-06T21:25:52Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-06T21:25:52Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e11fc02066435b0f370d639e665ec70680e876a6'/>
<id>urn:sha1:e11fc02066435b0f370d639e665ec70680e876a6</id>
<content type='text'>
Instead of the default 4 digits with leading zeros, different precision
can be specified for the generated filenames.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Honor user's umask.</title>
<updated>2005-10-01T18:58:43Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-10-01T18:58:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=f8d839ad992d92e1e31d7a557c198371d1fb7692'/>
<id>urn:sha1:f8d839ad992d92e1e31d7a557c198371d1fb7692</id>
<content type='text'>
Fix the last two holdouts that forced mode bits stricter than the user's umask.
Noticed by Wolfgang Denk and fixed by Linus.

[jc: applied the same fix to mailsplit just for the sake of consistency.]

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
<entry>
<title>Flatten tools/ directory to make build procedure simpler.</title>
<updated>2005-09-07T19:22:56Z</updated>
<author>
<name>Junio C Hamano</name>
<email>junkio@cox.net</email>
</author>
<published>2005-09-07T19:22:56Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=597c9cc540c2ca5d0b0eeaa3f453dffa14afab6d'/>
<id>urn:sha1:597c9cc540c2ca5d0b0eeaa3f453dffa14afab6d</id>
<content type='text'>
Also make platform specific part more isolated.  Currently we only
have Darwin defined, but I've taken a look at SunOS specific patch
(which I dropped on the floor for now) as well.  Doing things this way
would make adding it easier.

Signed-off-by: Junio C Hamano &lt;junkio@cox.net&gt;
</content>
</entry>
</feed>
