Commits
- Commit:
ca6e02acaa175cf833a3424ff1c4842445c0109f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add support for first-parent history traversal to got-read-pack
- Commit:
5aa813935b6489921083da5ed9459a1cfb8a03e3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add copyright year for files already touched in 2020
- Commit:
b87b4170d4b402d61585cf4d458c0b58ab49095f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename to parsed_tree_entries_free for clarity (don't use with got_tree_object)
- Commit:
b64b1f953a75e1e6639a1fd16a0dc4ce19f4ae78
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
plug a memory leak; parsed tree entries were not freed
- 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:
3022d2728c5aaec4a574a76d30136d850fa5d154
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
reduce the amount of memcpy() and strdup() while parsing tree entries
- Commit:
42c69117cce2e1658d5b5aabbc383ce7252cf167
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
stop storing decompressed delta data in struct got_delta; fetch it on demand
- Commit:
db1d3576eb40d1c48c15fd8d531e030296874e9f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
handle empty trees during 'import' and 'checkout'; spotted by sthen@
- Commit:
13555e04f090597ce528af657bf0da6eff0a9849
- From:
- Sebastien Marie <semarie@openbsd.org>
- Date:
Show only whitelisted commit headers in 'got log'
Generic way to deal with gpgsig header or extra headers added by some tools.
All headers still available via 'got cat'
ok stsp@
- Commit:
4793d91bf3b955dcc0dab2308ff9ebea06504de3
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
have got_object_parse_* check for zero-length input
- Commit:
24ea5512e058a018fb480a73576e051ee37991ff
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got cat' show raw log messages, i.e. leaving PGP sigs intact
- Commit:
09867e481449ff3ca17bfc7132da42e839319511
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
properly parse timestamps in commit objects as UTC (patch by Hiltjo Posthuma)
- Commit:
5943eee28016d0b1f6e87c25366b3a85a95a727a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
strip Git GPG signatures from log messages
- Commit:
ca0d469cb4212326f73d03f606119be5011f2d82
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't forget to do refcounting in got_object_tag_close()
- Commit:
a0de39f3978b1d152679279d6e2f82d573e81209
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix build on OpenBSD/sparc64 (gcc)
- Commit:
00eb6a1fb9f2f7f11d18494a994d3594d5f495ef
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
get rid of an inline implementation of got_object_qid_free()
- Commit:
2256993b27260cd7860c34b47751dff21a7083a8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
avoid dependency on delta.o in binaries which don't need it
- Commit:
dd88155e484f5bbae1af4e3c8d020cabc2e647ab
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
disambiguate abbreviated object IDs based on object type
- Commit:
638f9024045bbe2420143f8868dcc484c231c634
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
rename got_error_prefix_errno() to got_error_from_errno()
- Commit:
656b1f76d3a6f52318782284fa83ae47894cbffb
- From:
- joshua stein <jcs@jcs.org>
- Date:
while (1) -> for (;;)
- Commit:
230a42bdc60c6136d2a5ce65bf1a2f26d990c096
- From:
- joshua stein <jcs@jcs.org>
- Date:
got_error_from_errno -> got_error_prefix_errno
also add got_error_prefix_errno2 and got_error_prefix_errno3 which
should hopefully all be merged into a single function with variadic
args (but can't alloc mem)
- Commit:
324d37e7c791a6e6ff08598c3e6206ba956d0965
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got path APIs available to library consumers
- Commit:
ed1754272216c57ee4359f0fc8d35279b9dfa381
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
more progress on generating new tree entries
- Commit:
8914529dc5d3a0f394dbcc3e90fd63ba329bb824
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make parse_tree_entry() require a mode field