Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remote: use configured push refspecs if none are givencmn/remote-push | Carlos Martín Nieto | 2014-11-09 | 1 | -4/+38 |
| | | | | | If the user does not pass any refspecs to push, try to use those configured via the configuration or via add_push(). | ||||
* | push: move main test function to git_remote_push() | Carlos Martín Nieto | 2014-11-09 | 1 | -59/+52 |
| | | | | | | | We have the step-by-step method in the initialization function as we want to remove references based on the list of references which are already there, and we can use the convenience function for testing the main push. | ||||
* | remote: allow overriding the refspecs for download and fetch | Carlos Martín Nieto | 2014-09-30 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | MSVC does not support zero size array | Linquize | 2014-08-31 | 1 | -2/+1 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into cmn/ssh-retry | Carlos Martín Nieto | 2014-08-27 | 1 | -0/+11 |
|\ | |||||
| * | Free references during push validation | Edward Thomson | 2014-08-15 | 1 | -0/+2 |
| | | |||||
| * | Remove the refs/notes/commits that we push in test | Edward Thomson | 2014-08-14 | 1 | -0/+9 |
| | | | | | | | | | | | | | | The online::push::notes test pushes a note but leaves it hanging around for other tests to stumble across when they're validating that they're seeing the refs they expect to see. Clean it up on exit. | ||||
* | | ssh: adjust clone and push test credentials to the split user+pass method | Carlos Martín Nieto | 2014-06-26 | 1 | -0/+9 |
|/ | | | | | | | For urls where we do not specify a username, we must handle the case where the ssh transport asks us for the username. Test also that switching username fails. | ||||
* | Verify update_tips callbacks in push test cases | Jacques Germishuys | 2014-04-21 | 1 | -35/+83 |
| | |||||
* | Clar: skip testsvmg/clar-skip-test | Vicent Marti | 2014-04-02 | 1 | -31/+32 |
| | |||||
* | Avoid crash when skipping remote test | Ben Straub | 2014-02-05 | 1 | -2/+4 |
| | |||||
* | Add reflog parameters to remote apis | Ben Straub | 2014-02-04 | 1 | -1/+1 |
| | | | Also added a test for git_remote_fetch. | ||||
* | Add reflog parameters to git_push_update_tips | Ben Straub | 2014-02-04 | 1 | -1/+15 |
| | |||||
* | refspec: move to git_buf for outputting strings | Carlos Martín Nieto | 2014-01-27 | 1 | -1/+1 |
| | |||||
* | More tests of canceling from callbacks | Russell Belfer | 2013-12-12 | 1 | -22/+41 |
| | | | | | This covers diff print, push, and ref foreach. This also has a fix for a small memory leak in the push tests. | ||||
* | Introduce git_cred_default for NTLM/SPNEGO auth | Edward Thomson | 2013-11-18 | 1 | -1/+15 |
| | |||||
* | Rename tests-clar to tests | Ben Straub | 2013-11-14 | 1 | -0/+770 |