aboutsummaryrefslogtreecommitdiff
path: root/git/objects
AgeCommit message (Expand)Author
2017-09-19BF: use get, not casting get_value while dealing with submodule path/url etcYaroslav Halchenko
2017-03-09Spelling fixesVille Skyttä
2017-02-02Fix git.Commit docs typoReuben Sutton
2016-12-08Merge pull request #541 from andy-maier/py26_fixesSebastian Thiel
2016-12-08chore(lint): flake8Sebastian Thiel
2016-12-08fix(submodule): don't fail if tracking branch can't be setupSebastian Thiel
2016-10-24Fixes to support Python 2.6 again.Andreas Maier
2016-10-22Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel
2016-10-20Fix some typosSantiago Castro
2016-10-16Merge with #532, fix unicode filenames with escapesurogatesKostis Anagnostopoulos
2016-10-16fix(surrogateescape): enable on py2, fix testsSebastian Thiel
2016-10-16fix(unicode): use surrogateescape in bytes.decodeSebastian Thiel
2016-10-16src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos
2016-10-16src: import os.path as ospKostis Anagnostopoulos
2016-10-12config, #525: polish more config-urlsKostis Anagnostopoulos
2016-10-11FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos
2016-10-04config: FIX regression by prev commit "wrap all conf..."Kostis Anagnostopoulos
2016-10-04io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos
2016-10-04src: No PyDev warningsKostis Anagnostopoulos
2016-10-04hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos
2016-10-03BF: Allow to remove a submodule with a remote without refsYaroslav Halchenko
2016-10-01io, #519: ALL open() --> with open()Kostis Anagnostopoulos
2016-10-01Win, #519: FIX repo TCs.Kostis Anagnostopoulos
2016-09-29FIX hook TC on PY3+Win & indeterministic lock timing.Kostis Anagnostopoulos
2016-08-21fix(commit): handle gpgsig properlySebastian Thiel
2016-06-01Fixed 'TypeError: decode() takes no keyword arguments' on Python 2.6Andreas Maier
2016-05-30Ignore invalid data when decoding commit objectsVincent Driessen
2016-04-19Add support for getting "aware" datetime infoVincent Driessen
2015-12-14fix(tree): show that fixing Tree.cache is not possibleSebastian Thiel
2015-12-13chore(tree): remove dead codeSebastian Thiel
2015-12-13fix(tree): tree item sort now uses git-styleSebastian Thiel
2015-11-08fix(commit): respect daylight saving when computing utc-offsetSebastian Thiel
2015-08-17fix(commit): serialization timezone handlingSebastian Thiel
2015-07-22gic {init,clone} --separate-git-dir is supported only since 1.7.5Julien Pivotto
2015-07-17typo in submodules api documentationJulien Pivotto
2015-07-17Added two extra paramaters for commit to take author date and commit dateavi
2015-06-25Added NullHandlers to all loggers to preven "No handler" messagesJames Nowell
2015-05-13Fix type error (startswith expects bytes)John L. Walker
2015-04-07Fix problem with submodules on WindowsMarkus Siemens
2015-03-27Fix typoKyle P. Johnson
2015-03-02fix(iter-commit): ambiguous argument errorSebastian Thiel
2015-02-20Apparently, git 1.7.9 supports git-files too, lets assume it's starting at 1.7.0Sebastian Thiel
2015-02-19Adjust minimum git version with git-file support.Sebastian Thiel
2015-02-19Fix flake8 issue.Sebastian Thiel
2015-02-19Use uuid instead of tempfile.mkdtmp, which created an actual directory.Sebastian Thiel
2015-01-22Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel
2015-01-21Fixed regression in test-suite for IndexFileSebastian Thiel
2015-01-21Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel
2015-01-21Initial set of documentation improvements, and a fix to the submodule tests.Sebastian Thiel
2015-01-21Assured that branch changes are properly handled.Sebastian Thiel