aboutsummaryrefslogtreecommitdiff
path: root/git
AgeCommit message (Expand)Author
2020-08-31accept datetime instances as datesAlba Mendez
2020-08-12Ensure only fully matching symrefs are deletedSimon Westphahl
2020-07-13Fixed all warnings in documentation and updated Makefile to treat warnings as...Kian Cross
2020-07-12tests: move to root dirKonrad Weihmann
2020-07-12Revert moving tests out of 'git' folder, related to #1030Sebastian Thiel
2020-07-12tests: move to root dirKonrad Weihmann
2020-06-14Fix exception causes all over the codebaseRam Rachum
2020-06-13Fix exception causes in 7 modulesRam Rachum
2020-06-12Fix exception causes in cmd.pyRam Rachum
2020-05-31BF: tollerate errors while parsing fetch linesYaroslav Halchenko
2020-05-28Fix flake8 errorsSebastian Thiel
2020-05-28Improve unfortunate wordingSebastian Thiel
2020-05-05Bump patch level, this time with known signature3.1.2Sebastian Thiel
2020-05-04Accept that this arguably simple feature can't be tested easily…Sebastian Thiel
2020-05-02allow setting depth when cloning a submoduleLiam Beguin
2020-05-02add test case for submodule depth parameterLiam Beguin
2020-04-11Change signing key back to what it wasSebastian Thiel
2020-04-11Remove forced verbosity when fetching from a remoteNico
2020-04-11Now it should really start working - go, doctests, go!Sebastian Thiel
2020-04-11Maybe this fixes the doc testsSebastian Thiel
2020-04-11This should fix tests, as tree[0] is not a tree anymoreSebastian Thiel
2020-04-11Test for PyOxidizer and avoid trying to use __file__ if presentSebastian Thiel
2020-04-11Satisfy flake8 requirement related to #1000Sebastian Thiel
2020-04-11Try again to apply patch related to #1000Sebastian Thiel
2020-04-11Revert "When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' ...Sebastian Thiel
2020-04-11When using GIT_OBJECT_DIRECTORY, don't require presence of 'objects' subdirec...Sebastian Thiel
2020-03-21fix: wrong refs 'HEAD' exceptionDong Shin
2020-03-21Do not error in race condition of directory existingAlanCoding
2020-03-08Only resolve globs if path does not exist on diskSebastian Thiel
2020-02-25Remove now unnecessary explicit Unicode string literal prefixesHarmon
2020-02-24Fix param format of Repo.commitChenxiong Qi
2020-02-24v3.1.0Harmon
2020-02-20Replace invalid bytes when decoding TagObject streamHarmon
2020-02-18Use UTF-8 encoding when getting information about a symbolic referenceHarmon
2020-02-17bump version to 3.0.83.0.8Sebastian Thiel
2020-02-16Remove test.lib.asserts and use unittest.mock.patch directlyHarmon
2020-02-16Replace assert_false with assertFalseHarmon
2020-02-16Replace assert_true with assertTrueHarmon
2020-02-16Replace raises with assertRaisesHarmon
2020-02-16Replace assert_raises with assertRaisesHarmon
2020-02-16Replace assert_not_equal with assertNotEqualHarmon
2020-02-16Replace assert_equal with assertEqualHarmon
2020-02-16Remove and replace assert_match with assertRegexHarmon
2020-02-16Remove old, no longer used assert methodsHarmon
2020-02-16Remove outdated checks for unittest.mock existenceHarmon
2020-02-16Replace deprecated Logger.warn with Logger.warningHarmon
2020-02-16Replace deprecated assertRaisesRegexp alias with assertRaisesRegexHarmon
2020-02-16Replace deprecated assertNotEquals alias with assertNotEqualHarmon
2020-02-16Replace deprecated assertEquals alias with assertEqual in TestGitHarmon
2020-02-16Replace deprecated assertRegexpMatches alias with assertRegexHarmon