David Calavera
93d968fa07
Cleanup after testing remote prune.
2014-12-14 17:04:02 +01:00
David Calavera
82eeba8142
Fix references to git_remote_lookup.
2014-12-14 17:04:01 +01:00
David Calavera
439e19f632
Test that prune overlapping works as expected.
2014-12-14 17:04:01 +01:00
David Calavera
ce4b57c6bc
Fix calls to git_remote_download
and git_remote_fetch
.
2014-12-14 17:04:01 +01:00
Linquize
b8fefcb9ca
Add test for prune refs
2014-12-14 17:04:01 +01:00
Carlos Martín Nieto
209425ce26
remote: rename _load() to _lookup()
...
This brings it in line with the rest of the lookup functions.
2014-11-08 13:28:27 +01:00
Carlos Martín Nieto
fad0aea9fe
tests: fix leak
2014-10-27 01:47:40 +01:00
Linquize
9223f2884c
Fix test repo dir not deleted after running
2014-10-27 01:06:28 +08:00
Carlos Martín Nieto
942a7b39ed
Fix test build
...
Some PRs have fallen out of sync with the changes in signatures, so we
need to take a few extra parameters into account.
2014-10-10 18:03:09 +02:00
Carlos Martín Nieto
2139c9b76c
Merge pull request #2542 from linquize/fetch-head
...
Do not error out when fetching from second remote
2014-10-10 17:50:28 +02:00
Carlos Martín Nieto
3f89420523
remote: allow overriding the refspecs for download and fetch
...
With opportunistic ref updates, git has introduced the concept of having
base refspecs *and* refspecs that are active for a particular fetch.
Let's start by letting the user override the refspecs for download.
2014-09-30 15:42:32 +02:00
Linquize
8deea5899d
Add network::fetchlocal multi remotes test
2014-09-02 21:28:21 +08:00
Carlos Martín Nieto
6812afaf38
clone: remote git_clone_into{,_local} from the public API
...
As git_clone now has callbacks to configure the details of the
repository and remote, remove the lower-level functions from the public
API, as they lack some of the logic from git_clone proper.
2014-07-02 07:05:00 +02:00
Carlos Martín Nieto
b206724863
clone: add failing test for a mirror-clone with clone_into
...
Show a failure to perform a mirror-clone from a repository, both local
and remote.
2014-05-19 14:24:43 +02:00
Ben Straub
c3ab1e5af4
Add reflog parameters to remote apis
...
Also added a test for git_remote_fetch.
2014-02-04 20:38:13 -08:00
Ben Straub
1782038144
Rename tests-clar to tests
2013-11-14 14:05:52 -08:00