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
*
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
*
repository: Fix RefSpec for a single tag. Fixes #960
Fedor Korotkov
2018-11-07
1
-0
/
+26
*
improve cleanup implementation, add more tests
Santiago M. Mola
2018-10-30
1
-6
/
+48
*
repository: added cleanup for the PlainCloneContext()
Bartek Jaroszewski
2018-10-30
1
-5
/
+43
*
Merge pull request #984 from mcuadros/open-bare
Máximo Cuadros
2018-10-16
1
-5
/
+5
|
\
|
*
repository: allow open non-bare repositories as bare
Máximo Cuadros
2018-10-15
1
-5
/
+5
*
|
teach ResolveRevision how to look up annotated tags, test
Máximo Cuadros
2018-10-15
1
-2
/
+1
*
|
Merge branch 'master' of github.com:src-d/go-git into annotated
Máximo Cuadros
2018-10-15
1
-13
/
+629
|
\
\
|
*
\
Merge pull request #828 from fooker/patch-1
Máximo Cuadros
2018-10-15
1
-0
/
+13
|
|
\
\
|
|
*
|
use remote name in fetch while clone, test
Máximo Cuadros
2018-10-15
1
-0
/
+13
|
*
|
|
Plumbing: object, Add support for Log with filenames. Fixes #826 (#979)
Nithin Gangadharan
2018-10-11
1
-0
/
+139
|
|
|
/
|
|
/
|
|
*
|
repository: fix test for new Storage constructor
Máximo Cuadros
2018-09-10
1
-7
/
+5
|
*
|
Merge branch 'master' of github.com:src-d/go-git into f-add-tagging-support
Máximo Cuadros
2018-09-10
1
-16
/
+8
|
|
\
\
|
|
*
|
Expose Storage cache.
kuba--
2018-09-07
1
-19
/
+11
|
*
|
|
git: s/TagObjectOptions/CreateTagOptions/
Chris Marchesi
2018-09-07
1
-8
/
+8
|
*
|
|
git: Add some tests for annotated tag deletion
Chris Marchesi
2018-09-07
1
-3
/
+110
|
*
|
|
git: Don't return tag object with Tag, adjust docs for Tag and Tags
Chris Marchesi
2018-08-23
1
-35
/
+16
|
*
|
|
git: Discern tag target type from supplied hash
Chris Marchesi
2018-08-23
1
-28
/
+24
|
*
|
|
git: Canonicalize incoming annotated tag messages
Chris Marchesi
2018-08-21
1
-0
/
+43
|
*
|
|
git: Add tagging support
Chris Marchesi
2018-08-21
1
-0
/
+265
|
|
/
/
|
*
|
Merge pull request #906 from src-d/perf/packfile-reads
Máximo Cuadros
2018-08-14
1
-0
/
+56
|
|
\
\
|
|
*
|
git: add benchmark for iterating repository objects
Miguel Molina
2018-08-10
1
-0
/
+56
|
|
|
/
|
*
/
Fixed cloning of a single tag
Fedor Korotkov
2018-08-08
1
-1
/
+27
|
|
/
*
|
teach ResolveRevision how to look up annotated tags, test
Máximo Cuadros
2018-10-15
1
-0
/
+19
*
|
Teach ResolveRevision how to look up annotated tags
Mike Lundy
2018-05-11
1
-1
/
+1
|
/
*
Merge pull request #706 from antham/resolve-commit-sha1
v4.3.1
Máximo Cuadros
2018-04-17
1
-3
/
+13
|
\
|
*
Resolve full commit sha to plumbing hash
antham
2018-04-16
1
-3
/
+13
*
|
git: remote, Add shallow commits instead of substituting. Fixes #412
Javi Fontan
2018-04-16
1
-0
/
+63
|
/
*
config: adds branches to config for tracking branches against remotes, update...
Jeremy Chambers
2018-04-10
1
-0
/
+146
*
add PlainOpen variant to find .git in parent dirs
Daniel Martí
2018-04-03
1
-0
/
+30
*
*: skip time consuming tests
Máximo Cuadros
2018-03-21
1
-0
/
+13
*
Fix "too few values in struct initializer" in repository_test.go
Saeed Rasooli
2018-03-05
1
-2
/
+2
[next]