index
:
go-git
master
push_url
A highly extensible Git implementation in pure Go.
Matěj Cepl <mcepl@cepl.eu>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
repository_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
git: validate reference names
Ayman Bagabas
2023-11-30
1
-0
/
+37
*
*: Improve BenchmarkPlainClone
Paulo Gomes
2023-10-28
1
-11
/
+16
*
git: clone --shared implemented
enverbisevac
2023-10-08
1
-0
/
+96
*
git: allow using `InitOptions` with `PlainInitWithOptions`
ThinkChaos
2023-09-15
1
-2
/
+11
*
git: add `PlainInitOptions.Bare`
ThinkChaos
2023-09-15
1
-0
/
+15
*
*: Handle paths starting with ~username
Arieh Schneier
2023-07-09
1
-4
/
+13
*
*: Add test for paths starting with tilde
ricci2511
2023-07-07
1
-0
/
+15
*
Merge pull request #765 from matejrisek/feature/shallow-submodules-option
Paulo Gomes
2023-06-07
1
-0
/
+37
|
\
|
*
git: add a clone option to allow for shallow cloning of submodules
matej.risek
2023-06-05
1
-0
/
+37
*
|
git: Clone HEAD should not force master. Fixes #363
Arieh Schneier
2023-06-04
1
-6
/
+43
*
|
Merge pull request #764 from techknowlogick/init-options
Paulo Gomes
2023-05-23
1
-0
/
+48
|
\
\
|
*
|
git: Allow Initial Branch to be configurable
techknowlogick
2023-05-21
1
-0
/
+48
|
|
/
*
/
git: Testing, Fix tests not cleaning temp folders
Arieh Schneier
2023-05-11
1
-9
/
+9
|
/
*
git: fix cloning with branch name
Arieh Schneier
2023-05-03
1
-1
/
+9
*
feat(clone): add mirror clone option
Ayman Bagabas
2023-04-17
1
-0
/
+29
*
*: Fix panic for empty revisions
Paulo Gomes
2023-03-02
1
-0
/
+9
*
Repository: don't crash accessing invalid pathinfo (#443)
Christian Muehlhaeuser
2022-01-19
1
-0
/
+5
*
Merge pull request #425 from abhinav/error-strings
Máximo Cuadros
2021-12-11
1
-1
/
+1
|
\
|
*
Fix repository_test
Abhinav Gupta
2021-12-10
1
-1
/
+1
*
|
simplified sparse checkout
John Cai
2021-11-09
1
-0
/
+31
|
/
*
*: use go-billy instead of os calls
Máximo Cuadros
2021-05-02
1
-106
/
+157
*
Repository: test, use raw string to avoid double-escape (#288)
Jeff Widman
2021-04-16
1
-1
/
+1
*
*: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope...
Johan Fleury
2021-04-06
1
-3
/
+3
*
plumbing: wire up contexts for Transport.AdvertisedReferences (#246)
Andrew Suffield
2021-03-26
1
-6
/
+6
*
support file path in PlainOpenWithOptions - do only when detect flag is enabled
Ashok Pon Kumar
2020-09-02
1
-1
/
+5
*
support file path in PlainOpenWithOptions
Ashok Pon Kumar
2020-09-02
1
-0
/
+10
*
Merge pull request #125 from cristaloleg/minor-linter-fixes
Máximo Cuadros
2020-07-16
1
-1
/
+1
|
\
|
*
Minor linter fixes
Oleg Kovalov
2020-07-06
1
-1
/
+1
*
|
Support partial hashes in Repository.ResolveRevision.
David Symonds
2020-07-16
1
-0
/
+1
|
/
*
fix goreportcard warnings
Oleg Kovalov
2020-07-01
1
-0
/
+1
*
CreateTagOptions.Validate: load Tagger from config
Máximo Cuadros
2020-06-05
1
-9
/
+1
*
Repository.ConfigScoped and Repository.Commit with empty author support
Máximo Cuadros
2020-05-24
1
-0
/
+15
*
ci: based on github actions
v5.0.0
Máximo Cuadros
2020-03-15
1
-5
/
+1
*
*: migration from go-git-fixtures/v4 and go-git/gcfg
Máximo Cuadros
2020-03-10
1
-6
/
+2
*
*: migration from gopkg to go modules
Máximo Cuadros
2020-03-10
1
-16
/
+16
*
add back test for NewCommitFileIterFromIter
Saeed Rasooli
2019-11-29
1
-0
/
+11
*
repository_test.go: add TestLogPathFilterRegexp
Saeed Rasooli
2019-11-29
1
-0
/
+36
*
add `PathFilter func(string) bool` to LogOptions
Saeed Rasooli
2019-11-29
1
-0
/
+15
*
add NewCommitPathIterFromIter that accepts pathFilter func(string) bool
Saeed Rasooli
2019-11-29
1
-4
/
+7
*
Add limiting options to git log
knqyf263
2019-08-04
1
-1
/
+131
*
Add TestLogFileWithError for coverage
knqyf263
2019-08-03
1
-1
/
+23
*
Handle io.EOF error in commitFileIter.ForEach
knqyf263
2019-08-03
1
-1
/
+1
*
Add assertion for unhandled error in TestLogFile
knqyf263
2019-08-03
1
-4
/
+8
*
*: added missing error checks in tests
Christian Muehlhaeuser
2019-07-29
1
-1
/
+3
*
Worktree: improve build index performance. (#1179)
Nao YONASHIRO
2019-07-25
1
-0
/
+20
*
improve ResolveRevision's Ref lookup path
Mike Lundy
2019-05-14
1
-5
/
+5
*
add Repository.CreateRemoteAnonymous
niukuo
2019-03-22
1
-0
/
+30
*
Ignore missing references on log --all
Antonio Jesus Navarro Perez
2019-02-12
1
-0
/
+62
*
Implement git log --all
kuba--
2019-01-07
1
-6
/
+122
*
repository: fix plain clone error handling regression
Santiago M. Mola
2018-11-27
1
-8
/
+43
[next]