summaryrefslogtreecommitdiff
path: root/git/objects
Commit message (Expand)AuthorAgeFilesLines
* Merge with #532, fix unicode filenames with escapesurogatesKostis Anagnostopoulos2016-10-161-5/+2
|\
| * fix(surrogateescape): enable on py2, fix testsSebastian Thiel2016-10-161-1/+2
| * fix(unicode): use surrogateescape in bytes.decodeSebastian Thiel2016-10-161-5/+1
* | src: reduce needless deps to `gitdb.util`Kostis Anagnostopoulos2016-10-164-16/+12
* | src: import os.path as ospKostis Anagnostopoulos2016-10-161-53/+56
|/
* 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
* Assured that branch changes are properly handled.Sebastian Thiel2015-01-213-28/+11
* Fixed flake8 and a minor test regression.Sebastian Thiel2015-01-202-23/+26
* Impemented keep_going flag for `Submodule.update()`Sebastian Thiel2015-01-202-350/+376
* Submodule.parent_commit() now automatically points to repo.head unless it was...Sebastian Thiel2015-01-201-27/+38
* Greatly improved possible safety of Submodule.update(), which is used by defa...Sebastian Thiel2015-01-202-25/+68
* Submodule.move() will auto-rename the submodule if the name was equal to the ...Sebastian Thiel2015-01-191-0/+6
* Implemented Submodule.rename()Sebastian Thiel2015-01-191-4/+78
* Submodule.move() fixed to deal with 'non-gitfile' clones appropriately.Sebastian Thiel2015-01-191-1/+1
* Basic submodule tests are working once again !Sebastian Thiel2015-01-191-10/+18
* Submodule.remove() now seems to work properly, nearly all tests are back.Sebastian Thiel2015-01-171-18/+20