]> granicus.if.org Git - cgit/commit
git: update for git 2.0
authorChristian Hesse <mail@eworm.de>
Thu, 29 May 2014 15:35:46 +0000 (17:35 +0200)
committerJason A. Donenfeld <Jason@zx2c4.com>
Sat, 28 Jun 2014 13:14:56 +0000 (15:14 +0200)
commit79c985e13c10b498c3ea62f4607c2e2a460c3b10
treed06ca41cfe2ebb5ff80ae747e38aeaad35734e35
parentb431282c91deea24916578395d88084261410968
git: update for git 2.0

prefixcmp() and suffixcmp() have been remove, functionality is now
provided by starts_with() and ends_with(). Retrurn values have been
changed, so instead of just renaming we have to fix logic.
Everything else looks just fine.
12 files changed:
Makefile
cgit.c
git
parsing.c
scan-tree.c
ui-clone.c
ui-log.c
ui-refs.c
ui-repolist.c
ui-shared.c
ui-snapshot.c
ui-summary.c