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.go
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor doc fixes (#287)
Jeff Widman
2021-04-16
1
-2
/
+2
*
plumbing: wire up contexts for Transport.AdvertisedReferences (#246)
Andrew Suffield
2021-03-26
1
-3
/
+3
*
add RequireRemoteRefs to PushOptions (#258)
Andrew Suffield
2021-03-25
1
-0
/
+34
*
Add insecureSkipTLS and cabundle (#228)
Daishan Peng
2021-01-27
1
-8
/
+10
*
Fetch should return a unique error type when ref not found
andrew2nelson
2020-09-02
1
-1
/
+14
*
git: remote, Fix deleting references when force pushing.
Chris Gavin
2020-08-28
1
-1
/
+1
*
Merge pull request #125 from cristaloleg/minor-linter-fixes
Máximo Cuadros
2020-07-16
1
-6
/
+3
|
\
|
*
fix slice capacity
Oleg Kovalov
2020-07-07
1
-1
/
+1
|
*
Minor linter fixes
Oleg Kovalov
2020-07-06
1
-6
/
+3
*
|
Skip error check explicitly
Oleg Kovalov
2020-07-06
1
-4
/
+6
|
/
*
Remote.Push: support force option
kappyhappy
2020-05-21
1
-0
/
+9
*
Remote.Fetch: support exact SHA1 refspecs
Máximo Cuadros
2020-05-11
1
-1
/
+32
*
*: migration from gopkg to go modules
Máximo Cuadros
2020-03-10
1
-17
/
+17
*
*: fixed tautological error conditionsautological error conditions
Christian Muehlhaeuser
2019-07-29
1
-1
/
+1
*
Merge pull request #1165 from seletskiy/push-prune
Máximo Cuadros
2019-07-26
1
-15
/
+52
|
\
|
*
send PACK only if non-delete command present
Stanislav Seletskiy
2019-07-25
1
-10
/
+26
|
*
add Prune option to PushOptions
Stanislav Seletskiy
2019-07-25
1
-5
/
+26
*
|
git : allows to create a Remote without a Repository
Valentin Cocaud
2019-06-17
1
-1
/
+4
|
/
*
git: fix goroutine block while pushing a remote
Javi Fontan
2019-03-01
1
-1
/
+8
*
remote: when pushing to a local repo, use local store for ignores
Jeremy Stribling
2019-02-11
1
-1
/
+14
*
remote: use reference deltas on push when the remote server does not
Benjamin Ash
2018-10-16
1
-2
/
+7
*
Fixed cloning of a single tag
Fedor Korotkov
2018-08-08
1
-2
/
+2
*
Remote.Fetch: error on missing remote reference
Máximo Cuadros
2018-06-21
1
-5
/
+35
*
git: remote, Do not iterate all references on update.
Javi Fontan
2018-05-14
1
-2
/
+22
*
git: remote, Add shallow commits instead of substituting. Fixes #412
Javi Fontan
2018-04-16
1
-2
/
+17
*
*: Use CheckClose with named returns
Javi Fontan
2018-03-27
1
-6
/
+6
*
remove unused result parameter from objectsToPush
Daniel Martí
2018-03-01
1
-7
/
+3
*
all: simplification
ferhat elmas
2017-11-29
1
-2
/
+2
*
Fetch - honor per refspec force flag
Taru Karttunen
2017-11-27
1
-1
/
+1
*
Use optionally locking when updating refs
Taru Karttunen
2017-11-27
1
-1
/
+1
*
Support non-force fetches
Nick Thomas
2017-11-27
1
-2
/
+26
*
all: fixes for ineffective assign
ferhat elmas
2017-11-26
1
-1
/
+2
*
*: add pointer to the new transport.Endpoint struct
Máximo Cuadros
2017-11-21
1
-1
/
+1
*
Merge pull request #641 from sunfishgao/patch-1
Ori Rawlings
2017-11-13
1
-0
/
+1
|
\
|
*
fix: a range loop can break in advance
Sunfish
2017-11-13
1
-0
/
+1
*
|
remote: add the last 100 commits for each ref in haves list
Jeremy Stribling
2017-10-05
1
-3
/
+92
*
|
Merge pull request #609 from darkowlzz/ls-remote
Máximo Cuadros
2017-10-04
1
-0
/
+33
|
\
\
|
*
|
Create ListOptions and rename LSRemote to List.
Sunny
2017-10-04
1
-3
/
+3
|
*
|
remote: add support for ls-remote
Sunny
2017-10-02
1
-0
/
+33
|
|
/
*
|
Merge pull request #586 from keybase/strib/commit-preorder-seen-gh-master
Máximo Cuadros
2017-09-12
1
-1
/
+1
|
\
\
|
*
|
plumbing: the commit walker can skip externally-seen commits
Jeremy Stribling
2017-09-09
1
-1
/
+1
*
|
|
config: support a configurable, and turn-off-able, pack.window
Jeremy Stribling
2017-09-11
1
-3
/
+7
|
/
/
*
/
remote: iterate over reference only once
Miguel Molina
2017-09-05
1
-27
/
+58
|
/
*
Remote.Fetch Tags logic improvement and fix NoTags
Máximo Cuadros
2017-09-04
1
-6
/
+16
*
Add sideband support for push
Ori Rawlings
2017-09-01
1
-4
/
+21
*
remote: avoid expensive revlist operation when only deleting refs
Jeremy Stribling
2017-08-28
1
-3
/
+12
*
Merge pull request #531 from mcuadros/ref-name
Máximo Cuadros
2017-08-02
1
-2
/
+2
|
\
|
*
*: use the new API for ReferenceName.Is* methods
Máximo Cuadros
2017-08-02
1
-2
/
+2
*
|
config: multiple values in RemoteConfig (URLs and Fetch)
Santiago M. Mola
2017-08-01
1
-4
/
+7
|
/
*
*: package context support in Repository, Remote and Submodule
Máximo Cuadros
2017-07-26
1
-12
/
+43
[next]