Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #20 from quorumcontrol/feature/other-configs | Máximo Cuadros | 2020-04-07 | 7 | -35/+612 | |
|\ | | | | | plumbing: format, config.Merged to allow access to local and global config | |||||
| * | Simplify a couple of config examples | Wes Morgan | 2020-04-07 | 1 | -2/+2 | |
| | | ||||||
| * | Add advanced usage note to config example | Wes Morgan | 2020-04-07 | 1 | -0/+4 | |
| | | ||||||
| * | Document some things in format/config/merged.go | Wes Morgan | 2020-04-07 | 1 | -1/+39 | |
| | | ||||||
| * | Fix dotgit tests | Wes Morgan | 2020-04-06 | 1 | -3/+3 | |
| | | ||||||
| * | Add funcs to set global & local config in Merged | Wes Morgan | 2020-04-06 | 1 | -0/+8 | |
| | | ||||||
| * | Add Merged config | Wes Morgan | 2020-04-06 | 6 | -32/+559 | |
| | | | | | | | | ...for reading and writing global (~/.git/config) and reading system (/etc/gitconfig) configs in addition to local repo config | |||||
* | | Merge pull request #24 from jfontan/fix-compatibility-tests | Máximo Cuadros | 2020-04-07 | 1 | -5/+4 | |
|\ \ | | | | | | | ci: fix compatibility tests for master | |||||
| * | | ci: fix compatibility tests | Javi Fontan | 2020-04-07 | 1 | -5/+4 | |
|/ / | | | | | | | Signed-off-by: Javi Fontan <jfontan@gmail.com> | |||||
* | | Merge pull request #22 from mcuadros/fix-empty | Máximo Cuadros | 2020-04-07 | 3 | -9/+30 | |
|\ \ | |/ |/| | plumbing: transport, fix handling of empty adv-refs on upload-pack | |||||
| * | plumbing: transport, fix handling of empty adv-refs on upload-pack | Máximo Cuadros | 2020-04-07 | 3 | -9/+30 | |
| | | ||||||
* | | Merge pull request #13 from marnovo/patch-2 | Máximo Cuadros | 2020-03-22 | 1 | -1/+1 | |
|\ \ | | | | | | | Fix typo on gitsight reference | |||||
| * | | Fix typo on gitsight reference | Marcelo Novaes | 2020-03-21 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge pull request #11 from brandonwestcott/fix/empty-packfile-server | Máximo Cuadros | 2020-03-19 | 2 | -5/+37 | |
|\ \ | | | | | | | plumbing: transport server check for nil Packfile, fixes ref deletes | |||||
| * | | plumbing: transport server test for nil Packfile | Brandon Westcott | 2020-03-19 | 1 | -0/+30 | |
| | | | ||||||
| * | | plumbing: transport server check for nil Packfile, fixes ref deletes | Brandon Westcott | 2020-03-19 | 1 | -5/+7 | |
|/ / | ||||||
* | | Merge pull request #10 from bufdev/compatibility-file-protocol | Máximo Cuadros | 2020-03-19 | 1 | -1/+1 | |
|\ \ | | | | | | | Update COMPATIBILITY.md to reflect git binary usage for file protocol | |||||
| * | | Update COMPATIBILITY.md to reflect git binary usage for file protocol | bufdev | 2020-03-18 | 1 | -1/+1 | |
|/ / | | | | | | | Signed-off-by: bufdev <bufdev-github@buf.build> | |||||
* / | README.md: change CI badge | Máximo Cuadros | 2020-03-16 | 1 | -1/+1 | |
|/ | ||||||
* | Worktree: revert url change on test | Máximo Cuadros | 2020-03-16 | 1 | -1/+1 | |
| | ||||||
* | ci: split jobs | Máximo Cuadros | 2020-03-16 | 2 | -38/+40 | |
| | ||||||
* | README.md: update badges | Máximo Cuadros | 2020-03-15 | 1 | -1/+1 | |
| | ||||||
* | ci: based on github actionsv5.0.0 | Máximo Cuadros | 2020-03-15 | 15 | -169/+90 | |
| | ||||||
* | README.md: update URL and notes about project status | Máximo Cuadros | 2020-03-15 | 1 | -5/+5 | |
| | ||||||
* | README.md: update URL and notes about project status | Máximo Cuadros | 2020-03-15 | 1 | -6/+14 | |
| | ||||||
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 58 | -184/+115 | |
| | ||||||
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 284 | -845/+847 | |
| | ||||||
* | Merge pull request #7 from dsymonds/master | Máximo Cuadros | 2020-03-10 | 1 | -2/+5 | |
|\ | | | | | plumbing/object: avoid O(N^2) string building when decoding commit message | |||||
| * | plumbing/object: avoid O(N^2) string building when decoding commit message | David Symonds | 2020-03-10 | 1 | -2/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | Most commits have relatively small messages, so this was never noticeable. However, there are some repositories that have semi-automated messages that can get very large (e.g. github.com/riscv/riscv-clang and its riscv-trunk branch), on the order of 109k lines. Changing from string += to using a bytes.Buffer reduces the time for Commit.Decode for that specific case from 35s to 74ms. Signed-off-by: David Symonds <dsymonds@golang.org> | |||||
* | | Merge pull request #6 from go-git/pr-1153 | Máximo Cuadros | 2020-03-10 | 2 | -4/+10 | |
|\ \ | | | | | | | storage/filesystem: dotgit, unable to work with .git folder with temporal packfiles | |||||
| * | | storage/filesystem: dotgit, Change the order of checking packfile name ↵ | Yuichi Watanabe | 2019-05-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | prefix and suffix. Fixes #1149 Signed-off-by: Yuichi Watanabe <yuichi.watanabe.ja@gmail.com> | |||||
| * | | storage/filesystem: dotgit, Add prefix check to packfile name. Fixes #1149 | Yuichi Watanabe | 2019-05-17 | 1 | -4/+5 | |
| | | | | | | | | | | | | Signed-off-by: Yuichi Watanabe <yuichi.watanabe.ja@gmail.com> | |||||
| * | | storage/filesystem: dotgit, Reproduce packfile parse error. Fixes #1149 | Yuichi Watanabe | 2019-05-17 | 1 | -0/+5 | |
| | | | | | | | | | | | | Signed-off-by: Yuichi Watanabe <yuichi.watanabe.ja@gmail.com> | |||||
* | | | Merge pull request #3 from go-git/pr-1248 | Máximo Cuadros | 2020-03-10 | 4 | -16/+117 | |
|\ \ \ | | | | | | | | | git.LogOptions: add `PathFilter func(string) bool` | |||||
| * | | | add back test for NewCommitFileIterFromIter | Saeed Rasooli | 2019-11-29 | 1 | -0/+11 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Saeed Rasooli <saeed.gnu@gmail.com> | |||||
| * | | | repository_test.go: add TestLogPathFilterRegexp | Saeed Rasooli | 2019-11-29 | 1 | -0/+36 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Saeed Rasooli <saeed.gnu@gmail.com> | |||||
| * | | | add `PathFilter func(string) bool` to LogOptions | Saeed Rasooli | 2019-11-29 | 3 | -0/+33 | |
| | | | | | | | | | | | | | | | | Signed-off-by: Saeed Rasooli <saeed.gnu@gmail.com> | |||||
| * | | | add NewCommitPathIterFromIter that accepts pathFilter func(string) bool | Saeed Rasooli | 2019-11-29 | 3 | -17/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | keep NewCommitFileIterFromIter for compatibilty for now Signed-off-by: Saeed Rasooli <saeed.gnu@gmail.com> | |||||
* | | | | Merge pull request #2 from go-git/pr-1291 | Máximo Cuadros | 2020-03-10 | 2 | -8/+12 | |
|\ \ \ \ | |_|_|/ |/| | | | plumbing: object, fix date reading | |||||
| * | | | Merge branch 'fix-date-reading' of github.com:zeripath/go-git into pr-1291 | Máximo Cuadros | 2020-03-09 | 3 | -8/+14 | |
| |\ \ \ | ||||||
| | * | | | hack to prevent codecov from adding more codepaths | Andrew Thornton | 2020-02-23 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrew Thornton <art27@cantab.net> | |||||
| | * | | | Fix date reading | Andrew Thornton | 2020-02-23 | 3 | -7/+16 | |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In the British TZ the following time: ``` 1579639200 +0100 ``` will be erroneously parsed as being with the GMT TZ. This leads to multiple errors with GPG validation. This PR fixes this by using the provided TZ information to create a FixedZone and sets that as the TZ Signed-off-by: Andrew Thornton <art27@cantab.net> | |||||
* | | | | Merge pull request #1 from go-git/pr-1269 | Máximo Cuadros | 2020-03-09 | 3 | -0/+80 | |
|\ \ \ \ | |/ / / |/| | | | *: add Plan 9 support | |||||
| * | | | Add Plan 9 support | Fazlul Shahriar | 2019-12-25 | 3 | -0/+80 | |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Not all the tests pass yet but this makes go-git usable on Plan 9. Please merge this after https://github.com/src-d/go-billy/pull/78. Fixes #756 Signed-off-by: Fazlul Shahriar <fshahriar@gmail.com> | |||||
* / / | *: add gh actions | Máximo Cuadros | 2020-03-09 | 1 | -0/+18 | |
|/ / | ||||||
* | | Merge pull request #1231 from alexandear/fix-typos | Máximo Cuadros | 2019-11-01 | 38 | -70/+70 | |
|\ \ | | | | | | | *: fix typos in comments, variables and function names | |||||
| * | | Fix typos in comments, variables and function names | Oleksandr Redko | 2019-10-24 | 38 | -70/+70 | |
| | | | | | | | | | | | | Signed-off-by: Oleksandr Redko <oleksandr.red+github@gmail.com> | |||||
* | | | Merge pull request #1235 from jmahler/master | Máximo Cuadros | 2019-11-01 | 1 | -1/+1 | |
|\ \ \ | |/ / |/| | | fix broken link (s/ftp/https/) | |||||
| * | | fix broken link (s/ftp/https/) | Jeremiah Mahler | 2019-10-31 | 1 | -1/+1 | |
|/ / | | | | | | | Signed-off-by: Jeremiah Mahler <jmmahler@gmail.com> | |||||
* | | Merge pull request #1226 from asynts/patch-1 | Máximo Cuadros | 2019-10-15 | 1 | -1/+1 | |
|\ \ | | | | | | | typo |