about summary refs log tree commit diff
path: root/third_party/git/.skip-subtree (follow)
AgeCommit message (Collapse)AuthorFilesLines
2021-09-21 r/2903 chore(3p/git): Unvendor git and track patches insteadVincent Ambo1-1/+0
This was vendored a long time ago under the expectation that keeping it in sync with cgit would be easier this way, but it has proven not to be a big issue. On the other hand, a vendored copy of git is an annoying maintenance burden. It is much easier to rebase the single (dottime) patch that we have. This removes the vendored copy of git and instead passes the git source code to cgit via `pkgs.srcOnly`, which includes the applied patch so that cgit can continue rendering dottime. Change-Id: If31f62dea7ce688fd1b9050204e9378019775f2b
2020-01-12 r/379 feat(third_party/git): Add derivation to build gitVincent Ambo1-0/+1
This overrides the upstream derivation to: * use local sources * build `git send-email` It also calls autoreconf before building because files that are included in the git distribution tarball (which the normal derivation uses) are missing from source.