summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bump version3.0.5Sebastian Thiel2019-11-142-1/+7
* Remove duplicate license parameterDrew H2019-11-071-1/+0
* Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython i...Sebastian Thiel2019-10-298-16/+19
|\
| * removed extra line as per code reviewAnil Khatri2019-10-281-1/+0
| * silence PYL-W0621Anil Khatri2019-10-241-4/+2
| * silance Re-defined variable from outer scopeAnil Khatri2019-10-241-8/+10
| * Merge branch 'fix/deepsource-issues' of github.com:imkaka/GitPython into fix/...Anil Khatri2019-10-2312-21/+148
| |\
| | * Merge branch 'master' into fix/deepsource-issuesAnil Khatri2019-10-2312-21/+148
| | |\
| * | | resolved all minor issues arised by last fix patchAnil Khatri2019-10-232-24/+23
| |/ /
| * | silenced iter returns a non-iteratorAnil Khatri2019-10-231-0/+1
| * | fix File opened without the with statementAnil Khatri2019-10-231-17/+18
| * | fix Loop variable used outside the loopAnil Khatri2019-10-234-8/+10
| * | silence PYL-W0614Anil Khatri2019-10-221-1/+1
| * | silence PYL-W0401Anil Khatri2019-10-221-1/+1
| * | fixed unused variable found PYL-W0612Anil Khatri2019-10-221-1/+1
| * | fixed classmethod argument PYL-C0202Anil Khatri2019-10-222-1/+2
* | | Check if submodule exists before referencingtanaga92019-10-281-1/+2
* | | Fix #920Victor Luzgin2019-10-282-1/+15
* | | Filtered out "repository" more explicitlyBen Thayer2019-10-281-1/+1
* | | Raised final ValueErrorBen Thayer2019-10-281-1/+1
* | | Changed ValueErrorBen Thayer2019-10-281-1/+1
* | | Construct GitConfigParser without Repo objectBen Thayer2019-10-281-3/+38
* | | Removing unused importJJ Graham2019-10-241-1/+1
* | | Fix #820JJ Graham2019-10-242-3/+3
* | | Update AUTHORSBen Thayer2019-10-241-0/+1
* | | Added Git Gud to README.mdBen Thayer2019-10-241-0/+1
| |/ |/|
* | Added exception handling for WinError6Ben Thayer2019-10-231-2/+5
* | Update changelog; improve README to prevent release mistakes in future.3.0.4Sebastian Thiel2019-10-222-3/+10
* | bump patch levelSebastian Thiel2019-10-221-1/+1
* | Adding assertions to existing test case to cover this changeJJ Graham2019-10-221-1/+6
* | Fix #852 by tweaking regex to handle -R option to git diffJJ Graham2019-10-221-1/+1
* | Removing f-strings to maintain 3.4 and 3.5 compatabilityJJ Graham2019-10-211-4/+4
* | Added new test to cover the issue this fix addresses (#891)JJ Graham2019-10-211-2/+48
* | Adding command to init-tests-after-clone.sh to make sure submodules are recur...JJ Graham2019-10-211-1/+2
* | Initial stab at fixing diffs involving submodule changesJJ Graham2019-10-212-1/+9
* | Fix pickling of tzoffsetUwe L. Korn2019-10-192-0/+10
* | Satisfying flake8JJ Graham2019-10-191-2/+2
* | Updating variable name to more accurately reflect contentsJJ Graham2019-10-191-3/+3
* | Expanded new test for copied fileJJ Graham2019-10-191-1/+4
* | Fixed new test for copied filesJJ Graham2019-10-193-4/+5
* | Adding diff support for copied files, still working on testJJ Graham2019-10-195-8/+48
* | Update cmd.pyAbhishek Kumar Singh2019-10-171-2/+1
* | Fixed#731Abhishek Kumar Singh2019-10-171-0/+4
|/
* Update .deepsource.tomlAnil Khatri2019-10-161-1/+1
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-2/+1
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-3/+2
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-2/+1
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-2/+1
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-6/+3
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-2/+1