5 years ago 0d8ff7d595 Stefan Sperling
rename got_blame_incremental() to got_blame()
5 years ago bcb49d15e0 Stefan Sperling
make 'got blame' show dates at which lines were last modified
5 years ago 82f6abb8b1 Stefan Sperling
make 'got blame' show committer names
5 years ago 7ef28ff8dd Stefan Sperling
make 'got blame' show line numbers
5 years ago e27a7222fa Stefan Sperling
remove got_blame() API, now unused
5 years ago 28315671b9 Stefan Sperling
switch 'got blame' to got_blame_incremental() API
5 years ago f595d9bdb2 Stefan Sperling
fix line offset calculations in got_object_blob_dump_to_file()
5 years ago 0f6650ff48 Stefan Sperling
fix typo in got_object_blob_dump_to_file() docstring
5 years ago b1ebc001df Stefan Sperling
add GOT_LOG_DEFAULT_LIMIT env var for setting a got log -l default
5 years ago 5ce8bd3ee4 Stefan Sperling
bump version number
5 years ago 50c7d1b032 Stefan Sperling
changes for 0.7
5 years ago 5a8ddf14e9 Stefan Sperling
also test "leightweight" tags in log tag test
5 years ago 09867e4814 Stefan Sperling
properly parse timestamps in commit objects as UTC (patch by Hiltjo Posthuma)
5 years ago 5943eee280 Stefan Sperling
strip Git GPG signatures from log messages
5 years ago 5d844a1e37 Stefan Sperling
don't attempt to parse Git's "leightweight" tags as real tag objects
5 years ago 34ca489849 Stefan Sperling
don't hide repo data parsing errors during 'got log'
5 years ago 0d470ac738 Stefan Sperling
5 years ago 3b80a05b2e Stefan Sperling
sync dist file list
5 years ago 54cc910e75 Stefan Sperling
changes for 0.6
5 years ago 8d2c5ea3cf Stefan Sperling
don't leak memory for pack file path when opening objects
5 years ago a436ad14b5 Stefan Sperling
make 'got log' display tags in addition to branch references
5 years ago 52b5abe166 Stefan Sperling
make 'tog log' display tags in addition to branch references
5 years ago ca0d469cb4 Stefan Sperling
don't forget to do refcounting in got_object_tag_close()
5 years ago 89949963d7 Stefan Sperling
5 years ago c55aa27ee1 Stefan Sperling
add -s option to 'got ref' usage in man page