| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
index isn't required anymore
[ci skip]
|
|
|
|
| |
[ci skip]
|
|\ |
|
|/ |
|
|
|
|
| |
For now, referencing github directly seems to be safest.
|
|\ |
|
|/ |
|
|\
| |
| |
| | |
Resolves https://github.com/gitpython-developers/GitPython/pull/182
|
|/
|
|
|
| |
Commandline was
autopep8 -j 8 --max-line-length 120 --in-place --recursive --exclude "*gitdb*,*async*" git/
|
|\
| |
| |
| | |
Resolves https://github.com/gitpython-developers/GitPython/pull/89
|
| |\
|/ /
| |
| |
| |
| |
| |
| |
| |
| | |
https://github.com/igetgames/GitPython into igetgames-feature/0.3/git-file-support
Using the previous implementation of read_gitfile, but added the previously missing test from this PR.
Conflicts:
git/repo/base.py
git/test/test_repo.py
|
| | |
|
| | |
|
|\ \ |
|
| | | |
|
| |\ \
|/ / /
| | |
| | |
| | |
| | |
| | | |
niyaton-separate-git-dir
Conflicts:
git/repo/base.py
|
| |/ |
|
| |
| |
| |
| |
| |
| | |
Based on the functionality proposed in https://github.com/gitpython-developers/GitPython/pull/101
[ci skip]
|
| | |
|
|\ \
| | |
| | |
| | | |
Handles https://github.com/gitpython-developers/GitPython/pull/143
|
| | | |
|
|/ /
| |
| |
| |
| |
| |
| | |
https://github.com/gitpython-developers/GitPython/pull/143
The assertion will trigger, which shows that we are still getting thigs slightly wrong.
For now, we are better off without.
|
| | |
|
|\ \ |
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Git utilizes multiple environment variables to control various
behaviours. Make sure to set LC_MESSAGES on a copy of the environment
instead of discarding any variables that may be set by the user or
default shell environment such as EDITOR.
Add test to assert that when overriding GIT_EDITOR via os.environ that
the modified value will be picked up by and git commands called.
|
|\ \ |
|
| |\ \
|/ / /
| | |
| | |
| | |
| | |
| | |
| | | |
boppreh-patch-1
Adjusted patch to only run git command in shell mode on windows.
Conflicts:
git/cmd.py
|
| |/
| |
| | |
By adding `shell=True,` to the list of Popen parameters, we avoid spawning console windows when scripts call this method from a windowless (.pyw) Python script.
|
|\ \
| | |
| | |
| | | |
Backport of https://github.com/gitpython-developers/GitPython/pull/131
|
|/ / |
|
|\ \
| | |
| | |
| | | |
This includes a few fixes to not break backwards compatiblity
|
| | | |
|
| |\ \
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixed most pressing issues, more to come in next commit as we introduced
a regression here.
Conflicts:
git/objects/commit.py
git/refs/log.py
git/refs/symbolic.py
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Remove Byte Order Mark from git/cmd.py
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The Unicode Byte Order Mark is usually unwanted. git/cmd.py had one
inserted in 2008 by cf37099e, a commit that fix a Windows related issue
which indicate the file has most probably be edited with a text editor
that automatically insert the Byte Order Mark.
Remove the BOM from git/cmd.py
For details aboute the BOM:
https://en.wikipedia.org/wiki/Byte_order_mark
|
|\ \ \ \
| |/ / /
|/| | | |
Pep8 linting
|
| | | |
| | | |
| | | |
| | | | |
W291 trailing whitespace
|
| | | |
| | | |
| | | |
| | | | |
E261 at least two spaces before inline comment
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
E201 whitespace after '('
E202 whitespace before ')'
E203 whitespace before ':'
E225 missing whitespace around operator
E226 missing whitespace around arithmetic operator
E227 missing whitespace around bitwise or shift operator
E228 missing whitespace around modulo operator
E231 missing whitespace after ','
E241 multiple spaces after ','
E251 unexpected spaces around keyword / parameter equals
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
E301 expected 1 blank line, found 0
E302 expected 2 blank lines, found 1
E303 too many blank lines (n)
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
W191 indentation contains tabs
E221 multiple spaces before operator
E222 multiple spaces after operator
E225 missing whitespace around operator
E271 multiple spaces after keyword
W292 no newline at end of file
W293 blank line contains whitespace
W391 blank line at end of file
|
|\ \ \
| | | |
| | | |
| | | | |
Merge all fixes from https://github.com/gitpython-developers/GitPython/pull/134
|
| |\ \ \
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
johnsca-sf-master
Conflicts:
git/cmd.py
git/objects/commit.py
git/objects/fun.py
git/objects/util.py
git/remote.py
git/repo/base.py
git/test/lib/helper.py
git/test/test_commit.py
git/test/test_fun.py
git/util.py
|
| | | | |
|
| | | | |
|