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.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Repository: don't crash accessing invalid pathinfo (#443)
Christian Muehlhaeuser
2022-01-19
1
-0
/
+3
*
error strings: Don't capitalize, use periods, or newlines
Abhinav Gupta
2021-12-04
1
-2
/
+2
*
*: use go-billy instead of os calls
Máximo Cuadros
2021-05-02
1
-34
/
+21
*
Minor doc fixes (#287)
Jeff Widman
2021-04-16
1
-8
/
+4
*
*: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope...
Johan Fleury
2021-04-06
1
-1
/
+1
*
Add insecureSkipTLS and cabundle (#228)
Daishan Peng
2021-01-27
1
-6
/
+8
*
support file path in PlainOpenWithOptions - do only when detect flag is enabled
Ashok Pon Kumar
2020-09-02
1
-1
/
+1
*
support file path in PlainOpenWithOptions
Ashok Pon Kumar
2020-09-02
1
-0
/
+8
*
Merge pull request #125 from cristaloleg/minor-linter-fixes
Máximo Cuadros
2020-07-16
1
-6
/
+6
|
\
|
*
Minor linter fixes
Oleg Kovalov
2020-07-06
1
-6
/
+6
*
|
Support partial hashes in Repository.ResolveRevision.
David Symonds
2020-07-16
1
-6
/
+74
*
|
Skip error check explicitly
Oleg Kovalov
2020-07-06
1
-2
/
+2
|
/
*
Support `.git/commondir` repository layout
Timofey Kirillov
2020-06-15
1
-1
/
+48
*
Repository.SetConfig, shortcut to Repository.Storer.SetConfig
Máximo Cuadros
2020-05-24
1
-1
/
+10
*
Repository.ConfigScoped and Repository.Commit with empty author support
Máximo Cuadros
2020-05-24
1
-12
/
+46
*
*: migration from gopkg to go modules
Máximo Cuadros
2020-03-10
1
-13
/
+13
*
add `PathFilter func(string) bool` to LogOptions
Saeed Rasooli
2019-11-29
1
-0
/
+11
*
add NewCommitPathIterFromIter that accepts pathFilter func(string) bool
Saeed Rasooli
2019-11-29
1
-1
/
+7
*
Add limiting options to git log
knqyf263
2019-08-04
1
-0
/
+9
*
git : allows to create a Remote without a Repository
Valentin Cocaud
2019-06-17
1
-4
/
+4
*
improve ResolveRevision's Ref lookup path
Mike Lundy
2019-05-14
1
-44
/
+37
*
add Repository.CreateRemoteAnonymous
niukuo
2019-03-22
1
-0
/
+17
*
Refine Log.
kuba--
2019-01-10
1
-40
/
+59
*
Implement git log --all
kuba--
2019-01-07
1
-24
/
+47
*
git: return better error message when packfile cannot be downloaded
Javi Fontan
2018-11-30
1
-0
/
+4
*
repository: fix plain clone error handling regression
Santiago M. Mola
2018-11-27
1
-11
/
+14
*
repository: Fix RefSpec for a single tag. Fixes #960
Fedor Korotkov
2018-11-07
1
-15
/
+19
*
improve cleanup implementation, add more tests
Santiago M. Mola
2018-10-30
1
-49
/
+61
*
repository: added cleanup for the PlainCloneContext()
Bartek Jaroszewski
2018-10-30
1
-1
/
+59
*
Merge pull request #984 from mcuadros/open-bare
Máximo Cuadros
2018-10-16
1
-9
/
+4
|
\
|
*
repository: allow open non-bare repositories as bare
Máximo Cuadros
2018-10-15
1
-9
/
+4
*
|
Merge branch 'master' of github.com:src-d/go-git into annotated
Máximo Cuadros
2018-10-15
1
-29
/
+196
|
\
\
|
*
\
Merge pull request #828 from fooker/patch-1
Máximo Cuadros
2018-10-15
1
-5
/
+6
|
|
\
\
|
|
*
|
use remote name in fetch while clone, test
Máximo Cuadros
2018-10-15
1
-1
/
+1
|
|
*
|
Use remote name in fetch while clone
Dustin Frisch
2018-05-09
1
-4
/
+5
|
*
|
|
Plumbing: object, Add support for Log with filenames. Fixes #826 (#979)
Nithin Gangadharan
2018-10-11
1
-6
/
+13
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'master' of github.com:src-d/go-git into f-add-tagging-support
Máximo Cuadros
2018-09-10
1
-11
/
+5
|
|
\
\
|
|
*
|
Expose Storage cache.
kuba--
2018-09-07
1
-8
/
+3
|
|
*
|
git: do not expose storage options in PlainOpen
Javi Fontan
2018-08-31
1
-1
/
+1
|
|
*
|
git, storer: use a common storer.Options for storer and PlainOpen
Javi Fontan
2018-08-30
1
-5
/
+1
|
|
*
|
git: add Static option to PlainOpen
Javi Fontan
2018-08-30
1
-4
/
+7
|
*
|
|
git: s/TagObjectOptions/CreateTagOptions/
Chris Marchesi
2018-09-07
1
-2
/
+2
|
*
|
|
git: Don't touch tag objects orphaned by tag deletion
Chris Marchesi
2018-09-07
1
-16
/
+2
|
*
|
|
git: s/fetch/returns/ on Tag function doc
Chris Marchesi
2018-09-07
1
-1
/
+1
|
*
|
|
git: Don't return tag object with Tag, adjust docs for Tag and Tags
Chris Marchesi
2018-08-23
1
-15
/
+55
|
*
|
|
git: Discern tag target type from supplied hash
Chris Marchesi
2018-08-23
1
-1
/
+6
|
*
|
|
git: Add tagging support
Chris Marchesi
2018-08-21
1
-1
/
+133
|
|
/
/
|
*
|
Fixed cloning of a single tag
Fedor Korotkov
2018-08-08
1
-3
/
+3
|
*
|
Fix wrong godoc on Tags() method.
Antonio Jesus Navarro Perez
2018-07-30
1
-2
/
+3
|
*
|
Fix documentation for Notes
Morgan
2018-06-16
1
-1
/
+2
|
|
/
[next]