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
*
git: validate reference names
Ayman Bagabas
2023-11-30
1
-1
/
+8
*
git: clone --shared implemented
enverbisevac
2023-10-08
1
-0
/
+26
*
git: allow using `InitOptions` with `PlainInitWithOptions`
ThinkChaos
2023-09-15
1
-1
/
+1
*
git: add `PlainInitOptions.Bare`
ThinkChaos
2023-09-15
1
-11
/
+12
*
*: Bump dependencies
Paulo Gomes
2023-07-21
1
-1
/
+1
*
*: Handle paths starting with ~username
Arieh Schneier
2023-07-09
1
-10
/
+8
*
*: Handle paths starting with tilde
ricci2511
2023-07-06
1
-2
/
+10
*
Merge pull request #765 from matejrisek/feature/shallow-submodules-option
Paulo Gomes
2023-06-07
1
-1
/
+7
|
\
|
*
git: add a clone option to allow for shallow cloning of submodules
matej.risek
2023-06-05
1
-1
/
+7
*
|
git: Clone HEAD should not force master. Fixes #363
Arieh Schneier
2023-06-04
1
-1
/
+0
*
|
git: enable fetch with unqualified references
Arieh Schneier
2023-05-25
1
-21
/
+22
*
|
Merge pull request #764 from techknowlogick/init-options
Paulo Gomes
2023-05-23
1
-1
/
+17
|
\
\
|
*
|
git: Allow Initial Branch to be configurable
techknowlogick
2023-05-21
1
-1
/
+17
|
|
/
*
/
*: Remove use of deprecated io/util
Paulo Gomes
2023-05-11
1
-3
/
+3
|
/
*
plumbing/transport: add ProxyOptions to specify proxy details
Sanskar Jaiswal
2023-05-04
1
-0
/
+1
*
git: fix cloning with branch name
Arieh Schneier
2023-05-03
1
-2
/
+14
*
feat(clone): add mirror clone option
Ayman Bagabas
2023-04-17
1
-4
/
+10
*
config: Add Repository Format Extension
Paulo Gomes
2023-03-08
1
-0
/
+37
*
*: Fix panic for empty revisions
Paulo Gomes
2023-03-02
1
-35
/
+41
*
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
[next]