aboutsummaryrefslogtreecommitdiff
path: root/git
AgeCommit message (Expand)Author
2020-09-29rename sublist to subsetSagi Shadur
2020-09-29Rename get_ignored to ignored and fix the documentationSagi Shadur
2020-09-29Find paths ignored in .gitignoreSagi Shadur
2020-09-28git/repo/base.py: is_dirty(): Fix pathspec handlingArnaud Patard
2020-09-03Ensure that detached HEAD does not raise when comparing branch name.Jeremy Retailleau
2020-09-03Reformat code to remove unnecessary indentationJeremy Retailleau
2020-09-02Add missing blank lineJeremy Retailleau
2020-09-02Add missing rules to match hierarchy pathJeremy Retailleau
2020-09-02Fix logic to properly compare glob pattern to valueJeremy Retailleau
2020-09-02Add method to retrieve all possible paths to includeJeremy Retailleau
2020-09-02Add reference to repository to config.Jeremy Retailleau
2020-09-02Update check method to find all includesJeremy Retailleau
2020-09-02Add Regex to match content of "includeIf" sectionJeremy Retailleau
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