aboutsummaryrefslogtreecommitdiff
path: root/git/refs/symbolic.py
AgeCommit message (Expand)Author
2017-07-01Repo: handle worktrees betterPeter Jones
2017-02-25fix(refs): don't assume linux path separatorSebastian 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-04src: No PyDev warningsKostis Anagnostopoulos
2016-10-01io, #519: ALL open() --> with open()Kostis Anagnostopoulos
2016-07-19Use binary string constant for concatenation.Bert Wesarg
2016-07-19Add missing newline when writing a symbolic ref.Bert Wesarg
2016-03-28fix(refs): don't raise StopIterationSebastian Thiel
2015-07-26Ensure file resources are releasedDavid García Garzón
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-08Now finally, tests should be working on travis too.Sebastian Thiel
2015-01-06Make flake8 happySebastian Thiel
2015-01-06test_refs worksSebastian Thiel
2015-01-05test_commit works once againSebastian Thiel
2015-01-05Intermediate commit: test_config and test_actor worksSebastian 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-04Bumped version, updated changelog, reduced code smellSebastian Thiel
2014-11-19Fixes https://github.com/gitpython-developers/GitPython/issues/130Sebastian Thiel
2014-11-19Applied autopep8Sebastian Thiel
2014-11-19Added SymbolicReference.is_remote() utility method.Sebastian Thiel
2014-11-17Assure API remains backwards compatible; update API docsSebastian Thiel
2014-11-17Merge branch '0.3' of https://github.com/firm1/GitPython into firm1-0.3Sebastian Thiel
2014-11-16pep8 linting (trailing whitespace)Antoine Musso
2014-11-16pep8 linting (double spaces before comment)Antoine Musso
2014-11-16pep8 linting (whitespace before/after)Antoine Musso
2014-11-16pep8 linting (blank lines expectations)Antoine Musso
2014-11-16pep8 linting (whitespaces)Antoine Musso
2014-03-24Update symbolic.pyfirm1
2014-02-09tabs to 4 spaces - this won't make integrating the patches easier, but it's p...Sebastian Thiel
2011-07-04Basic remote functionality moved to Reference type, as it can in fact be usef...Sebastian Thiel
2011-06-08relaxed implementation when comparing symbolic references against other items...Sebastian Thiel
2011-06-08log: non-existing logs no longer throw an exception, but are ignored. Fixed c...Sebastian Thiel
2010-11-26Commit.create_from_tree used a now renamed keyword parameter - no test-case e...Sebastian Thiel
2010-11-25Moved everything into the git subdirectory - some tests still need to be adju...Sebastian Thiel