summaryrefslogtreecommitdiff
path: root/git
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove and replace compat.mviterHarmon2020-02-082-11/+4
|
* Remove and replace compat.bchrHarmon2020-02-082-7/+2
|
* Remove compat.byte_ordHarmon2020-02-082-9/+4
|
* Remove and replace compat.FileTypeHarmon2020-02-082-8/+2
|
* Remove unnecessary check for sys.getfilesystemencodingHarmon2020-02-081-4/+1
|
* Remove str import from builtinsHarmon2020-02-081-1/+0
|
* Added parsing for '@1400000000 +0000' date format as used by git commit hooks.Dries2019-12-292-0/+8
|
* Avoids env var warning when path contains $/%; fix #832Rob Kimball2019-12-061-1/+2
|
* Merge branch 'fix/deepsource-issues' of https://github.com/imkaka/GitPython ↵Sebastian Thiel2019-10-297-16/+18
|\ | | | | | | into imkaka-fix/deepsource-issues
| * 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
| | |\
| * | | 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
| | | | | | | | 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`.
* 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
|