Commits
- Commit:
8524ff9ab344067cc8f03b4f2ac9f4e66ce5a9bd
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't clean up twice in start_pack_privsep_child()
- Commit:
711fb6e8a4b06757bc43841881939c11a6191aae
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
de-duplicate some code I copied around in object.c
- Commit:
a158c90155bc8066c8f6d87a4a9600d8c5bf54c8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make all the _packed_read_privsep() functions local to object.c
- Commit:
6e72e6a3bf1fd0e9a976114e25c7aad6b22587b0
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
there's no point in embedding the object header in commits
- Commit:
1785f84a3a2f8d9dd6b73551560405f87a2e2ebb
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
eliminate got_object_open() round-trip when opening commits
- Commit:
4c838a52b058826b33b06295771b4cd1553100d1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
fix message of GOT_ERR_PRIVSEP_MSG error
- Commit:
4796fb1383eb1c2b50b7eec8af64442f8ef06ce4
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
pass object ID to open_loose_object() instead of an object
- Commit:
7b39052690e425256d927eef717153a7905b7c3e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
document UTF-8 API functions
- Commit:
5a3026e52b5ad2cd63f25d7ffa8e8dfa1a899a8f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove obsolete statements from API docs
- Commit:
ddf1c734917dc112c7e5d7e89b7600ea59ef4d8e
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make got_object_blob_id_str() a private API
- Commit:
15a949835c36ceb581fc115aff744dbb30b12918
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove struct got_object from public library API
- Commit:
5767055949fa7c49469611a514c2f4e3ae77c5e1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
prevent crash in error path via tog's stop_blame()
- Commit:
450eaa8b146d79bea2967c484686831ecd608c14
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
typos
- Commit:
2df4e4ff8d55414909311ec5dabbd5ed73bccf18
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
mention that commit timestamps are UTC in API docs
- Commit:
45d799e2247f32829160ec48664dbccfae98150f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make commit objects opaque in the library's API
- Commit:
56765ebba6f171b02b9c44abb6013d5d62ced841
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
remove colon from diff header
- Commit:
abd2672ad512810199886aa5cc285df04f1aed67
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
move commit header printing in diffs out of the library
- Commit:
0f2b3dca330fac55da7117609d772d5b55e74273
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show diffed commit IDs in 'got log -p' output
- Commit:
a9a46275faef71f0a27cb4250e6a3169259bf21f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
show IDs of commits being compared in 'got diff'
- Commit:
33d869be77b0c87421075910bfadc9bce91a7a82
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
undo previous; indentation is enough to avoid parsing problems
- Commit:
e52d343e4dfd46e567fd2a3a02f2760492b89293
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make 'got log' show the number of lines in a log message
- Commit:
06ca4d091887ecc59f63c7fa459c57e58122d31b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
stop history traversal once blame has annotated all lines
- Commit:
6fcac4576a437f60e050eec706040bdb272eb058
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
store number of lines in int instead of size_t
- Commit:
f2e233d8c9ef56f29adca985325cc9696f7b4fb6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
don't abort blame in annotate_line() if lines are out of range
- Commit:
998ff57f4f4e054903fda595b99c7154510f6d3f
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make advance_branch() search the smaller id set first