summaryrefslogtreecommitdiff
path: root/git/remote.py
Commit message (Expand)AuthorAgeFilesLines
* Fix for parsing non-ASCII chars in status linesVincent Driessen2016-06-141-1/+1
* Merge pull request #446 from guyzmo/updating_remote_url_handlingSebastian Thiel2016-06-141-0/+48
|\
| * Switching the `urls` property to use `git remote show` instead of `git remote...Guyzmo2016-06-081-4/+4
| * Adding support for git remote set-url/get-url API to RemoteGuyzmo2016-06-081-0/+48
* | fix(flake): misc whitespace fixesSebastian Thiel2016-06-141-1/+0
* | fix(misc): various cleanupSebastian Thiel2016-06-131-19/+3
* | Merge remote-tracking branch 'upstream/master' into pr-cmd-raise-with-stderr-...Barry Scott2016-06-061-1/+1
|\ \
| * | Fix regexVincent Driessen2016-05-301-1/+1
* | | Fix flake8 complaintsBarry Scott2016-05-301-2/+2
* | | Return stderr lines from a pull() call that failsBarry Scott2016-05-291-0/+4
* | | Return all the stderr messge after an error is detected for pull()Barry Scott2016-05-291-2/+17
|/ /
* | fix(remote): improve version checkSebastian Thiel2016-05-291-2/+2
* | fix(remote): Add CallableRemoteProgressSebastian Thiel2016-05-291-2/+3
* | chore(misc): cleanup and docsSebastian Thiel2016-05-291-24/+17
* | Merge remote-tracking branch 'upstream/master'Barry Scott2016-05-281-12/+25
|\ \
| * | Changing warning to debug logging, to avoid warning showing off when nothing'...Guyzmo2016-05-261-1/+1
| |/
| * fix(remote): py3 compatibilitySebastian Thiel2016-05-261-2/+2
| * fix(remote): py3 compatibilitySebastian Thiel2016-05-261-2/+2
| * fix(remote): use universal_newlines for fetch/pushSebastian Thiel2016-05-261-4/+6
| * fix(remote): real-time reading of lines from stderrSebastian Thiel2016-05-261-1/+1
| * fix(remote): better array truncation logicSebastian Thiel2016-05-251-5/+9
| * fix(remote): remove assertion in favour of runtime stabilitySebastian Thiel2016-05-251-4/+11
* | The progress arg to push, pull, fetch and clone is now a python callable.Barry Scott2016-05-281-5/+42
|/
* Allow "@" sign in fetch output linesVincent Driessen2016-04-241-2/+1
* Allow "$" sign in fetch output linesVincent Driessen2016-04-201-1/+1
* Remove assertion over fetch refspec when explicitly specifiedrrei2016-03-291-2/+6
* fix(remote): asssertion message formattingSebastian Thiel2016-03-281-2/+3
* chore(version): set to next patch releaseSebastian Thiel2016-02-111-1/+1
* fix(cmd): prevent deadlock on clone/fetch/pullSebastian Thiel2016-02-071-2/+2
* chore(flake8): unnused importSebastian Thiel2016-02-071-1/+1
* fix(remote): assure only repository configurationSebastian Thiel2015-09-061-1/+1
* fix(cmd): work with py3Sebastian Thiel2015-07-031-0/+1
* fix(cmd): don't open stdout when fetchingSebastian Thiel2015-07-031-5/+4
* test(remote): make assertion less verboseSebastian Thiel2015-07-031-2/+3
* fix(remote): assert fetch respec is setSebastian Thiel2015-06-101-0/+14
* fix(remote): don't close stdout on fetch/pullSebastian Thiel2015-06-101-13/+2
* While parsing errors, also detecting lines starting with error:Victor Garcia2015-06-081-1/+1
* fix(remote): allow to raise during push/fetchSebastian Thiel2015-04-081-2/+11
* Fixed trailing white space!Sebastian Thiel2015-02-211-1/+1
* `stale_refs()` may now also handle other kinds of references, like tags.Sebastian Thiel2015-02-211-3/+15
* Added 'insert_kwargs_after' flag for consumption by _call_process.Sebastian Thiel2015-02-211-2/+6
* Remote.update() didn't pass kwargs along to git command.Sebastian Thiel2015-01-301-1/+1
* Merge branch 'master' into teeberg-masterSebastian Thiel2015-01-221-5/+13
|\
| * Fetch now deals with custom refspecs much better.Sebastian Thiel2015-01-221-4/+12
| * Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-1/+1
* | Fix some typosJonas Trappenberg2015-01-211-1/+1
|/
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-11/+18
* removed debug codeissue-232-reproductionSebastian Thiel2015-01-211-9/+1
* Remote.fetch|pull() will not use poll/threads anymore as only stderr is read.Sebastian Thiel2015-01-201-4/+9
* Added debug code to keep lines fed into progress handler and the contents of ...Sebastian Thiel2015-01-161-1/+8