summaryrefslogtreecommitdiff
path: root/git
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython i...Sebastian Thiel2019-10-297-16/+18
|\
| * 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-237-16/+134
| |\
| | * Merge branch 'master' into fix/deepsource-issuesAnil Khatri2019-10-237-16/+134
| | |\
| * | | 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-221-1/+1
* | | 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
| |/ |/|
* | Added exception handling for WinError6Ben Thayer2019-10-231-2/+5
* | 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
* | 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-194-8/+47
* | Update cmd.pyAbhishek Kumar Singh2019-10-171-2/+1
* | Fixed#731Abhishek Kumar Singh2019-10-171-0/+4
|/
* 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
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-4/+3
* 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 pass statementPratik Anurag2019-10-151-1/+0
* removed Unnecessary pass statementPratik Anurag2019-10-151-1/+0
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1