Merge branch 'jh/notes' into pu
authorShawn O. Pearce <spearce@spearce.org>
Tue, 29 Sep 2009 17:48:49 +0000 (10:48 -0700)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 29 Sep 2009 17:48:49 +0000 (10:48 -0700)
commitc783ae84a52069e8b62df830b363640c8c5aa23d
treeaed33f7ef0064fc035a5e0e2b02e077cb1db5b94
parenta77de7ad5afd315bb299ccb6f8553edbc2250e15
parente6724eb0d16dd521b190e94c9bed3a5bb4a6f7d2
Merge branch 'jh/notes' into pu

* jh/notes:
  Selftests verifying semantics when loading notes trees with various fanouts
  Teach the notes lookup code to parse notes trees with various fanout schemes
  notes.[ch] fixup: avoid old-style declaration
  Teach notes code to free its internal data structures on request.
  Add '%N'-format for pretty-printing commit notes
  Add flags to get_commit_notes() to control the format of the note string
  t3302-notes-index-expensive: Speed up create_repo()
  fast-import: Add support for importing commit notes
  Teach "-m <msg>" and "-F <file>" to "git notes edit"
  Add an expensive test for git-notes
  Speed up git notes lookup
  Add a script to edit/inspect notes
  Introduce commit notes

Conflicts:
Documentation/pretty-formats.txt
.gitignore
Documentation/config.txt
Documentation/pretty-formats.txt
Makefile
cache.h
commit.c
config.c
environment.c
pretty.c