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
*
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
|
\
|
*
remote: push, update remote refs on push
Máximo Cuadros
2017-07-22
1
-115
/
+75
*
|
Implement a NoTags mode for fetch that mimics git fetch --no-tags
Nick Thomas
2017-07-22
1
-0
/
+16
|
/
*
Merge pull request #485 from mcuadros/fetch-tags
v4.0.0-rc12
Máximo Cuadros
2017-07-17
1
-53
/
+107
|
\
|
*
remote: fetch, correct behaviour on tags
Máximo Cuadros
2017-07-17
1
-53
/
+107
*
|
remote: avoid duplicate haves
Máximo Cuadros
2017-07-13
1
-0
/
+19
|
/
*
remote: fix push delete, closes #466
Santiago M. Mola
2017-07-07
1
-0
/
+47
*
Update local remote references during fetch even if no pack needs to be received
Ori Rawlings
2017-06-19
1
-0
/
+24
*
*: upgrade to go-billy.v3, merge
Máximo Cuadros
2017-06-18
1
-7
/
+7
*
do not convert local paths to URL
Santiago M. Mola
2017-04-28
1
-15
/
+14
*
add test for tags push, closes #354
Santiago M. Mola
2017-04-27
1
-0
/
+45
*
support force push (refspec with +)
Santiago M. Mola
2017-04-27
1
-0
/
+87
*
use go-billy.v2 version
Antonio Jesus Navarro Perez
2017-03-10
1
-1
/
+1
*
project: move imports from srcd.works to gopkg.in
Antonio Jesus Navarro Perez
2017-03-07
1
-7
/
+7
*
submodule init implementation
Máximo Cuadros
2017-02-12
1
-1
/
+2
*
config: RefSpec.Validate returning errors and doc (Fixes #232)
Máximo Cuadros
2017-01-31
1
-4
/
+4
*
new srcd.works/go-git.v4 path
Máximo Cuadros
2017-01-30
1
-5
/
+5
*
new git fixture path
Máximo Cuadros
2017-01-30
1
-1
/
+1
*
rename billy imports
Máximo Cuadros
2017-01-30
1
-2
/
+1
*
example: using new constructors
Máximo Cuadros
2017-01-30
1
-18
/
+19
|
\
|
*
Repository.Progress moved as a field in *Options (#237)
Máximo Cuadros
2017-01-30
1
-18
/
+19
*
|
new repository constructors and worktree
Máximo Cuadros
2017-01-28
1
-1
/
+1
|
/
*
remote: fix empty-git-upload-pack error in fetch, when the reference points t...
Máximo Cuadros
2017-01-12
1
-0
/
+11
*
remote: add Push (#178)
Santiago M. Mola
2016-12-19
1
-0
/
+109
*
Extract billy (#173)
Sergio Arbeo
2016-12-19
1
-1
/
+2
*
remote: make Fetch atomic. (#185)
Santiago M. Mola
2016-12-16
1
-81
/
+13
[next]