summaryrefslogtreecommitdiff
path: root/git
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Anil Khatri2019-10-237-16/+134
|\ | | | | | | fix/deepsource-issues
| * Merge branch 'master' into fix/deepsource-issuesAnil Khatri2019-10-237-16/+134
| |\
| | * 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
| | | | | | | | | | | | Fixes #650
| | * 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
| | | | | | | | | Added check for local file url starting with `$HOME` / `~` to expand them using `os.path.expanduser`.
* | | 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
|/
* 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
|
* removed trailing whitespacesPratik Anurag2019-10-151-2/+2
|
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
|
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
|
* Update test_streams.pyPratik Anurag2019-10-151-2/+2
|
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
|
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
|
* removed trailing whitespacesPratik Anurag2019-10-151-2/+2
|
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
|
* removed trailing whitespacesPratik Anurag2019-10-151-1/+1
|