Revīziju vēsture

Autors SHA1 Ziņojums Datums
  Jelmer Vernooij 3603ec95c7 Support bytes(x) on git objects. 7 gadi atpakaļ
  Antoine R. Dumont (@ardumont) d74761abde Raise EmptyFileException when empty disk file corruption is detected 7 gadi atpakaļ
  Antoine R. Dumont (@ardumont) 486dedbf9b dulwich.objects: Fix typo in docstring 7 gadi atpakaļ
  Antoine R. Dumont (@ardumont) 694d27c2b0 objects: Add checks on date fields (tag, commit alike) 7 gadi atpakaļ
  Jelmer Vernooij 0046eb8a62 Fix style errors. 7 gadi atpakaļ
  Jelmer Vernooij 50b2c115c5 Avoid naming variables 'l'. 7 gadi atpakaļ
  Jelmer Vernooij aa2a305841 Fix all flake8 style issues. 8 gadi atpakaļ
  Jelmer Vernooij e5f6eb1ebd Some style fixes. 8 gadi atpakaļ
  Jelmer Vernooij 3ce9b807a7 Remove duplicate _extra, _parents and _encoding from slots for Commit. 8 gadi atpakaļ
  Nicolas Dandrimont fcb1b20c10 SHAFile: Do not trim trailing newlines from extra headers 8 gadi atpakaļ
  Lionel Flandrin 92f29426d9 Avoid crashing when accessing the tag_time of a headerless tag. 8 gadi atpakaļ
  Jelmer Vernooij 4936321e17 Fix tests on python3. 8 gadi atpakaļ
  Jelmer Vernooij c403185c1b Fix handling of Commit.tree being set to an actual Tree rather than a Tree id. 8 gadi atpakaļ
  Jelmer Vernooij 4837b3c12f Avoid regenerating full blob in Blob.splitlines. 8 gadi atpakaļ
  Jelmer Vernooij 4c82345e53 Add Blob.splitlines. 8 gadi atpakaļ
  Jelmer Vernooij 8c35904821 Update header to reflect that license is now Apachev2 or GNU GPLv2+. 9 gadi atpakaļ
  Jelmer Vernooij 0ee2ec1d37 Fix python3 compatibility. 9 gadi atpakaļ
  Jelmer Vernooij 5afa48af64 Add dulwich.porcelain.ls_tree. 9 gadi atpakaļ
  Jelmer Vernooij 9451655113 Improve fix for ShaFile.id behaviour after as_raw_chunks. 9 gadi atpakaļ
  Félix Mattrat 63d4383ae4 updated the copy method of ShaFile to make sure that the id is always correct when it's copied 9 gadi atpakaļ
  Jelmer Vernooij 495b1f2c58 Remove deprecated _needs_parsing logic; never used. 9 gadi atpakaļ
  Jelmer Vernooij 2341f7e6a2 Remove unused ShaFile._make_sha. 9 gadi atpakaļ
  Nicolas Dandrimont f8e42956a2 Support completely empty messages in git objects 9 gadi atpakaļ
  Jelmer Vernooij 959533b2af Add comparators to ShaFile. 10 gadi atpakaļ
  Jelmer Vernooij 0848029362 Support refspecs properly in porcelain.pull and porcelain.push. 10 gadi atpakaļ
  Gary van der Merwe 1d4d526b6e Revert "Change the way methods that take a path argument behave." 10 gadi atpakaļ
  Gary van der Merwé 7a02943889 Change the way methods that take a path argument behave. 10 gadi atpakaļ
  Jelmer Vernooij 41bdaf1e78 Remove python3 special casing. 10 gadi atpakaļ
  Jelmer Vernooij 417e4be13c Add convenience function for checking validity of hex sha, rather than catching things like AssertionError. 10 gadi atpakaļ
  Damien Tournoud 48646afbbc Most `ShaFile` objects don't cache their SHA properly. 10 gadi atpakaļ