Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
src-d
/
go-git
/
refs/heads/master
/
remote.go
af46dd5
*: fixed tautological error conditionsautological error conditions
by Christian Muehlhaeuser
· 6 years ago
1edb992
Merge pull request #1165 from seletskiy/push-prune
by Máximo Cuadros
· 6 years ago
17ea92a
send PACK only if non-delete command present
by Stanislav Seletskiy
· 6 years ago
5d9007f
add Prune option to PushOptions
by Stanislav Seletskiy
· 6 years ago
b4fba7e
git : allows to create a Remote without a Repository
by Valentin Cocaud
· 6 years ago
fae29fb
git: fix goroutine block while pushing a remote
by Javi Fontan
· 6 years ago
3889c64
remote: when pushing to a local repo, use local store for ignores
by Jeremy Stribling
· 6 years ago
1618e1c
remote: use reference deltas on push when the remote server does not
by Benjamin Ash
· 7 years ago
7b12481
Fixed cloning of a single tag
by Fedor Korotkov
· 7 years ago
b53ba8d
Remote.Fetch: error on missing remote reference
by Máximo Cuadros
· 7 years ago
939793b
git: remote, Do not iterate all references on update.
by Javi Fontan
· 7 years ago
75da837
git: remote, Add shallow commits instead of substituting. Fixes #412
by Javi Fontan
· 7 years ago
05c414a
*: Use CheckClose with named returns
by Javi Fontan
· 7 years ago
6588614
remove unused result parameter from objectsToPush
by Daniel Martí
· 7 years ago
18e6f9d
all: simplification
by ferhat elmas
· 8 years ago
77482f9
Fetch - honor per refspec force flag
by Taru Karttunen
· 8 years ago
3834e57
Use optionally locking when updating refs
by Taru Karttunen
· 8 years ago
702718f
Support non-force fetches
by Nick Thomas
· 8 years ago
c606e9f
all: fixes for ineffective assign
by ferhat elmas
· 8 years ago
5eb1c56
*: add pointer to the new transport.Endpoint struct
by Máximo Cuadros
· 8 years ago
786939e
Merge pull request #641 from sunfishgao/patch-1
by Ori Rawlings
· 8 years ago
a8136d2
fix: a range loop can break in advance
by Sunfish
· 8 years ago
39853aa
remote: add the last 100 commits for each ref in haves list
by Jeremy Stribling
· 8 years ago
a99c129
Merge pull request #609 from darkowlzz/ls-remote
by Máximo Cuadros
· 8 years ago
4d0c2cc
Create ListOptions and rename LSRemote to List.
by Sunny
· 8 years ago
7172e04
remote: add support for ls-remote
by Sunny
· 8 years ago
8cb0215
Merge pull request #586 from keybase/strib/commit-preorder-seen-gh-master
by Máximo Cuadros
· 8 years ago
52c1f98
config: support a configurable, and turn-off-able, pack.window
by Jeremy Stribling
· 8 years ago
841b62a
plumbing: the commit walker can skip externally-seen commits
by Jeremy Stribling
· 8 years ago
1c2fb31
remote: iterate over reference only once
by Miguel Molina
· 8 years ago
38b9d57
Remote.Fetch Tags logic improvement and fix NoTags
by Máximo Cuadros
· 8 years ago
76efca1
Add sideband support for push
by Ori Rawlings
· 8 years ago
467cb2a
remote: avoid expensive revlist operation when only deleting refs
by Jeremy Stribling
· 8 years ago
902347a
Merge pull request #531 from mcuadros/ref-name
by Máximo Cuadros
· 8 years ago
ab65565
*: use the new API for ReferenceName.Is* methods
by Máximo Cuadros
· 8 years ago
9488c59
config: multiple values in RemoteConfig (URLs and Fetch)
by Santiago M. Mola
· 8 years ago
064051f
*: package context support in Repository, Remote and Submodule
by Máximo Cuadros
· 8 years ago
fbf2a4a
Merge pull request #507 from mcuadros/ctx
by Máximo Cuadros
· 8 years ago
db5fa52
*: context.TODO()
by Máximo Cuadros
· 8 years ago
39ecae5
remote: push, update remote refs on push
by Máximo Cuadros
· 8 years ago
d851b90
repository: allow push from shallow repositories
by Máximo Cuadros
· 8 years ago
d3c7400
Merge pull request #485 from mcuadros/fetch-tags
by Máximo Cuadros
· 8 years ago
v4.0.0-rc12
cbdb258
remote: fetch, correct behaviour on tags
by Máximo Cuadros
· 8 years ago
c0de884
remote: avoid duplicate haves
by Máximo Cuadros
· 8 years ago
09f5f2a
improve delete support on push
by Santiago M. Mola
· 8 years ago
35861a4
remote: fix push delete, closes #466
by Santiago M. Mola
· 8 years ago
78c539a
Update local remote references during fetch even if no pack needs to be received
by Ori Rawlings
· 8 years ago
bf3a920
Merge pull request #421 from smola/iter-naming
by Máximo Cuadros
· 8 years ago
7908196
ensure receive-pack session is closed on push.
by Santiago M. Mola
· 8 years ago
e3b3ebd
fix naming of NewCommit{Pre,Post}Iterator
by Santiago M. Mola
· 8 years ago
727bf94
Merge pull request #367 from smola/push-tags
by Máximo Cuadros
· 8 years ago
a548013
Merge pull request #365 from smola/git-rel-path
by Santiago M. Mola
· 8 years ago
44ee227
add test for tags push, closes #354
by Santiago M. Mola
· 8 years ago
45bdbcb
transport: make Endpoint an interface, fixes #362
by Santiago M. Mola
· 8 years ago
38bd9e8
support force push (refspec with +)
by Santiago M. Mola
· 8 years ago
45ac031
fix format string issues as found by go vet
by Santiago M. Mola
· 8 years ago
33e7c16
project: move imports from srcd.works to gopkg.in
by Antonio Jesus Navarro Perez
· 8 years ago
be7e1e6
Add full stops and keep implementation details as internal comments.
by Antonio Jesus Navarro Perez
· 8 years ago
9006915
improve git package documentation (fix #231)
by Antonio Jesus Navarro Perez
· 8 years ago
9a469de
plumbing/revlist: input as a slice of hashes instead of commits
by Antonio Jesus Navarro Perez
· 8 years ago
b3b6e51
submodule init implementation
by Máximo Cuadros
· 8 years ago
a6197bd
documentation changes
by Máximo Cuadros
· 8 years ago
85a4efc
new srcd.works/go-git.v4 path
by Máximo Cuadros
· 8 years ago
a48bc6e
Repository.Progress moved as a field in *Options (#237)
by Máximo Cuadros
· 8 years ago
6593c75
transport: remove SetAuth, fixes #206 (#210)
by Anthony Weems
· 9 years ago
e69dab7
remote: fix empty-git-upload-pack error in fetch, when the reference points to a non-commit object (#209)
by Máximo Cuadros
· 9 years ago
3952f01
doc: clarify return values of Pull/Fetch. (#205)
by Santiago M. Mola
· 9 years ago
841abfb
server: add git server implementation (#190)
by Santiago M. Mola
· 9 years ago
90d67bb
remote: add Push (#178)
by Santiago M. Mola
· 9 years ago
b3adbed
remote: make Fetch atomic. (#185)
by Santiago M. Mola
· 9 years ago
249c413
storage: shallow storage (#180)
by Máximo Cuadros
· 9 years ago
0af572d
move plumbing from top level package to plumbing (#183)
by Santiago M. Mola
· 9 years ago
45572a2
remote: fix Connect, returned nil error on failure. (#167)
by Santiago M. Mola
· 9 years ago
01ea726
remote: sideband support (#164)
by Máximo Cuadros
· 9 years ago
6996381
BaseSuite improvements, usage of file:// proto
by Máximo Cuadros
· 9 years ago
c15bf1d
capabilities: full integration (#151)
by Máximo Cuadros
· 9 years ago
ef1a057
protocol/packp: capabilities new Capability entity and List struct, test improvements (#144)
by Máximo Cuadros
· 9 years ago
68893ed
remove old types from transport and use packp (#142)
by Santiago M. Mola
· 9 years ago
f9adb35
move: format/packp -> protocol/packp (#141)
by Santiago M. Mola
· 9 years ago
08e08d7
transport: create Client interface (#132)
by Santiago M. Mola
· 9 years ago
16d8660
Add configurable http client factory (fixes #120) (#121)
by ferhat elmas
· 9 years ago
ac095bb
new plumbing package (#118)
by Máximo Cuadros
· 9 years ago
0ff9ef2
global storage interface refactor (#112)
by Máximo Cuadros
· 9 years ago
0c6c404
remote, fix fetch tags
by Máximo Cuadros
· 9 years ago
0c3bc0c
remote, fix copy tag reference on fetch
by Máximo Cuadros
· 9 years ago
73fa9ef
Use advrefs in gituploadpackinfo (#92)
by Alberto Cortés
· 9 years ago
5913aee
test coverage improved, Remote.Refs and Repository.Refs returns error, TreeWalker -> TreeIter
by Máximo Cuadros
· 9 years ago
7e8d712
dotgit: synced write packfile and index generation
by Máximo Cuadros
· 9 years ago
58fe211
format: packfile fix ReadObjectAt without decode
by Máximo Cuadros
· 9 years ago
6f1d1e0
storage: filesystem ref storage, and not not exists file handling
by Máximo Cuadros
· 9 years ago
56adb5b
format: packfile new interface
by Máximo Cuadros
· 9 years ago
65427f6
core: ObjectStorage.Begin and TxObjectStorage
by Máximo Cuadros
· 9 years ago
b73657f
core: Storage.Get, switch order of args
by Máximo Cuadros
· 9 years ago
e424613
storage: Add object type hint parameter to ObjectStorage.Get. (#69)
by Santiago M. Mola
· 9 years ago
a3418c5
Repository: Clone protection if non empty object storage, Remote: NoErrAlreadyUpToDate
by Máximo Cuadros
· 9 years ago
5b13c1a
options renamed and some text fixes
by Máximo Cuadros
· 9 years ago
f42d823
Remote.Fetch multiple RefSpec support
by Máximo Cuadros
· 9 years ago
b32e92d
remote and repository base on ConfigStore
by Máximo Cuadros
· 9 years ago
4652c0e
remote and repository base on ConfigStore
by Máximo Cuadros
· 9 years ago
1d56b98
Remote.Fetch base on RefSpec, improvement of the responsabilities separation
by Máximo Cuadros
· 9 years ago
Next »