GitPHP 0.2.4

Added by Chris Han almost 2 years ago

GitPHP 0.2.4 is out. I’ve still been pretty busy, I apologize.

  • Chinese translation - thanks to see fan
  • Side-by-side diffs for blobdiff and commitdiff - based on work by Mattias Ulbrich and Tanguy Pruvot
  • Fix clone and push urls using ssh colon notation - thanks to mdevilz
  • Allow specifying hashbases by branch/tag name in URLs - previously you were required to specify the entire ref name, eg hb=refs/heads/master. Now you can just specify the head/tag name, eg hb=master.
  • Fix crash in blobdiff_plain when specifying hashbase without a hash - this prevented you from using urls with just a filename and hashbase id or ref name, which was supposed to find the right file hash automatically

Comments