summaryrefslogtreecommitdiff
path: root/git/objects
Commit message (Expand)AuthorAgeFilesLines
* Store submodule nameJohn Kirkham2017-10-011-1/+3
* BF: use get, not casting get_value while dealing with submodule path/url etcYaroslav Halchenko2017-09-191-5/+5
* Spelling fixesVille Skyttä2017-03-093-5/+5
* Fix git.Commit docs typoReuben Sutton2017-02-021-1/+1
* Merge pull request #541 from andy-maier/py26_fixesSebastian Thiel2016-12-081-1/+4
|\
| * Fixes to support Python 2.6 again.Andreas Maier2016-10-241-1/+4
* | chore(lint): flake8Sebastian Thiel2016-12-081-1/+1
* | fix(submodule): don't fail if tracking branch can't be setupSebastian Thiel2016-12-081-1/+1
|/
* Merge branch 'cygwin' of https://github.com/ankostis/GitPython into ankostis-...Sebastian Thiel2016-10-225-69/+68
|\
| * Merge with #532, fix unicode filenames with escapesurogatesKostis Anagnostopoulos2016-10-161-5/+2
| |\
| * | src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-164-16/+12
| * | src: import os.path as ospKostis Anagnostopoulos2016-10-161-53/+56
* | | Fix some typosSantiago Castro2016-10-205-17/+17
| |/ |/|
* | fix(surrogateescape): enable on py2, fix testsSebastian Thiel2016-10-161-1/+2
* | fix(unicode): use surrogateescape in bytes.decodeSebastian Thiel2016-10-161-5/+1
|/
* config, #525: polish more config-urlsKostis Anagnostopoulos2016-10-121-0/+4
* FIX #526: Do not depend on test-sourcesKostis Anagnostopoulos2016-10-111-1/+1
* config: FIX regression by prev commit "wrap all conf..."Kostis Anagnostopoulos2016-10-041-2/+2
* io: Wrap (probably) allconfig_writers in `with` blocksKostis Anagnostopoulos2016-10-041-39/+27
* src: No PyDev warningsKostis Anagnostopoulos2016-10-045-15/+17
* hidden win-errs: Let leaking TCs run till end, then hideKostis Anagnostopoulos2016-10-041-5/+19
* BF: Allow to remove a submodule with a remote without refsYaroslav Halchenko2016-10-031-1/+1
* io, #519: ALL open() --> with open()Kostis Anagnostopoulos2016-10-011-0/+2
* Win, #519: FIX repo TCs.Kostis Anagnostopoulos2016-10-011-9/+12
* FIX hook TC on PY3+Win & indeterministic lock timing.Kostis Anagnostopoulos2016-09-291-0/+2
* fix(commit): handle gpgsig properlySebastian Thiel2016-08-211-5/+10
* Fixed 'TypeError: decode() takes no keyword arguments' on Python 2.6Andreas Maier2016-06-011-3/+3
* Ignore invalid data when decoding commit objectsfix-for-invalid-data-in-commitsVincent Driessen2016-05-301-3/+3
* Add support for getting "aware" datetime infoVincent Driessen2016-04-192-2/+39
* fix(tree): show that fixing Tree.cache is not possibleSebastian Thiel2015-12-141-23/+29
* chore(tree): remove dead codeSebastian Thiel2015-12-131-1/+0
* fix(tree): tree item sort now uses git-styleSebastian Thiel2015-12-131-1/+49
* fix(commit): respect daylight saving when computing utc-offsetSebastian Thiel2015-11-081-2/+6
* fix(commit): serialization timezone handlingSebastian Thiel2015-08-171-1/+1
* gic {init,clone} --separate-git-dir is supported only since 1.7.5Julien Pivotto2015-07-221-1/+1
* typo in submodules api documentationJulien Pivotto2015-07-171-1/+1
* Added two extra paramaters for commit to take author date and commit dateavi2015-07-171-3/+10
* Added NullHandlers to all loggers to preven "No handler" messagesJames Nowell2015-06-253-0/+3
* Fix type error (startswith expects bytes)John L. Walker2015-05-131-1/+1
* Fix problem with submodules on WindowsMarkus Siemens2015-04-071-1/+2
* Fix typoKyle P. Johnson2015-03-271-1/+1
* fix(iter-commit): ambiguous argument errorSebastian Thiel2015-03-021-2/+5
* Apparently, git 1.7.9 supports git-files too, lets assume it's starting at 1.7.0Sebastian Thiel2015-02-201-2/+1
* Adjust minimum git version with git-file support.Sebastian Thiel2015-02-191-1/+2
* Fix flake8 issue.Sebastian Thiel2015-02-191-4/+6
* Use uuid instead of tempfile.mkdtmp, which created an actual directory.Sebastian Thiel2015-02-191-2/+2
* Overhauled all tutorials, and placed them in a unit-test.Sebastian Thiel2015-01-221-2/+2
* Fixed regression in test-suite for IndexFileSebastian Thiel2015-01-212-17/+3
* Added advance usage examples to tutorial and made minor fixes.Sebastian Thiel2015-01-213-3/+10
* Initial set of documentation improvements, and a fix to the submodule tests.Sebastian Thiel2015-01-211-2/+5