Commits
- Commit:
dd88155e484f5bbae1af4e3c8d020cabc2e647ab
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
disambiguate abbreviated object IDs based on object type
- Commit:
6c4c42e07c3ebc32f3ea82173f6936b9f522733a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement search for 'tog blame'
- Commit:
a129376b6f8adc074c4b53a4f78195ca32b78b1a
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add initial implementation of 'got revert'
- Commit:
6c34b1aaf4f7557da7a8f12bfc5109491faa1937
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
whitespace formatting fixes in include/
- Commit:
fb43ecf1500cf7f8b2e22348bd1635edcda97fee
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
check for errors from fclose()
- Commit:
0bd18d379f824371c6439f6c6d72b23c4169d99c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add potentially useful helpers for tag objects and refs
- 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:
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:
6fcac4576a437f60e050eec706040bdb272eb058
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
store number of lines in int instead of size_t
- Commit:
f4a881ce8b200e5283247799c39abd2b578b8e75
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
more support for tag objects; new code is not yet reachable
- Commit:
984e8a45c4baf9764b411c634efe60ccb173097c
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement object idset with a red-black tree
- Commit:
ccb26ccd3c82dc54e1d795a57b4cf901f6ebc1a8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
avoid a call to mktime() in commit graph's add_node()
- Commit:
31cedeafaf0a3027fba695d7ed685cb330236cb6
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add path filtering support to commit graph
- Commit:
07862c206e443b4b70016804c7280da2e98be6b7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
introduce got_object_tree_path_changed() and use it in 'got log'
- Commit:
27d434c2f27987c4eda331b3ab039198ccd6e101
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
replace got_object_open_by_path() with got_object_id_by_path()
- Commit:
6402fb3cc1e54689a0b577e5958bf75a5a7e798b
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
change got_object_get_id() semantics; avoids pointless allocations
- Commit:
dbc6a6b63b4f1e83c808f7ba4bc97e6ecee4d8ab
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
allow going back to previously blamed commits in tog blame
- Commit:
84451b3ef755f3226d0d79af367632e5f3a830e7
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
implement incremental blame display for tog
- Commit:
883f04699494bd53a6d4ddf6e53bd3156429b622
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
make struct got_tree_object opaque
- Commit:
1943de014775b966dbd5307f839f666123bb26f1
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a commit cache as well
- Commit:
f6be5c308af39aaf5dd86f08ed270f009ba12ed8
- From:
- Stefan Sperling <stsp@stsp.name>
- Date:
add a tree object cache to struct got_repository