summaryrefslogtreecommitdiff
path: root/git/test
Commit message (Expand)AuthorAgeFilesLines
* fix(encoding): in untracked_files() and indexSebastian Thiel2015-07-201-13/+15
* added tests for commits with datesavi2015-07-171-0/+11
* Correct doc errorsMarian Wieczorek2015-07-161-1/+1
* fix(travis): get py2.6 to workSebastian Thiel2015-07-031-1/+1
* fix(cmd): work with py3Sebastian Thiel2015-07-031-2/+6
* fix(cmd): don't open stdout when fetchingSebastian Thiel2015-07-032-11/+26
* test(git): remove unnecessary fixtureSebastian Thiel2015-07-032-5015/+12
* fix(cmd): line parsingSebastian Thiel2015-07-033-0/+10020
* fix(git-test): assure test does works on linuxSebastian Thiel2015-06-261-1/+2
* fix(index): handle adding symlinks to dirsSebastian Thiel2015-06-261-12/+16
* fix(remote): assert fetch respec is setSebastian Thiel2015-06-101-0/+5
* fix(test_git): handle `select.poll()` missingSebastian Thiel2015-06-101-6/+10
* fix(config): selective cfg write;fix cfg parserSebastian Thiel2015-04-222-6/+12
* test: make git-daemon port configurable via envBenedikt Morbach2015-04-212-5/+10
* test: Make git-daemon only listen on localhostBenedikt Morbach2015-04-211-1/+1
* fix(test_docs): we are at major version 1 nowSebastian Thiel2015-04-161-1/+1
* Merge branch 'teeberg-master'Sebastian Thiel2015-04-081-9/+0
|\
| * Replace GIT_SSH with GIT_SSH_COMMAND for SSH key management.Jonas Trappenberg2015-02-091-9/+0
* | fix(test_cmd): handle GitCommandNotFound in testSebastian Thiel2015-04-081-5/+2
* | fix(remote): allow to raise during push/fetchSebastian Thiel2015-04-081-2/+1
* | fix(docs): be clear about exit code handlingSebastian Thiel2015-04-081-3/+11
* | fix(index): don't write extension data by defaultSebastian Thiel2015-04-081-15/+0
* | test(index): test for #265Sebastian Thiel2015-04-071-0/+15
* | fix(iter-commit): ambiguous argument errorSebastian Thiel2015-03-021-0/+13
* | Added 'insert_kwargs_after' flag for consumption by _call_process.Sebastian Thiel2015-02-212-0/+7
|/
* Minor Flake8 fixes.Sebastian Thiel2015-02-092-5/+7
* BF: skip unicode filename test in env not supporting unicode encodingsYaroslav Halchenko2015-02-071-0/+9
* ENH: respect GIT_PYTHON_TEST_GIT_REPO_BASE env var in testsYaroslav Halchenko2015-02-071-1/+1
* This should fix the test failure on travisSebastian Thiel2015-01-301-0/+5
* Added test to verify we can handle fetch prunes.Sebastian Thiel2015-01-301-0/+13
* Removed Git.sshkey() as it couldn't be distributed properly.0.3.6Sebastian Thiel2015-01-222-17/+11
* Bumped version to 0.3.6Sebastian Thiel2015-01-221-6/+1
* Improved performance of rev-parse test.Sebastian Thiel2015-01-221-2/+9
* Minor improvements to submodule test for windows portabilitySebastian Thiel2015-01-221-4/+4
* Added test for `sshkey` context manager.Sebastian Thiel2015-01-222-5/+20
* Merge branch 'master' into teeberg-masterSebastian Thiel2015-01-226-13/+340
|\
| * This should finally fix travis ciSebastian Thiel2015-01-221-1/+1
| * Fetch now deals with custom refspecs much better.Sebastian Thiel2015-01-224-2/+28
| * Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-223-12/+304
* | Intermediate commit on my way to get this finalized.Sebastian Thiel2015-01-221-12/+28
* | Add a few testsJonas Trappenberg2015-01-211-0/+20
* | Fix some typosJonas Trappenberg2015-01-211-2/+2
|/
* Fixed regression in test-suite for IndexFileSebastian Thiel2015-01-211-4/+8
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-214-12/+144
* Initial set of documentation improvements, and a fix to the submodule tests.Sebastian Thiel2015-01-212-5/+46
* Merge branch 'issue-232-reproduction' - keep fetch/pull simplificationsSebastian Thiel2015-01-211-0/+1
|\
| * Remote.fetch|pull() will not use poll/threads anymore as only stderr is read.Sebastian Thiel2015-01-201-0/+1
* | Assured that branch changes are properly handled.Sebastian Thiel2015-01-211-2/+65
* | Fixed flake8 and a minor test regression.Sebastian Thiel2015-01-202-4/+4
* | Impemented keep_going flag for `Submodule.update()`Sebastian Thiel2015-01-201-2/+5