summaryrefslogtreecommitdiff
path: root/git/refs
Commit message (Expand)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
* resolved all minor issues arised by last fix patchAnil Khatri2019-10-231-23/+22
* fix File opened without the with statementAnil Khatri2019-10-231-17/+18
* fix Loop variable used outside the loopAnil Khatri2019-10-231-1/+1
* fixed classmethod argument PYL-C0202Anil Khatri2019-10-221-1/+1
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-4/+3
* removed Unnecessary “else” after “return”Pratik Anurag2019-10-151-2/+1
* renamed unused variablesPratik Anurag2019-10-151-1/+1
* Use automatic formattersHugo2018-03-181-7/+7
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-185-5/+5
* RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko2017-11-271-1/+1
* recognize the new packed-ref header formatBrenda J. Butler2017-10-131-1/+9
* worktrees: make non-packed refs also work correctly.Peter Jones2017-08-222-24/+24
* Repo: handle worktrees betterPeter Jones2017-07-011-3/+24
* Spelling fixesVille Skyttä2017-03-091-2/+2
* fix(refs): don't assume linux path separatorSebastian Thiel2017-02-251-1/+1
* chore(lint): fixSebastian Thiel2016-12-221-2/+2
* fix(tag): improve tag resolution handlingSebastian Thiel2016-12-221-2/+5
* fix(refs): handle quoted branch namesSebastian Thiel2016-12-081-1/+7
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-223-52/+45
|\
| * src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-163-46/+37
| * src: import os.path as ospKostis Anagnostopoulos2016-10-161-6/+8
* | Fix some typosSantiago Castro2016-10-205-11/+10
|/
* io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos2016-10-041-12/+9
* src: No PyDev warningsKostis Anagnostopoulos2016-10-042-4/+4
* io, #519: ALL open() --> with open()Kostis Anagnostopoulos2016-10-011-38/+42
* fix(Head): checkout() handles detached headSebastian Thiel2016-09-111-1/+6
* fix(tag): resolve `commit` objects deeply.Sebastian Thiel2016-09-111-7/+7
* Merge remote-tracking branch 'upstream/master'Barry Scott2016-07-291-1/+1
|\
| * Use binary string constant for concatenation.Bert Wesarg2016-07-191-1/+1
| * Add missing newline when writing a symbolic ref.Bert Wesarg2016-07-191-1/+1
* | Fix corruption of the ref logs fileBarry Scott2016-06-131-2/+3
|/
* fix(refs): don't raise StopIterationSebastian Thiel2016-03-281-1/+1
* Ensure file resources are releasedDavid García Garzón2015-07-261-17/+17
* Always add '--' to git resetJames E. Blair2015-07-171-6/+1
* Assure to not iterate packed-refs file, ever.Sebastian Thiel2015-02-191-0/+3
* Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-1/+1
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-211-1/+4
* Fixed some doc strings to build correctly with sphinxSebastian Thiel2015-01-142-1/+3
* Now finally, tests should be working on travis too.Sebastian Thiel2015-01-081-3/+6
* Made improvements to assure test-cases don't leak file handlesSebastian Thiel2015-01-071-0/+1
* Made sure commits accept unicode or unicode charactersSebastian Thiel2015-01-071-3/+14
* fix pep8firm12015-01-071-2/+8
* add support of utf8firm12015-01-071-5/+2
* Fixed log implementation for py3Sebastian Thiel2015-01-061-0/+1
* Merge branch 'py3' into 0.3Sebastian Thiel2015-01-066-27/+43
|\
| * Make flake8 happySebastian Thiel2015-01-062-2/+2
| * test_repo worksSebastian Thiel2015-01-061-0/+1