All Versions
10
Latest Version
Avg Release Cycle
32 days
Latest Release
1701 days ago

Changelog History

  • v4.13.1 Changes

    August 01, 2019

    ๐Ÿ›  Fix build in linux/386

    ๐Ÿ”„ Change Log

    • ๐Ÿ‘ worktree: force convert to int64 to support 32bit os. Fix #1202 (#1203)
  • v4.13.0 Changes

    July 31, 2019

    ๐Ÿš€ Not very fancy release, with some code improvements and cleans and the update of all the dependencies. The most relevant change is the #1197, making public http.AuthMethod.SetAuth method.

    ๐Ÿ”„ Change Log

  • v4.12.0 Changes

    June 18, 2019

    ๐Ÿš€ This new release comes with two relevant contributions, the first one is the experimental support of commit-graph support by (filipnavara) nd the second one is merge-base feature contributed by (dpordomingo)

    ๐Ÿ”„ Change Log

    • config: fix wildcard handling in RefSpec matching #1160 (novas0x2a)
    • ๐Ÿ‘ config support the 'rebase' config key for branches #1154 (yelirekim)
    • git: Repository: improve ResolveRevision's Ref lookup path #1146 (novas0x2a)
    • ๐Ÿง git: Worktree: keep local changes when checkout branch #1145 (linuxerwang)
    • git : allows to create a Remote without a Repository #1142 (EmrysMyrddin)
    • plumbing: format/idxfile, avoid creating temporary buffers to decode integers #1136 (filipnavara)
    • plumbing: format/commitgraph, rename structs/fields to follow the terms #1134 (filipnavara)
    • plumbing: format/commitgraph, clean up error handling #1133 (filipnavara)
    • plumbing: object, add APIs for traversing over commit graphs #1132 (filipnavara)
    • plumbing: format/packfile, Fix data race and resource leak. #1159 (ebardsley)
    • ๐Ÿ‘ plumbing: format/gitattributes support #1130 (saracen)
    • plumbing: format/commitgraph, add APIs for reading and writing commit-graph files #1128 (filipnavara)
    • plumbing: object/{commit,tag} add EncodeWithoutSignature, Implement #1116 #1127 (sapk)
    • plumbing: format/index perf, buffered reads, reflection removal #1126 (saracen)
    • ๐ŸŽ plumbing: TreeWalker performance improvement, bufio pool for objects #1125 (saracen)
    • ๐ŸŽ plumbing: packfile/scanner, readability/performance improvements, zlib pooling #1124 (saracen)
    • plumbing: packfile, apply small object reading optimization also for delta objects #1121 (filipnavara)
    • ๐Ÿ— plumbing: idxfile, avoid unnecessary building of reverse offset/hash map #1119 (filipnavara)
    • plumbing: object, Fix tag message decoding #1118 (filipnavara)
    • ๐Ÿ”€ plumbing: object, Create merge-base feature #1097 (dpordomingo)
    • ๐Ÿ”€ examples: Add merge base command #1096 (dpordomingo)
    • filesystem: ObjectStorage, MaxOpenDescriptors option #1123 (saracen)
    • ssh: leverage proxy from environment #1090 (dweomer)
    • โšก๏ธ go modules update #1131 (mcuadros)
  • v4.11.0 Changes

    April 18, 2019

    ๐Ÿš€ Nothing very significant in this release but contains a bunch of bug fixing and improvements.

    ๐Ÿ”„ Change Log

    • git: add Repository.CreateRemoteAnonymous #1094 (niukuo)
    • ๐Ÿšš git: remove potentially duplicate check for unstaged files #1081 (meinto)
    • git: fix goroutine block while pushing a remote #1080 (jfontan)
    • storage/transactional: implement storer.PackfileWriter #1093 (jfontan)
    • plumbing: fix missing error in bfsCommitIterator #1092 (niukuo)
    • plumbing: object, Count stats properly when no new line added at the โ€ฆ #1088 (oleksii-shnyra)
    • plumbing: commit.StatsContext and fix for orphan commit #1115 (mcuadros)
    • plumbing: fix panic in object.Tree.FindEntry #1095 (niukuo)
    • plumbing/cache: check for empty cache list #1076 (jfontan)
    • worktree: allow manual ignore patterns when no .gitignore is available #1070 (fbsb)
    • โฑ utils/diff: Increase diffmatchcpatch timeout #1084 (vmarkovtsev)
  • v4.10.0 Changes

    February 14, 2019

    ๐Ÿš€ This release is full of cool stuff, starting with a new EXPERIMENTAL transactional storage implementation, or performance improvements for local remotes, take a look at the changelog:

    ๐Ÿ”„ Change Log

    • ๐ŸŒฒ plumbing: commit_walker, ignore missing references/objects on log --all #1067 (ajnavarro)
    • remote: speed up pushes when the "remote" repo is local #1066 (strib)
    • ๐Ÿšš utils: merkletrie, remove Unicode normalization in difftree #1065 (vmarkovtsev)
    • worktree: add sentinel error for non-fast-forward pull #1064 (asv)
    • packfile: get object size correctly for delta objects #1060 (strib)
    • storage: transactional, new storage with transactional capabilities #1006 (mcuadros)
  • v4.9.1 Changes

    January 30, 2019

    Patch version from 4.9.0, fixing a corner case (src-d/gitbase#688).

    ๐Ÿ”„ Changelog

    • storage/filesystem: check file object before using cache (#1056)
  • v4.9.0 Changes

    January 30, 2019

    ๐ŸŽ This new version comes with some new functionality like the new LogOptions.All option that mimics the git log --all done by @kuba--, plus some performance improvements for reading large commit histories implemented by @filipnavara.

    ๐Ÿ”„ Change Log

    • ๐ŸŒฒ git: Implement git log --all #1045 (kuba--)
    • ๐Ÿ‘ git: return better error message when packfile cannot be downloaded #1031 (jfontan)
    • storage/dotgit: use fs capabilitie in setRef #1036 (jfontan)
    • ๐ŸŽ plumbing: format/packfile, performance optimizations for reading large commit histories #963 (filipnavara)
  • v4.8.1 Changes

    November 27, 2018

    ๐Ÿ‘ฏ repository: fix plain clone error handling regression (Fixes #1027)

  • v4.8.0 Changes

    November 19, 2018

    0๏ธโƒฃ 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)
  • v4.7.1 Changes

    October 16, 2018

    ๐Ÿš€ From this release you can us go-git as a go module. Also, this release includes a bunch of fixes in different packages, take a look at the change log

    ๐Ÿ”„ Change Log

    • all: convert into a Go module #943
    • blame: fix edge case with missing \n in content length causing mismatched length error #986 (mcuadros)
    • repository: improve CheckoutOption.Hash doc #985 (mcuadros)
    • repository: allow open non-bare repositories as bare #984 (mcuadros)
    • ๐Ÿ‘ฏ repository: use remote name in fetch while clone, Fixes #827 [#828]
    • repository: allow ResolveRevision to resolve annotated tags #772 (novas0x2a)
    • storage: expose Storage cache. #949 (kuba--)
    • storage/filesystem: keep packs open in PackfileIter #962 (jfontan)
    • ๐Ÿ config: Add test for Windows local paths. Fixes #681 #977 (filipnavara)
    • ๐Ÿ“š git: Fix Status.IsClean() documentation #978 (urld)
    • git: use time.IsZero in Prune #974 (u5surf)
    • ๐Ÿ‘ git: Add tagging support #928 (vancluever)
    • ๐Ÿ›  plumbing: object, Add support for Log with filenames. Fixes #826 #979 (gnithin)
    • plumbing: tree, add a Size() method for getting plaintext size #982 (strib)
    • โœ… plumbing: improve test for urlencoded user:pass #968 (smola)
    • plumbing: diff, fix fatal: corrupt patch error in unified diff format #932 (distorhead)
    • plumbing: cache, fix potential LRU cache size issue. #958 (kuba--)