<feed xmlns='http://www.w3.org/2005/Atom'>
<title>git/Documentation/git-notes.txt, branch v1.7.3.4</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/git/git.git/
</subtitle>
<id>https://git.shady.money/git/atom?h=v1.7.3.4</id>
<link rel='self' href='https://git.shady.money/git/atom?h=v1.7.3.4'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/'/>
<updated>2010-08-09T17:12:50Z</updated>
<entry>
<title>notes: allow --dry-run for -n and --verbose for -v</title>
<updated>2010-08-09T17:12:50Z</updated>
<author>
<name>René Scharfe</name>
<email>rene.scharfe@lsrfire.ath.cx</email>
</author>
<published>2010-08-06T20:28:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=e93487d2f007176804e89042f9f199628e45c864'/>
<id>urn:sha1:e93487d2f007176804e89042f9f199628e45c864</id>
<content type='text'>
For consistency with other git commands, let the prune subcommand of
git notes accept the long options --dry-run and --verbose for the
respective short ones -n and -v.

Signed-off-by: Rene Scharfe &lt;rene.scharfe@lsrfire.ath.cx&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'mg/notes-dry-run'</title>
<updated>2010-06-13T18:22:39Z</updated>
<author>
<name>Junio C Hamano</name>
<email>gitster@pobox.com</email>
</author>
<published>2010-06-13T18:22:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=2d4fef9b86f41ad929f533e0e52dc1a6048cc2a3'/>
<id>urn:sha1:2d4fef9b86f41ad929f533e0e52dc1a6048cc2a3</id>
<content type='text'>
* mg/notes-dry-run:
  notes: dry-run and verbose options for prune
</content>
</entry>
<entry>
<title>notes: dry-run and verbose options for prune</title>
<updated>2010-05-20T06:57:18Z</updated>
<author>
<name>Michael J Gruber</name>
<email>git@drmicha.warpmail.net</email>
</author>
<published>2010-05-14T21:42:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=a9f2adff802308481f2e638bae0c5b6e205251a3'/>
<id>urn:sha1:a9f2adff802308481f2e638bae0c5b6e205251a3</id>
<content type='text'>
Introduce -n and -v options for "git notes prune" in complete analogy to
"git prune" so that one can check for dangling notes easily.

The output is a list of names of objects whose notes would be resp.
are removed so that one can check the object ("git show sha1") as well as
the note ("git notes show sha1").

Signed-off-by: Michael J Gruber &lt;git@drmicha.warpmail.net&gt;
Acked-by: Johan Herland &lt;johan@herland.net&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/notes: nitpicks</title>
<updated>2010-05-09T05:30:03Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2010-05-09T03:37:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=1a3eb9a0325fc1d1d168b517210b7760d31d3022'/>
<id>urn:sha1:1a3eb9a0325fc1d1d168b517210b7760d31d3022</id>
<content type='text'>
Spell out “or” in the NAME line and simplify the leading sentence
in the DESCRIPTION.

Some other language cleanups, too.

Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/notes: clean up description of rewriting configuration</title>
<updated>2010-05-09T05:30:03Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2010-05-09T03:33:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=c5ce1836719dc77e3c8495206653037cb5c4e511'/>
<id>urn:sha1:c5ce1836719dc77e3c8495206653037cb5c4e511</id>
<content type='text'>
Clarify that the GIT_NOTES_REWRITE_REFS environment variable
overrides both ‘[notes "rewrite"] &lt;command&gt;’ and ‘[notes] rewriteRef’.

Add explanations of GIT_NOTES_REWRITE_MODE and GIT_NOTES_REWRITE_REFS
to the ENVIRONMENT section.

Cc: Leif Arne Storset &lt;lstorset@opera.com&gt;
Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/notes: simplify treatment of default display refs</title>
<updated>2010-05-09T05:30:03Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2010-05-09T03:32:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=66c4c32d29de5d24161dc804197918453d9cd2d3'/>
<id>urn:sha1:66c4c32d29de5d24161dc804197918453d9cd2d3</id>
<content type='text'>
The main description of display refs for notes should be in
git-log.1, where there is a chance to give a leisurely description
of all the ways they can be set, what they are used for, and so
on.  The description in git-notes.1 is only meant to be a quick
reminder of how notes are used.

So simplify it.

Also add an entry for GIT_NOTES_DISPLAY_REF to the environment
section.

Cc: Thomas Rast &lt;trast@student.ethz.ch&gt;
Cc: Johan Herland &lt;johan@herland.net&gt;
Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/notes: simplify treatment of default notes ref</title>
<updated>2010-05-09T05:30:02Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2010-05-09T03:23:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=0097971031e8b112a33038d47f5c864dad8e9363'/>
<id>urn:sha1:0097971031e8b112a33038d47f5c864dad8e9363</id>
<content type='text'>
Separate the documentation of the semantics, command-line option,
configuration item, and environment variable for the default notes
ref.  The documentation is easier to digest in bite-sized pieces.

Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/notes: add configuration section</title>
<updated>2010-05-09T05:30:02Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2010-05-09T03:21:59Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=ed9098fda2c8d178aad3a47c0c2f97474c60e82c'/>
<id>urn:sha1:ed9098fda2c8d178aad3a47c0c2f97474c60e82c</id>
<content type='text'>
Copy the descriptions of configuration variables from git-config.1.
Once the descriptions have been ironed out, it would be nice to
refactor them to share text, but for now it is simplest to experiment
with separate copies.

Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/notes: describe content of notes blobs</title>
<updated>2010-05-09T05:30:02Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2010-05-09T03:21:34Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=8d6888ec6aee97f8b2b395e7e075dd00d9689c25'/>
<id>urn:sha1:8d6888ec6aee97f8b2b395e7e075dd00d9689c25</id>
<content type='text'>
stripspace/text-based formatting kicks in when specifying the notes
content with -m or -F, or when an editor is used to edit the notes.
To binary-safely create notes from files, the following construct is
required:

    git notes add -C $(git hash-object -w &lt;file&gt;) &lt;object&gt;

Explain this trick (thanks, Johan!) in the manual.  Add an ordinary
example, too, to keep this esoteric one company.

Cc: Johan Herland &lt;johan@herland.net&gt;
Cc: Thomas Rast &lt;trast@student.ethz.ch&gt;
Cc: Jeff King &lt;peff@peff.net&gt;
Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
<entry>
<title>Documentation/notes: document format of notes trees</title>
<updated>2010-05-09T05:30:02Z</updated>
<author>
<name>Jonathan Nieder</name>
<email>jrnieder@gmail.com</email>
</author>
<published>2010-05-09T03:19:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/git/commit/?id=9eb3f816dea9fa00e7c20204516b0cb288219057'/>
<id>urn:sha1:9eb3f816dea9fa00e7c20204516b0cb288219057</id>
<content type='text'>
Separate the specification of the notes format exposed in
git-config.1 from the description of the option; or in other
words, move the explanation for what to expect to find at
refs/notes/commits from git-config.1 to git-notes.1.

Suggested-by: Thomas Rast &lt;trast@student.ethz.ch&gt;
Signed-off-by: Jonathan Nieder &lt;jrnieder@gmail.com&gt;
Signed-off-by: Junio C Hamano &lt;gitster@pobox.com&gt;
</content>
</entry>
</feed>
