-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This switches the git library to go-git, which affords a couple of benefits. Mainly, the API is much nicer to use than libgit2. Using go-git also makes it easier to build the history for a package, since we no longer use git tags. I tested this locally by building Caddy, which mixes tarbal and git sources, and gave me problems the last go-around. --------- Signed-off-by: Evan Maddock <[email protected]>
- Loading branch information
1 parent
fd62ab2
commit bef2897
Showing
6 changed files
with
272 additions
and
305 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.