| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | object/{blob,commit}: Remove testgit and other unsatisfied dependencies for now•••This should be reverted (literally, or in effect) sometime. | 2026-05-24 | 5 | -189/+4 | ||
| * | internal/testgit: Add doc | 2026-05-24 | 1 | -0/+4 | ||
| * | object/{commit,signature}: Fix/remove errors | 2026-05-24 | 3 | -13/+9 | ||
| * | object/commit: Basic implementation | 2026-05-24 | 8 | -0/+335 | ||
| * | object/blob: Fix naming | 2026-05-24 | 2 | -3/+3 | ||
| * | object: Add interfaces and global parser | 2026-05-24 | 2 | -0/+58 | ||
| * | object/blob: Start | 2026-05-24 | 6 | -0/+111 | ||
| * | REFACTOR: update progress | 2026-05-18 | 1 | -9/+0 | ||
| * | internal/adler32: ErrInvalidHashState* should be defined errors | 2026-05-18 | 1 | -2/+5 | ||
| * | internal/adler32: Import back | 2026-05-18 | 10 | -0/+484 | ||
| * | internal/cpu: Import back | 2026-05-18 | 6 | -0/+96 | ||
| * | object/{id,signature}: Rewrap documentation | 2026-05-18 | 2 | -2/+3 | ||
| * | common: Rewrap documentation | 2026-05-18 | 1 | -4/+8 | ||
| * | ci: Remove gosec exclusions | 2026-05-18 | 1 | -4/+0 | ||
| * | object/typ: Wrong capitalization in errors | 2026-05-18 | 1 | -1/+1 | ||
| * | object/store: ErrObjectNotFound is specifically reader-associated | 2026-05-18 | 2 | -17/+15 | ||
| * | internal/intconv: Wrap docs•••Maybe I should stop bikeshedding sometimes and start working on something real :P | 2026-05-18 | 1 | -10/+20 | ||
| * | object/{header,signature}: Rename Append* to Append | 2026-05-18 | 2 | -4/+4 | ||
| * | REFACTOR: I don't need cmd in my refactor. | 2026-05-18 | 1 | -3/+0 | ||
| * | common/iowrap: Wrap docs | 2026-05-18 | 1 | -1/+2 | ||
| * | object/store: Remove TODO | 2026-05-18 | 1 | -2/+0 | ||
| * | object/typ: Reformat a bit | 2026-05-18 | 4 | -8/+8 | ||
| * | object/signature: Just use a byte from the start | 2026-05-16 | 1 | -2/+2 | ||
| * | object/*: Fix lints | 2026-05-16 | 4 | -3/+6 | ||
| * | object/signature: Fix | 2026-05-16 | 1 | -7/+8 | ||
| * | REFACTOR: object/store | 2026-05-16 | 1 | -1/+0 | ||
| * | object/store: Reader -> ObjectReader | 2026-05-16 | 3 | -4/+4 | ||
| * | object/store: Simplify; remove composited writer and quarantiner | 2026-05-16 | 4 | -42/+24 | ||
| * | REFACTOR: update | 2026-05-16 | 1 | -2/+0 | ||
| * | object/signature: Most users of parse do not need specific errors | 2026-05-16 | 2 | -19/+15 | ||
| * | object/signature: Append | 2026-05-16 | 2 | -33/+32 | ||
| * | object/header: Refactor | 2026-05-16 | 4 | -34/+23 | ||
| * | object/typ: Simplify | 2026-05-16 | 5 | -19/+19 | ||
| * | object/id: done from REFACTOR | 2026-05-16 | 1 | -1/+0 | ||
| * | object/header: Call it AppendHeader and just accept unsigned sizes | 2026-05-16 | 1 | -6/+2 | ||
| * | object/id: Remove more stuff that should belong in other subsystems | 2026-05-16 | 3 | -12/+9 | ||
| * | refactor package roadmap | 2026-05-16 | 1 | -0/+76 | ||
| * | obejct/id: Remove pack/signature/etc-specific object ID properties•••These properties should belong to their relevant package rather than getting stuffed into object/id. | 2026-05-15 | 3 | -77/+0 | ||
| * | object/typ: Don't mirror packfiles•••Future, ref delta, and offset delta are all implementation details to the packfile format and may or may not apply elsewhere. object/typ should only include base object types and should be backend-agnostic (and TypeInvalid). Also, object type to property mappings such as isBase should generally belong in the layer that actually needs them; in this case, .pack/.idx/.rev. | 2026-04-14 | 3 | -35/+6 | ||
| * | object/signature: Rename Serialize to Bytes | 2026-04-02 | 1 | -2/+2 | ||
| * | furgit: I forgot to add lifetime labels | 2026-04-02 | 2 | -0/+11 | ||
| * | object/signature: Add | 2026-04-02 | 6 | -0/+156 | ||
| * | object/header: Add | 2026-04-02 | 4 | -0/+80 | ||
| * | internal/intconv: Actually it's fine for these to be in one file probably | 2026-04-02 | 11 | -128/+93 | ||
| * | object/store: Add interfaces | 2026-04-02 | 4 | -0/+213 | ||
| * | furgit: Fix doc whitespace | 2026-04-02 | 1 | -0/+1 | ||
| * | object/store: Document package | 2026-04-02 | 1 | -0/+13 | ||
| * | furgit: Document interface/implementation contract docs | 2026-04-02 | 1 | -0/+7 | ||
| * | object/typ: Implement object types | 2026-04-02 | 5 | -0/+100 | ||
| * | ci: Stricter linting | 2026-04-02 | 6 | -133/+155 | ||
