]> granicus.if.org Git - cgit/commit
git: update to v2.14
authorJeff Smith <whydoubt@gmail.com>
Thu, 10 Aug 2017 00:02:56 +0000 (19:02 -0500)
committerLukas Fleischer <lfleischer@lfos.de>
Thu, 10 Aug 2017 13:15:54 +0000 (15:15 +0200)
commitd08d6fcb19bb5f008b34282fe59fed3acd93e67f
treecaebc3dcbda43d022169f0589c9f6afaafc05e15
parent3d33b46df24d4dee140d0aafb1eba5fffa314cf0
git: update to v2.14

Numerous changes were made to git functions to use an object_id
structure rather than sending sha1 hashes as raw unsigned character
arrays.  The functions that affect cgit are: parse_object,
lookup_commit_reference, lookup_tag, lookup_tree, parse_tree_indirect,
diff_root_tree_sha1, diff_tree_sha1, and format_display_notes.

Commit b2141fc (config: don't include config.h by default) made it
necessary to that config.h be explicitly included when needed.

Commit 07a3d41 (grep: remove regflags from the public grep_opt API)
removed one way of specifying the ignore-case grep option.

Signed-off-by: Jeff Smith <whydoubt@gmail.com>
14 files changed:
Makefile
git
scan-tree.c
shared.c
ui-blob.c
ui-clone.c
ui-commit.c
ui-diff.c
ui-log.c
ui-patch.c
ui-plain.c
ui-snapshot.c
ui-tag.c
ui-tree.c