OSDN Git Service

Merge branch 'jk/commit-author-parsing'
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Sep 2014 18:38:33 +0000 (11:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Sep 2014 18:38:33 +0000 (11:38 -0700)
Code clean-up.

* jk/commit-author-parsing:
  determine_author_info(): copy getenv output
  determine_author_info(): reuse parsing functions
  date: use strbufs in date-formatting functions
  record_author_date(): use find_commit_header()
  record_author_date(): fix memory leak on malformed commit
  commit: provide a function to find a header in a buffer

1  2 
builtin/commit.c
cache.h
commit.h
date.c
fast-import.c
ident.c
pretty.c

Simple merge
diff --cc cache.h
Simple merge
diff --cc commit.h
Simple merge
diff --cc date.c
Simple merge
diff --cc fast-import.c
Simple merge
diff --cc ident.c
Simple merge
diff --cc pretty.c
Simple merge