Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 0463124f | 2019-08-23 14:41:09 | change for 0.11 | ||
| e8039a4a | 2019-08-23 13:20:34 | create tag objects with both Git and Got during tag -l test | ||
| 2417344c | 2019-08-23 13:19:31 | tweak the way 'got tag -l' displays tagged objectsI | ||
| ea6d9f6b | 2019-08-22 22:55:04 | add a colon behind object type in got tag -l, for consistency | ||
| 62870f63 | 2019-08-22 22:52:07 | show tag name in initial content of tag message editor | ||
| 2575b0eb | 2019-08-22 22:51:39 | use correct label for author (aka tagger) info when writing tag objects | ||
| b2b65d18 | 2019-08-22 22:47:53 | fix usage() call in 'got import' | ||
| b3cd068e | 2019-08-22 22:39:18 | document tag objects | ||
| c904c63e | 2019-08-22 22:33:12 | remove -d option from 'got tag' usage | ||
| 8e7bd50a | 2019-08-22 22:20:56 | initial implementation of 'got tag' command | ||
| a009df92 | 2019-08-22 18:55:02 | fix typo in comment | ||
| e15d5241 | 2019-08-22 18:11:38 | make 'got cat' show tag object fields in on-disk order | ||
| 8aa93786 | 2019-08-22 18:04:32 | make 'got cat' output look more like raw object files | ||
| 24ea5512 | 2019-08-22 14:26:00 | make 'got cat' show raw log messages, i.e. leaving PGP sigs intact | ||
| 01073a5d | 2019-08-22 14:17:38 | initial 'got cat' implementation | ||
| fc06ba56 | 2019-08-22 12:07:56 | support blame cancellation in 'tog blame' view | ||
| 6fb7cd11 | 2019-08-22 11:33:50 | add cancellation support to commit graph and 'got blame' | ||
| e6209546 | 2019-08-22 11:12:24 | untie cancel callback declaration from the work tree | ||
| d0275cf7 | 2019-08-22 01:15:38 | remove unused variable in blame_commit() | ||
| 7d049c18 | 2019-08-22 00:42:19 | tog: fix search prompt location in split-screen view | ||
| 83168418 | 2019-08-22 00:09:16 | bump version number | ||
| 0c349e71 | 2019-08-21 23:56:17 | changes for 0.10 | ||
| 888ac91f | 2019-08-21 23:54:13 | sync distfile list | ||
| 4c9641fd | 2019-08-21 16:57:44 | fix and simplify blame algorithm Always diff against latest version of file. This is much easier since there is no need to keep track of lines shifting around. | ||
| 90f3c347 | 2019-08-19 16:14:27 | always initialize bca in cmd_blame() | ||
| 16357e96 | 2019-08-19 13:17:26 | add another xfail blame test case | ||
| b24db1c1 | 2019-08-19 12:49:49 | test suite: cross-check got blame results with git blame | ||
| d0c4e49e | 2019-08-19 12:12:30 | remove pointless offset variable in get_blamed_line() | ||
| d717b35d | 2019-08-19 12:09:26 | bump version number | ||
| 37ee2bb3 | 2019-08-19 12:03:25 | changes for 0.9 | ||
| 51fe7530 | 2019-08-19 11:53:01 | have tog blame refresh display more often while annotation is in progress | ||
| 548237bc | 2019-08-19 11:29:01 | fix blame bug where lines got annotated with wrong commit | ||
| b02560ec | 2019-08-19 09:54:52 | fix number of lines accounted for during blame | ||
| 84f17c46 | 2019-08-18 15:11:10 | don't put pointless zero-offset chunk at head of diffset list | ||
| 1e45b069 | 2019-08-18 15:02:58 | don't add chunks with zero offset to diffoffset list | ||
| bc3056e3 | 2019-08-18 19:05:20 | man page spelling fixes from Hiltjo Posthuma | ||
| 8920fa04 | 2019-08-18 14:28:39 | fix uninitialized 'editor' variable; found by Hiltjo Posthuma | ||
| 8d725ae1 | 2019-08-17 09:37:25 | make blame go through first parent history; add more blame test cases | ||
| 14ed98fd | 2019-08-15 01:57:45 | remove unused 'oldfile' parameter from diffreg.c's fetch() | ||
| 2839f8b9 | 2019-08-15 01:02:25 | fix segfault in got's blame_cb() | ||
| 0b2899f8 | 2019-08-18 11:26:15 | attribute commits created with git(1) in test suite to Flan Hacker | ||
| 3d69ad8d | 2019-08-17 15:28:04 | make 'got revert' to ignore unversioned files instead of aborting with 'bad path' and add a regress to check the revert isn't aborted anymore | ||
| dd4a6547 | 2019-08-17 10:17:49 | plug memory leak in sort_tree_entries_the_way_git_likes_it() | ||
| 0def28b1 | 2019-08-17 10:15:35 | fix 'last commit cannot be folded' check with reordered commits | ||
| 0350c011 | 2019-08-16 13:44:50 | bump version number | ||
| 36e8577e | 2019-08-16 13:25:00 | changes for 0.8 | ||
| 6af1ccbd | 2019-08-16 13:16:50 | sort tree object entries the way git likes it | ||
| 18988150 | 2019-08-15 17:07:00 | define BINDIR using PREFIX instead of HOME | ||
| 0d8ff7d5 | 2019-08-15 00:15:32 | rename got_blame_incremental() to got_blame() | ||
| bcb49d15 | 2019-08-15 00:07:22 | make 'got blame' show dates at which lines were last modified | ||
| 82f6abb8 | 2019-08-14 23:37:07 | make 'got blame' show committer names | ||
| 7ef28ff8 | 2019-08-14 23:10:00 | make 'got blame' show line numbers | ||
| e27a7222 | 2019-08-14 22:52:57 | remove got_blame() API, now unused | ||
| 28315671 | 2019-08-14 22:52:23 | switch 'got blame' to got_blame_incremental() API | ||
| f595d9bd | 2019-08-14 22:51:13 | fix line offset calculations in got_object_blob_dump_to_file() | ||
| 0f6650ff | 2019-08-14 21:38:21 | fix typo in got_object_blob_dump_to_file() docstring | ||
| b1ebc001 | 2019-08-13 23:54:01 | add GOT_LOG_DEFAULT_LIMIT env var for setting a got log -l default | ||
| 5ce8bd3e | 2019-08-13 17:18:16 | bump version number | ||
| 50c7d1b0 | 2019-08-13 17:12:54 | changes for 0.7 | ||
| 5a8ddf14 | 2019-08-13 17:08:56 | also test "leightweight" tags in log tag test | ||
| 09867e48 | 2019-08-13 17:01:23 | properly parse timestamps in commit objects as UTC (patch by Hiltjo Posthuma) | ||
| 5943eee2 | 2019-08-13 16:58:34 | strip Git GPG signatures from log messages | ||
| 5d844a1e | 2019-08-13 15:41:46 | don't attempt to parse Git's "leightweight" tags as real tag objects | ||
| 34ca4898 | 2019-08-13 15:12:28 | don't hide repo data parsing errors during 'got log' | ||
| 0d470ac7 | 2019-08-13 14:27:21 | bump version number | ||
| 3b80a05b | 2019-08-13 14:16:30 | sync dist file list | ||
| 54cc910e | 2019-08-13 14:15:43 | changes for 0.6 | ||
| 8d2c5ea3 | 2019-08-13 10:49:23 | don't leak memory for pack file path when opening objects | ||
| a436ad14 | 2019-08-13 10:41:25 | make 'got log' display tags in addition to branch references | ||
| 52b5abe1 | 2019-08-13 10:21:12 | make 'tog log' display tags in addition to branch references | ||
| ca0d469c | 2019-08-13 10:20:42 | don't forget to do refcounting in got_object_tag_close() | ||
| 89949963 | 2019-08-13 09:46:52 | bump version number | ||
| c55aa27e | 2019-08-13 00:49:07 | add -s option to 'got ref' usage in man page | ||
| 2d463f36 | 2019-08-13 00:42:47 | test behaviour when 'got ref -s' is given a non-reference target | ||
| d1c1ae5f | 2019-08-13 00:33:25 | introduce 'got ref -s' and add two tests for 'got ref' | ||
| 29e86f7a | 2019-08-13 00:32:42 | introuce a hard limit on recursion through symbolic references | ||
| 2ac2a266 | 2019-08-12 22:31:36 | add a TODO item for 'got ref' | ||
| 12ce7a6c | 2019-08-12 20:56:30 | include <limits.h> instead of <sys/limits.h>; patch by Thomas Klausner | ||
| fc66b545 | 2019-08-12 14:45:02 | fix behaviour of 'got rebase' with no commits to rebase; with semarie@ | ||
| 848d6979 | 2019-08-12 13:43:17 | annotate symlinks with @ in 'got tree' and 'tog tree' | ||
| cbc52e82 | 2019-08-12 12:48:56 | changes for 0.5 | ||
| 78695fb7 | 2019-08-12 12:38:08 | fix blame with single-commit history and with files without \n | ||
| 8d0fe45a | 2019-08-12 11:31:27 | fix crashes in tog when blame returns no results on a file fix for underlying blame bug still pending... | ||
| 83ce39e3 | 2019-08-12 10:58:33 | tog: plug memory leak in blame_tree_entry() | ||
| c4843652 | 2019-08-12 10:55:58 | fix double-free when blame view is closed in error path; found by otto@ | ||
| d264cece | 2019-08-12 10:50:32 | make tog's log thread bail out upon SIGPIPE; I don't fully grok which thread will see these signals; somebody please page Mr. Posix | ||
| 1dd86744 | 2019-08-11 12:14:47 | man page improvements - new sentence, new line - add blanks before trailing delimiters - void leaving whitespace at end of line, even significant space - use .Ox macro for OpenBSD - fix paragraph lint warnings - escape ~ and ^, which are special characters in troff | ||
| 963ecf2a | 2019-08-12 09:31:52 | don't let a pthread mutex unlock error mask other errors in tog | ||
| 83baff54 | 2019-08-12 09:28:12 | let tog catch SIGPIPE; might help fix unclean exit issue reported by Artturi | ||
| 6f0e4266 | 2019-08-12 08:19:39 | bump version number | ||
| 2a9b497b | 2019-08-11 21:48:05 | also mention the test fix in CHANGES | ||
| 16f6d716 | 2019-08-11 21:45:21 | changes for 0.4 | ||
| 1b7a69d3 | 2019-08-11 21:22:12 | remove pointless strdup() call which slipped into previous commit | ||
| d24820bf | 2019-08-11 21:19:14 | add support for tag objects to 'got diff' | ||
| 0adb7196 | 2019-08-11 20:51:04 | reduce code duplication in 'got diff' argument parsing | ||
| b9d7675a | 2019-08-11 20:24:29 | wrap over-long line | ||
| a1fbf39a | 2019-08-11 20:22:30 | make "tog log" respect -r argument; from semarie@ | ||
| 718ef3e9 | 2019-08-11 20:15:17 | simplify cleanup code paths in got_path_find_prog() | ||
| 202329ae | 2019-08-11 20:11:56 | fix some more occurrences of potential errno clobbering | ||
| 41d2888b | 2019-08-11 20:03:36 | move an assignment closer to error check in got_object_get_path() |