[PATCH 1/4] git: update to v2.14

2017-08-08 Thread Jeff Smith
Signed-off-by: Jeff Smith --- Makefile | 2 +- git | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3d792ce..f3ee84c 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ htmldir = $(docdir) pdfdir = $(docdir) mandir = $(prefix)/share/man S

Re: [RFC PATCH 1/4] git: update to v2.14

2017-07-22 Thread John Keeping
On Wed, Jun 07, 2017 at 09:18:07PM -0500, Jeff Smith wrote: > Update to git version v2.14: commit 6b526ce (Merge branch bc/object-id) > merged changes for several functions from using sha1 hashes to using > struct object_id pointers. The functions that affect cgit are: > parse_object, lookup_commi

[RFC PATCH 1/4] git: update to v2.14

2017-06-07 Thread Jeff Smith
Update to git version v2.14: commit 6b526ce (Merge branch bc/object-id) merged changes for several functions from using sha1 hashes to using struct object_id pointers. The functions that affect cgit are: parse_object, lookup_commit_reference, lookup_tag, lookup_tree, and parse_tree_indirect. Sign