List for cgit developers and users
 help / color / mirror / Atom feed
* [PATCH 0/3] Update to Git 2.0.3
@ 2014-07-27 10:56 john
  2014-07-27 10:56 ` [PATCH 1/3] parsing.c: make commit buffer const john
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: john @ 2014-07-27 10:56 UTC (permalink / raw)


This isn't as simple as just bumping the version number because the
"buffer" field has been removed from "struct commit" so we need to
change all of the places that use it to use the new wrapper functions.

The first commit is a preparatory change because the new access function
returns a pointer-to-const where the "buffer" field was previously just
a "char *".  The middle commit is the real change and the final one is
just an unrelated fix I noticed while in the area.

John Keeping (3):
  parsing.c: make commit buffer const
  git: update to v2.0.3
  ui-stats.c: set parent pointer to NULL after freeing it

 Makefile   | 2 +-
 git        | 2 +-
 parsing.c  | 9 +++++----
 ui-atom.c  | 3 +--
 ui-log.c   | 6 ++----
 ui-stats.c | 3 ++-
 6 files changed, 12 insertions(+), 13 deletions(-)

-- 
2.0.1.472.g6f92e5f.dirty



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-07-27 23:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-27 10:56 [PATCH 0/3] Update to Git 2.0.3 john
2014-07-27 10:56 ` [PATCH 1/3] parsing.c: make commit buffer const john
2014-07-27 10:56 ` [PATCH 2/3] git: update to v2.0.3 john
2014-07-27 10:56 ` [PATCH 3/3] ui-stats.c: set parent pointer to NULL after freeing it john
2014-07-27 23:59 ` [PATCH 0/3] Update to Git 2.0.3 Jason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).