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
/
remote_test.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
git: remote, flip branch check to not-tag check
Aditya Sirish
2023-10-26
1
-0
/
+141
*
*: fix some typos
Zhizhen He
2023-09-08
1
-1
/
+1
*
git: enable fetch with unqualified references
Arieh Schneier
2023-05-25
1
-0
/
+56
*
git: Fix fetching after shallow clone. Fixes #305
Arieh Schneier
2023-05-24
1
-41
/
+68
*
*: Remove use of deprecated io/util
Paulo Gomes
2023-05-11
1
-2
/
+1
*
git: Add support to ls-remote with peeled references. Fixes #749
Paulo Gomes
2023-05-03
1
-0
/
+37
*
tests: Replace time.sleep with eventually
Paulo Gomes
2022-11-07
1
-8
/
+19
*
Merge pull request #418 from abhinav/unused
Máximo Cuadros
2021-12-10
1
-1
/
+1
|
\
|
*
Remove unused variables/types/functions
Abhinav Gupta
2021-11-27
1
-1
/
+1
*
|
Add ForceWithLease Push Option
John Cai
2021-11-02
1
-0
/
+127
|
/
*
Add support to push commits per hashes
Thibault Jamet
2021-10-28
1
-0
/
+92
*
Merge pull request #375 from noerw/add-remoteurl-option
Máximo Cuadros
2021-10-26
1
-0
/
+12
|
\
|
*
add tests
Norwin
2021-09-28
1
-0
/
+12
*
|
git: add --follow-tags option for pushes
John Cai
2021-10-05
1
-0
/
+60
|
/
*
git: Add support for deepening shallow clones (#311)
Marcus Watkins
2021-05-12
1
-0
/
+26
*
*: use go-billy instead of os calls
Máximo Cuadros
2021-05-02
1
-30
/
+58
*
Remote: new ListContext function (#278)
Xiang Xiujuan
2021-04-21
1
-0
/
+11
*
plumbing: wire up contexts for Transport.AdvertisedReferences (#246)
Andrew Suffield
2021-03-26
1
-2
/
+47
*
add RequireRemoteRefs to PushOptions (#258)
Andrew Suffield
2021-03-25
1
-0
/
+53
*
Fetch should return a unique error type when ref not found
andrew2nelson
2020-09-02
1
-0
/
+2
*
git: remote, Fix deleting references when force pushing.
Chris Gavin
2020-08-28
1
-0
/
+25
*
Remote.Push: support force option
kappyhappy
2020-05-21
1
-0
/
+28
*
Remote.Fetch: support exact SHA1 refspecs
Máximo Cuadros
2020-05-11
1
-1
/
+30
*
*: migration from go-git-fixtures/v4 and go-git/gcfg
Máximo Cuadros
2020-03-10
1
-1
/
+1
*
*: migration from gopkg to go modules
Máximo Cuadros
2020-03-10
1
-11
/
+11
*
Merge pull request #1165 from seletskiy/push-prune
Máximo Cuadros
2019-07-26
1
-1
/
+58
|
\
|
*
add Prune option to PushOptions
Stanislav Seletskiy
2019-07-25
1
-1
/
+58
*
|
git : allows to create a Remote without a Repository
Valentin Cocaud
2019-06-17
1
-32
/
+32
|
/
*
git: fix goroutine block while pushing a remote
Javi Fontan
2019-03-01
1
-0
/
+9
*
remote: use reference deltas on push when the remote server does not
Benjamin Ash
2018-10-16
1
-0
/
+23
*
Expose Storage cache.
kuba--
2018-09-07
1
-22
/
+13
*
Remote.Fetch: error on missing remote reference
Máximo Cuadros
2018-06-21
1
-0
/
+14
*
git: remote, Add shallow commits instead of substituting. Fixes #412
Javi Fontan
2018-04-16
1
-0
/
+52
*
dotgit: add CheckAndSetReference tests
Jeremy Stribling
2017-11-28
1
-2
/
+19
*
remote: add test for non-force, fast-forward fetching
Jeremy Stribling
2017-11-27
1
-0
/
+42
*
all: fixes for ineffective assign
ferhat elmas
2017-11-26
1
-0
/
+3
*
update to go-billy.v4 and go-git-fixtures.v3
Máximo Cuadros
2017-11-23
1
-2
/
+2
*
remote: add the last 100 commits for each ref in haves list
Jeremy Stribling
2017-10-05
1
-1
/
+5
*
Merge pull request #609 from darkowlzz/ls-remote
Máximo Cuadros
2017-10-04
1
-0
/
+31
|
\
|
*
TestList: explicitly check the refs in fixture
Sunny
2017-10-04
1
-27
/
+21
|
*
Create ListOptions and rename LSRemote to List.
Sunny
2017-10-04
1
-5
/
+3
|
*
remote: add support for ls-remote
Sunny
2017-10-02
1
-0
/
+39
*
|
remote: iterate over reference only once
Miguel Molina
2017-09-05
1
-13
/
+15
|
/
*
Remote.Fetch Tags logic improvement and fix NoTags
Máximo Cuadros
2017-09-04
1
-1
/
+1
*
remote: avoid expensive revlist operation when only deleting refs
Jeremy Stribling
2017-08-28
1
-0
/
+36
*
Merge pull request #531 from mcuadros/ref-name
Máximo Cuadros
2017-08-02
1
-1
/
+1
|
\
|
*
*: use the new API for ReferenceName.Is* methods
Máximo Cuadros
2017-08-02
1
-1
/
+1
*
|
config: multiple values in RemoteConfig (URLs and Fetch)
Santiago M. Mola
2017-08-01
1
-28
/
+27
|
/
*
*: package context support in Repository, Remote and Submodule
Máximo Cuadros
2017-07-26
1
-0
/
+41
*
Merge pull request #498 from mcuadros/fix-push
Máximo Cuadros
2017-07-24
1
-115
/
+75
|
\
[next]