Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

v4.8.0

Compare
Choose a tag to compare
@mcuadros mcuadros released this 19 Nov 22:36
· 210 commits to master since this release
f62cd8e

This version includes support for a new index extension, the EOIE extension, enabled by default in the upcoming git v2.20. Also includes a bunch of fixes and new features, take a look at the change log.

Change Log

  • plumbing: format/index: support for EOIE extension #1025 (mcuadros)
  • plumbing: format/packfile, remove unused getObjectData method #1022 (ajnavarro)
  • plumbing: format/packfile, Fix broken "thin" packfile support. Fixes #991 #994 (jpeletier)
  • plumbing: transport/ssh, fix flaky test TestAdvertisedReferencesNotExists. Fixes #969 #1013 (mccurdyc)
  • plumbing: transport/http: improve TokenAuth documentation #1009 (smola)
  • plumbing: transport/http, Add missing host/port on redirect. Fixes #820 #1001 (hairyhenderson)
  • plumbing: ReferenceName constructors #998 (mcuadros)
  • storage/filesystem: Added reindex method to reindex packfiles #1019 (jpeletier)
  • Repository: Fix RefSpec for a single tag. #1015 (fkorotkov)
  • Repository: cleanup after failed clone #1008 (smola)
  • git: enables building on OpenBSD, Dragonfly BSD and Solaris #992 (yuce)
  • remote: use reference deltas on push when the remote server does not … #987 (bashims)
  • examples: PlainClone with Basic Authentication (Password & Access Token) #990 (mccurdyc)