-
0.13
got 0.13 - fix several possible leaks, use after frees, and NULL derefs (hiltjo) - tog: mbs2ws: fix sizeof of element for memory allocation (hiltjo) - fix deletion of branches stored in packed-refs - fix 'got log path' in a work tree with a path prefix (with Evan Silberman)
-
0.12
got 0.12 - add support for path arguments to 'got cat' - make 'got log -p path' display patches for the specified path only - allow creating branches based on commit IDs - prevent deletion of the work tree's current branch - detect and ignore Git submodules - indicate non-existent path arguments in 'got status' - make 'got diff' error for non-existent path arguments - make 'got tag -l' list tags by time stamp in descending order - fix reading pack index files with large offsets (patch by Hiltjo Posthuma)
-
0.11
got 0.11 - add 'got tag' command - add 'got cat' command - support quick cancellation in 'tog blame' view - fix search prompt location in split-screen tog views
-
0.9
got-0.9 - fix blame bug where lines were annotated with wrong commit - man page spelling fixes (patch by Hiltjo Posthuma) - fix uninitialized 'editor' variable (found by Hiltjo Posthuma) - make 'got revert' ignore unversioned files instead of aborting (semarie@) - fix "last commit cannot be folded" histedit check with reordered commits
-
0.8
got 0.8 - write tree entries the way git likes it to prevent git index corruption - make 'got blame' show line numbers, dates, and author names - add GOT_LOG_DEFAULT_LIMIT env var for setting a got log -l default
-
0.7
got 0.7 - properly parse timestamps in commit objects as UTC (patch by Hiltjo Posthuma) - strip Git GPG signatures from log messages - fix regression: don't try to parse "leightweight" tags as real tag objects
-
0.6
got-0.6 - 'got log' and 'tog log' now display tags in addition to branch references - 'got ref' can now be used to create symbolic references - use <limits.h> instead of <sys/limits.h> (patch by Thomas Klausner) - fix crash if 'got rebase' has no commits to rebase (with semarie@) - annotate symlinks with @ in 'got tree' and 'tog tree'
-
0.5
got-0.5 - fix blame with single-commit history and with files without \n - fix crashes in tog when blame returns no results on a file (found by otto@) - man page improvements (bentley@)