Blame


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