Commits
- Commit:
992eb9d8966327c12d7e3812a2cae527f621e4ba
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
spelling
- Commit:
845785d4e40a5c6b45a348a9436e0c3357ed7622
- From:
- Tracey Emery <tracey@traceyemery.net>
- Date:
typo
- Commit:
e1a68182da13b954790863084cfae4ab655e2bff
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix pack index cache; don't open/close pack index files needlessly
- Commit:
ca6e02acaa175cf833a3424ff1c4842445c0109f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for first-parent history traversal to got-read-pack
- Commit:
56e0773df7e12fc69c1f6f9d171c93fd78a13d0e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
convert tree entries from SIMPLEQ to an array
- Commit:
5f25cc858267bf6a334ed243cd4ceaa4bcb851d6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove obj->path_packfile which is unused nowadays; saves a few free() calls
- Commit:
6dd1ece69a673273a872d5fb39eb97fc593a6f47
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
when an object id string is bad, include the bad string in the error message
- Commit:
ddc7b220d2cafa2ab2e485c71a7a4cbfa9c23beb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
do not leak ibuf in error paths of read_*_privsep()
- Commit:
aba9c984d1420b77b23320520e70b27ecc83acf7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
obtain repo format version and commit author name/email from .git/config
- Commit:
63c5ca5de411be54e75480b0efec04014ffab46e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
detect and ignore Git submodules
- Commit:
01073a5d20f017cbdb065decd25fa6d472cf809d
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
initial 'got cat' implementation
- Commit:
b02560eced1f0b170085e9c5aa73e835beea3dac
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix number of lines accounted for during blame
- Commit:
f595d9bdb26efe762356fcc6c80608af34896240
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix line offset calculations in got_object_blob_dump_to_file()
- Commit:
5d844a1e3768d8c536169a754802b4bf8ebdd64c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't attempt to parse Git's "leightweight" tags as real tag objects
- Commit:
8d2c5ea3cf75adc256f3fc1b9cd19667fe6f8d07
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't leak memory for pack file path when opening objects
- Commit:
78695fb724a1e3e628efb42140d48dbd88d562b3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix blame with single-commit history and with files without \n
- Commit:
d24820bf831196d55a112663501e8e67ac79911c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for tag objects to 'got diff'
- Commit:
41d2888bab776a1275b697b9eb293b81045bfee7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
move an assignment closer to error check in got_object_get_path()
- Commit:
e82b1d8119d413101f11883e43119759a433edc4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
switch back to searching packed objects first; it is indeed faster
- Commit:
34f480ff2dd13f31ef19c7bad358b4610d8a28e9
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
open local objects before searching packs; faster on large repos
- Commit:
e09a504cc5b72ff4eca5d539b6fb50c8d01d0036
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
introduce support for abbreviated object IDs
- Commit:
2246482eaf5f2c63df9af5b3436312be16907a56
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make search actually work in 'tog blame'
- Commit:
6c4c42e07c3ebc32f3ea82173f6936b9f522733a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement search for 'tog blame'
- Commit:
5e54fb308c7ad735d944068c063de6ac5276b93a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
test and fix 'got revert' with a path in a sub-directory
Relax input path requirements of got_object_id_by_path() to
make things easier to callers. Allows the revert code to pass
a path from the file index in lieu of a repository path.
- Commit:
da506691d2d9491c869110f2ee209ae3014c7273
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
set_max_datasize() should be a static function