2 - properly parse timestamps in commit objects as UTC (patch by Hiltjo Posthuma)
3 - strip Git GPG signatures from log messages
4 - fix regression: don't try to parse "leightweight" tags as real tag objects
7 - 'got log' and 'tog log' now display tags in addition to branch references
8 - 'got ref' can now be used to create symbolic references
9 - use <limits.h> instead of <sys/limits.h> (patch by Thomas Klausner)
10 - fix crash if 'got rebase' has no commits to rebase (with semarie@)
11 - annotate symlinks with @ in 'got tree' and 'tog tree'
14 - fix blame with single-commit history and with files without \n
15 - fix crashes in tog when blame returns no results on a file (found by otto@)
16 - man page improvements (bentley@)
19 - add support for tag objects to 'got diff'
20 - fix tog log -r option (patch by semarie@)
21 - fix use of potentially out-of-date errno values (patch by Hiltjo Posthuma)
22 - fix getline(3) return value check (patch by Hiltjo Posthuma)
23 - use Oo/Oc/Op instead of plain brackets in man pages (patch by bentley@)
24 - fix spurious failures of test_revert_patch_one_change due to race condition
27 - fix bug where 'revert -p' would delete all lines following a reverted change
28 - fix merge bug inherited from OpenRCS, affecting lines with leading .
29 - fix man page installation during manual 'make install' from plain tarball
32 - improve error message if helper binaries fail to unveil(2)
33 - add support for tags to -c options of some got commands
34 - attempt to reject GOT_AUTHOR values without an email address because git
35 is unable to parse resulting commit objects
36 - fix build on OpenBSD/sparc64 (gcc)
39 initial release; see git repository history for changes up to this point