summaryrefslogtreecommitdiff
path: root/git/objects
Commit message (Expand)AuthorAgeFilesLines
* fix decoding problemishepard2019-09-161-2/+3
* Fix #889: Add DeepSource config and fix some major issuesMohit Solanki2019-09-101-3/+2
* Skip on keyerrorSantos Gallegos2019-07-201-2/+3
* Don't assume there is a tag author in tagsSebastian Thiel2019-07-061-2/+3
* Update commit.py constructor docstringDavid Host2019-03-151-1/+1
* The proper way is return, not raise StopIterationMichael Käufl2018-10-211-1/+1
* Avoid from_timestamp() function to raise an exception when the offset is grea...ishepard2018-04-041-2/+5
* Rewrite unnecessary dict/list/tuple calls as literalsHugo2018-03-187-16/+16
* Drop support for EOL Python 2.6Hugo2018-03-181-4/+1
* Remove trailing slash on drive pathCharles Bouchard-Légaré2017-11-161-1/+1
* 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