<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/notes-utils.h, branch v2.0.0</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v2.0.0</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v2.0.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2013-09-04T22:30:03Z</updated>
<entry>
<title>typofix: commit is spelled with two ems</title>
<updated>2013-09-04T22:30:03Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2013-09-04T22:28:45Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a316b954efb6d55f83c3950cfc2c7bbe356b5037'/>
<id>urn:sha1:a316b954efb6d55f83c3950cfc2c7bbe356b5037</id>
<content type='text'>
There are a handful of instances where we say commmit when we mean
commit.  Fix them.

Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Move create_notes_commit() from notes-merge.c into notes-utils.c</title>
<updated>2013-06-12T17:38:13Z</updated>
<author>
<name>Johan Herland</name>
<email>johan@herland.net</email>
</author>
<published>2013-06-12T00:13:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=bf9a05ba46a9d464424d22482aaa54abdd28b77d'/>
<id>urn:sha1:bf9a05ba46a9d464424d22482aaa54abdd28b77d</id>
<content type='text'>
create_notes_commit() is needed by both the notes-merge code, and by
commit_notes() in notes-utils. Since it is generally useful, and not
bound to the notes-merge machinery, we move it from (the more specific)
notes-merge to (the more general) notes-utils.

Signed-off-by: Johan Herland &lt;johan@herland.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Move copy_note_for_rewrite + friends from builtin/notes.c to notes-utils.c</title>
<updated>2013-06-12T17:34:59Z</updated>
<author>
<name>Johan Herland</name>
<email>johan@herland.net</email>
</author>
<published>2013-06-12T00:13:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=49c2470400bbb695b953abeb4e6737be747317af'/>
<id>urn:sha1:49c2470400bbb695b953abeb4e6737be747317af</id>
<content type='text'>
This is a pure code movement of the machinery for copying notes to
rewritten objects. This code was located in builtin/notes.c for
historical reasons. In order to make it available to builtin/commit.c
it was declared in builtin.h. This was more of an accident of history
than a concious design, and we now want to make this machinery more
widely available.

Hence, this patch moves the code into the new notes-utils.[hc] files
which are included into libgit.a. Except for adjusting #includes
accordingly, this patch merely moves the relevant functions verbatim
into the new files.

Cc: Thomas Rast &lt;trast@inf.ethz.ch&gt;
Signed-off-by: Johan Herland &lt;johan@herland.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
