summaryrefslogtreecommitdiff
path: root/git/refs/symbolic.py
Commit message (Expand)AuthorAgeFilesLines
* Update symbolic.pyDominic2021-07-311-5/+6
* Update symbolic.pyDominic2021-07-311-43/+684
* Update symbolic.pyDominic2021-07-311-699/+43
* Update symbolic.pyDominic2021-07-311-15/+24
* Update symbolic.pyDominic2021-07-311-2/+7
* Update symbolic.pyDominic2021-07-311-1/+1
* Update symbolic.pyDominic2021-07-311-86/+98
* Replace all Typeguard with cast, revert update to typing-extensions==3.10.0Yobmod2021-07-241-1/+1
* rmv redundant IOerror exceptYobmod2021-07-191-658/+0
* Add types to refs/symbolic.pyYobmod2021-07-191-0/+674
* Improve typing of config_levels, add assert_never()Yobmod2021-07-051-1/+2
* Type Traversable.traverse() better, start types of submoduleYobmod2021-06-301-2/+2
* second pass of adding typesyobmod2021-05-031-1/+1
* add initial types to remote.pyyobmod2021-05-031-1/+1
* start add types to util.pyyobmod2021-02-281-1/+1
* Ensure only fully matching symrefs are deletedSimon Westphahl2020-08-121-2/+4
* Fix exception causes in 7 modulesRam Rachum2020-06-131-4/+4
* Fix flake8 errorsSebastian Thiel2020-05-281-1/+1
* Use UTF-8 encoding when getting information about a symbolic referenceHarmon2020-02-181-1/+1
* Remove and replace compat.string_typesHarmon2020-02-081-5/+2
* renamed unused variablesPratik Anurag2019-10-151-1/+1
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-181-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-221-24/+20
* Repo: handle worktrees betterPeter Jones2017-07-011-3/+24
* fix(refs): don't assume linux path separatorSebastian Thiel2017-02-251-1/+1
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-221-29/+23
|\
| * src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-161-23/+15
| * src: import os.path as ospKostis Anagnostopoulos2016-10-161-6/+8
* | Fix some typosSantiago Castro2016-10-201-5/+5
|/
* src: No PyDev warningsKostis Anagnostopoulos2016-10-041-3/+3
* io, #519: ALL open() --> with open()Kostis Anagnostopoulos2016-10-011-38/+42
* 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(refs): don't raise StopIterationSebastian Thiel2016-03-281-1/+1
* Ensure file resources are releasedDavid García Garzón2015-07-261-17/+17
* 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
* Now finally, tests should be working on travis too.Sebastian Thiel2015-01-081-3/+6
* Make flake8 happySebastian Thiel2015-01-061-1/+1
* test_refs worksSebastian Thiel2015-01-061-2/+4
* test_commit works once againSebastian Thiel2015-01-051-1/+1
* Intermediate commit: test_config and test_actor worksSebastian Thiel2015-01-051-6/+9
* Dum brute force conversion of all types.Sebastian Thiel2015-01-041-1/+2
* initial set of adjustments to make (most) imports work.Sebastian Thiel2015-01-041-1/+2
* Removed unnecessary (non-gitpython) tests and fixed flake80.3.3Sebastian Thiel2015-01-041-0/+1
* Bumped version, updated changelog, reduced code smellSebastian Thiel2015-01-041-1/+3
* Fixes https://github.com/gitpython-developers/GitPython/issues/130Sebastian Thiel2014-11-191-1/+3
* Applied autopep8Sebastian Thiel2014-11-191-31/+33
* Added SymbolicReference.is_remote() utility method.Sebastian Thiel2014-11-191-0/+4