aboutsummaryrefslogtreecommitdiff
path: root/git/refs
AgeCommit message (Expand)Author
2019-10-28removed extra line as per code reviewAnil Khatri
2019-10-24silence PYL-W0621Anil Khatri
2019-10-24silance Re-defined variable from outer scopeAnil Khatri
2019-10-23resolved all minor issues arised by last fix patchAnil Khatri
2019-10-23fix File opened without the with statementAnil Khatri
2019-10-23fix Loop variable used outside the loopAnil Khatri
2019-10-22fixed classmethod argument PYL-C0202Anil Khatri
2019-10-15removed Unnecessary “else” after “return”Pratik Anurag
2019-10-15removed Unnecessary “else” after “return”Pratik Anurag
2019-10-15renamed unused variablesPratik Anurag
2018-03-18Use automatic formattersHugo
2018-03-18Rewrite unnecessary dict/list/tuple calls as literalsHugo
2017-11-27RF: primarily flake8 lints + minor RF to reduce duplication in PATHEXTYaroslav Halchenko
2017-10-13recognize the new packed-ref header formatBrenda J. Butler
2017-08-22worktrees: make non-packed refs also work correctly.Peter Jones
2017-07-01Repo: handle worktrees betterPeter Jones
2017-03-09Spelling fixesVille Skyttä
2017-02-25fix(refs): don't assume linux path separatorSebastian Thiel
2016-12-22chore(lint): fixSebastian Thiel
2016-12-22fix(tag): improve tag resolution handlingSebastian Thiel
2016-12-08fix(refs): handle quoted branch namesSebastian Thiel
2016-10-22Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel
2016-10-20Fix some typosSantiago Castro
2016-10-16src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-04io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-10-01io, #519: ALL open() --> with open()Kostis Anagnostopoulos
2016-09-11fix(Head): checkout() handles detached headSebastian Thiel
2016-09-11fix(tag): resolve `commit` objects deeply.Sebastian Thiel
2016-07-29Merge remote-tracking branch 'upstream/master'Barry Scott
2016-07-19Use binary string constant for concatenation.Bert Wesarg
2016-07-19Add missing newline when writing a symbolic ref.Bert Wesarg
2016-06-13Fix corruption of the ref logs fileBarry Scott
2016-03-28fix(refs): don't raise StopIterationSebastian Thiel
2015-07-26Ensure file resources are releasedDavid García Garzón
2015-07-17Always add '--' to git resetJames E. Blair
2015-02-19Assure to not iterate packed-refs file, ever.Sebastian Thiel
2015-01-22Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel
2015-01-21Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel
2015-01-14Fixed some doc strings to build correctly with sphinxSebastian Thiel
2015-01-08Now finally, tests should be working on travis too.Sebastian Thiel
2015-01-07Made improvements to assure test-cases don't leak file handlesSebastian Thiel
2015-01-07Made sure commits accept unicode or unicode charactersSebastian Thiel
2015-01-07fix pep8firm1
2015-01-07add support of utf8firm1
2015-01-06Fixed log implementation for py3Sebastian Thiel
2015-01-06Merge branch 'py3' into 0.3Sebastian Thiel
2015-01-06Make flake8 happySebastian Thiel
2015-01-06test_repo worksSebastian Thiel