aboutsummaryrefslogtreecommitdiff
path: root/git/refs
AgeCommit message (Expand)Author
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
2015-01-06test_refs worksSebastian Thiel
2015-01-06test_reflog worksSebastian Thiel
2015-01-05test_commit works once againSebastian Thiel
2015-01-05Intermediate commit: test_config and test_actor worksSebastian Thiel
2015-01-05BF: allow log line to have no msg (Close #225)Yaroslav Halchenko
2015-01-05Fixed io types to make tests work on PY2 once again.Sebastian Thiel
2015-01-04Dum brute force conversion of all types.Sebastian Thiel
2015-01-04initial set of adjustments to make (most) imports work.Sebastian Thiel
2015-01-04Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel
2015-01-04Replaced ordered dict with standard version; used logging moduleSebastian Thiel
2015-01-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2015-01-04Another travis debugging commitSebastian Thiel
2015-01-04Intermediate debug commit for travis ... do not useSebastian Thiel