Blame


1 6b7ca607 2020-04-14 stsp * got 0.33; 2020-04-14
2 6b7ca607 2020-04-14 stsp - normalize tree entry modes to 0100644 or 0100755 when writing tree objects
3 6b7ca607 2020-04-14 stsp - fix "searching..." displayed in tog log view while merely scrolling down
4 6b7ca607 2020-04-14 stsp - in got.1, clarify how 'got update' deals with local (aka uncommitted) changes
5 6b7ca607 2020-04-14 stsp
6 1dff1298 2020-03-28 stsp * got 0.32; 2020-03-28
7 1dff1298 2020-03-28 stsp - be nice to unaware users who attempt to use got commands in a Git work tree
8 1dff1298 2020-03-28 stsp - show 'searching...' during 'tog log' search even if no new commits are loaded
9 1dff1298 2020-03-28 stsp - display "no matches found" if no commit matches a 'tog log' search
10 1dff1298 2020-03-28 stsp - display "no more matches" if 'tog log' search cannot find any more matches
11 1dff1298 2020-03-28 stsp - make 'tog log' consistently scroll a page upon page-down key (found by naddy)
12 1dff1298 2020-03-28 stsp - make 'got fetch' create or restore remote HEAD reference if it is missing
13 1dff1298 2020-03-28 stsp - make 'got fetch -d' delete branches from both refs/heads and refs/remotes
14 1dff1298 2020-03-28 stsp
15 fb2b849b 2020-03-25 stsp * got 0.31; 2020-03-25
16 fb2b849b 2020-03-25 stsp - take status line into account during page up/down in 'tog log' (naddy)
17 fb2b849b 2020-03-25 stsp - make 'got tree' use the current branch if invoked in a work tree (tracey)
18 fb2b849b 2020-03-25 stsp - compute pack file's checksum during download and check it in got-fetch-pack
19 fb2b849b 2020-03-25 stsp - make got-index-pack compute and verify the pack file's checksum as well
20 fb2b849b 2020-03-25 stsp - stop verifying pack file checksum in the main process during clone/fetch
21 fb2b849b 2020-03-25 stsp - fix bogus 'reference HEAD not found' error (reported by Matthias aka _xhr_)
22 fb2b849b 2020-03-25 stsp - make 'got clone' create refs/remotes/origin/HEAD, as 'git clone' does
23 fb2b849b 2020-03-25 stsp - make 'got fetch' handle updates to refs/remotes/*/HEAD
24 fb2b849b 2020-03-25 stsp
25 6909a160 2020-03-23 stsp * got 0.30; 2020-03-22
26 6909a160 2020-03-23 stsp - add support for git and git+ssh network protocols (patch by ori@)
27 6909a160 2020-03-23 stsp - add 'got clone' and 'got fetch' commands
28 6909a160 2020-03-23 stsp - don't error out if rebase sees no merged paths; elide the commit instead
29 6909a160 2020-03-23 stsp - prevent 'got commit' from committing empty sub-directories (found by tracey)
30 6909a160 2020-03-23 stsp - allow limiting the output of 'got ref -l' to a single ref or a namespace
31 6909a160 2020-03-23 stsp - add -c option to 'got ref' which now expects just one argument after options
32 6909a160 2020-03-23 stsp - plug a memory leak in got-read-pack
33 6909a160 2020-03-23 stsp - remove 'Next' link from tags on gotweb summary page if no tags exist (tracey)
34 6909a160 2020-03-23 stsp
35 cff5d32f 2020-03-06 stsp * got 0.29; 2020-03-06
36 cff5d32f 2020-03-06 stsp - trim directories in got remove -R (tracey)
37 cff5d32f 2020-03-06 stsp - prevent commits from being listed more than once in a histedit script
38 cff5d32f 2020-03-06 stsp - fix histedit 'rebase commit ID mismatch' error when splitting a commit
39 cff5d32f 2020-03-06 stsp - be helpful when users try to check out work trees without a known branch
40 cff5d32f 2020-03-06 stsp - map 'tog path' to 'tog log path' if possible (requested by mpi)
41 cff5d32f 2020-03-06 stsp - when "bad path" errors occur always show the path in question
42 cff5d32f 2020-03-06 stsp - show merged commit ID upon merge conflict during rebase and histedit
43 cff5d32f 2020-03-06 stsp
44 233f3602 2020-02-25 stsp * got 0.28; 2020-02-25
45 233f3602 2020-02-25 stsp - improve man page documentation of rebase and histedit
46 233f3602 2020-02-25 stsp - disallow 'got rebase' while a histedit operation is in progress
47 233f3602 2020-02-25 stsp - switch 'got tag' commit argument to a new -c option
48 233f3602 2020-02-25 stsp - let 'got branch' switch and update the work tree
49 233f3602 2020-02-25 stsp - improve documentation of -r flags in tog man page (naddy)
50 233f3602 2020-02-25 stsp - add 'got histedit -m' option which makes it easy to edit log messages
51 233f3602 2020-02-25 stsp - switch 'tog diff' repository path argument to a new -r option (naddy)
52 233f3602 2020-02-25 stsp - fix 'tog diff object1 object2' when run inside a work tree (naddy)
53 233f3602 2020-02-25 stsp - document semantics of got log and tog log path arguments
54 233f3602 2020-02-25 stsp - add ^B/^F key bindings (page up/down) to 'tog blame' and 'tog tree' (naddy)
55 233f3602 2020-02-25 stsp - disable compiler warnings in release builds to avoid -Werror build breakage
56 233f3602 2020-02-25 stsp
57 1d2efe42 2020-02-21 stsp * got 0.27; 2020-02-21
58 1d2efe42 2020-02-21 stsp - fix gotweb build with -O2 on sparc64 (tracey; reported by kmos)
59 1d2efe42 2020-02-21 stsp - add next/prev navigation to gotweb commit briefs and commits pages (tracey)
60 1d2efe42 2020-02-21 stsp - add new gotweb tags page and ability to navigate all tags (tracey)
61 1d2efe42 2020-02-21 stsp - ensure gotweb's libexec helpers inherit build flags from parent directories
62 1d2efe42 2020-02-21 stsp - allow 'got ref' to manipulate refs which do not have a slash in their name
63 1d2efe42 2020-02-21 stsp - add an optional path argument to 'tog tree'
64 1d2efe42 2020-02-21 stsp - fix misplaced tog search prompt in split-screen views
65 1d2efe42 2020-02-21 stsp
66 f8e69f75 2020-02-17 stsp * got 0.26; 2020-02-17
67 f8e69f75 2020-02-17 stsp - initial release of gotweb(8), a repository server for web browsers (tracey)
68 f8e69f75 2020-02-17 stsp - fix a segfault in 'got backout' (tracey, reported by semarie)
69 f8e69f75 2020-02-17 stsp - switch 'tog tree' repository path argument to a new -r option
70 f8e69f75 2020-02-17 stsp - fix 'got blame' and 'tog blame' on files added on worktree's current branch
71 f8e69f75 2020-02-17 stsp - enable searching in tog diff view with the '/' key (tracey)
72 f8e69f75 2020-02-17 stsp - ignore EROFS during checkout for repositories on read-only filesystems
73 f8e69f75 2020-02-17 stsp - do not open log message editor if there are no changes during 'histedit -c'
74 f8e69f75 2020-02-17 stsp - display branch name and first commit to be edited at top of histedit script
75 f8e69f75 2020-02-17 stsp - fix bug where 'got revert -R' failed on added subtrees
76 f8e69f75 2020-02-17 stsp - fix bug where 'got log PATH' failed to map PATH into the repository
77 f8e69f75 2020-02-17 stsp - make 'tog log' show linear history by default; add -b option and B key
78 f8e69f75 2020-02-17 stsp - make 'got log' show linear history by default; remove -f and add -b option
79 f8e69f75 2020-02-17 stsp - do not display unversioned files during 'got revert -R'
80 f8e69f75 2020-02-17 stsp - tweak default colors for directories and symlinks in 'tog tree'
81 f8e69f75 2020-02-17 stsp - sleep for one nanosecond after syncing the file index to disk
82 f8e69f75 2020-02-17 stsp - fix 'tog log -c' with tags
83 f8e69f75 2020-02-17 stsp
84 2eea88b2 2020-01-14 stsp * got 0.25; 2020-01-14
85 2eea88b2 2020-01-14 stsp - fix suspending and resuming tog with Ctrl-Z and fg (reported by naddy@)
86 2eea88b2 2020-01-14 stsp - fix 'tog tree' usage displayed in error case (patch by naddy@)
87 2eea88b2 2020-01-14 stsp - support Git-style "lightweight" tags as arguments for 'got diff'
88 2eea88b2 2020-01-14 stsp - handle Git-style "lightweight" tags in got tag -l
89 2eea88b2 2020-01-14 stsp - make got and tog accept a --version argument (prompted by tedu@)
90 2eea88b2 2020-01-14 stsp - add -E option to 'got checkout' allowing use of a non-empty work tree path
91 2eea88b2 2020-01-14 stsp - make 'tog log PATH' fail when a non-existent path is specified
92 2eea88b2 2020-01-14 stsp - fix out of bounds access (patch by Martin <openbsd () academicsolutions ! ch>)
93 2eea88b2 2020-01-14 stsp - fix switching to tog's tree view when logging a path (reported by naddy@)
94 2eea88b2 2020-01-14 stsp
95 c6618805 2020-01-08 stsp * got 0.24; 2020-01-08
96 c6618805 2020-01-08 stsp - do not open and close pack index files needlessly
97 c6618805 2020-01-08 stsp - fix 'got log' and 'tog log' performance issue when lots of tags exist
98 c6618805 2020-01-08 stsp - do history traversal in got-read-pack to improve 'got blame' performance
99 c6618805 2020-01-08 stsp - plug memory leaks in got-read-commit, got-read-tree, and got-read-pack
100 c6618805 2020-01-08 stsp - fix reading reference deltas with GOT_PACK_NO_MMAP builds
101 c6618805 2020-01-08 stsp - disable got-read-pack's delta cache in GOT_NO_OBJ_CACHE builds
102 c6618805 2020-01-08 stsp - make it possible to run regress tests with packed repositories
103 c6618805 2020-01-08 stsp - more portable string comparison in Makefile.inc (patch by Edgar Pettijohn)
104 c6618805 2020-01-08 stsp - prevent rebase with an out-of-date work tree
105 c6618805 2020-01-08 stsp - make 'got checkout' and 'got update' work with read-only repositories
106 c6618805 2020-01-08 stsp
107 c01db4f8 2019-12-16 stsp * got 0.23; 2019-12-16
108 c01db4f8 2019-12-16 stsp - prevent status crawl from racing with paths changing in the filesystem
109 c01db4f8 2019-12-16 stsp - add -k option to 'got remove' to keep files on disk (Tracey Emery)
110 c01db4f8 2019-12-16 stsp - add -R option to 'got remove' for recursive deletion (Tracey Emery)
111 c01db4f8 2019-12-16 stsp - add -I option to 'got add' to disregard ignore patterns (Tracey Emery)
112 c01db4f8 2019-12-16 stsp - show numeric dates in ISO-8601/xkcd-1179 format in 'tog log' and 'got blame'
113 c01db4f8 2019-12-16 stsp
114 517adc5a 2019-12-01 stsp * got 0.22; 2019-12-01
115 517adc5a 2019-12-01 stsp - allow empty diff context context (-C0) in 'got diff' (kn@)
116 517adc5a 2019-12-01 stsp - add '-s search-pattern' option to 'got log' (kn@)
117 517adc5a 2019-12-01 stsp - forward rebased branch if there are no commits to rebase, instead of error
118 517adc5a 2019-12-01 stsp - parse remote repository URLs from gitconfig
119 517adc5a 2019-12-01 stsp - actually forbid new reference names with a leading '-', as intended
120 517adc5a 2019-12-01 stsp - convert tree entries from SIMPLEQ to an array for better performance
121 517adc5a 2019-12-01 stsp - compile static binaries in PROFILE build
122 517adc5a 2019-12-01 stsp
123 06c0a175 2019-11-25 stsp * got 0.21; 2019-11-25
124 06c0a175 2019-11-25 stsp - add -R option to 'got add' for recursive addition (patch by Tracey Emery)
125 06c0a175 2019-11-25 stsp - reduce the amount of memcpy() and strdup() while parsing tree entries
126 06c0a175 2019-11-25 stsp - fix tog display issue caused by Tab in commit messages; reported by mpi@
127 06c0a175 2019-11-25 stsp - cache delta data buffers in an LRU cache to improve performance
128 06c0a175 2019-11-25 stsp - add -c option to 'got branch', replacing the optional second argument
129 06c0a175 2019-11-25 stsp
130 473cb1cd 2019-11-08 stsp * got 0.20; 2019-11-09
131 473cb1cd 2019-11-08 stsp - fix reading pack files larger than 2GB
132 473cb1cd 2019-11-08 stsp - try not to hide errors from helper programs when got exits
133 473cb1cd 2019-11-08 stsp - use less empty padding space after author name in 'tog log'
134 473cb1cd 2019-11-08 stsp - rename 'got init' and 'got import' default branch to "main" (patch by kmos@)
135 473cb1cd 2019-11-08 stsp
136 b302f6b8 2019-11-08 stsp * got 0.19; 2019-11-08
137 b302f6b8 2019-11-08 stsp - add optional colorized display mode to tog
138 b302f6b8 2019-11-08 stsp - make 'tog log' show abbreviated commit IDs if the window is large enough
139 b302f6b8 2019-11-08 stsp - fix staging of multiple files with -p
140 b302f6b8 2019-11-08 stsp - show commit date's century in 'got blame' output (patch by Tracey Emery)
141 b302f6b8 2019-11-08 stsp
142 5da3196d 2019-10-21 stsp * got 0.18; 2019-10-21
143 5da3196d 2019-10-21 stsp - always show the input path when realpath(3) returns an error
144 5da3196d 2019-10-21 stsp - preserve log message when an error occurs during commit, tag, or import
145 5da3196d 2019-10-21 stsp - ignore empty files in refs directory instead of throwing errors
146 5da3196d 2019-10-21 stsp - show file mode differences (executable bit) when diffing in-repository trees
147 5da3196d 2019-10-21 stsp - fix handling of executable-bit changes during update, commit, and status
148 5da3196d 2019-10-21 stsp - improve tog's responsiveness after loading hundreds of thousands of commits
149 5da3196d 2019-10-21 stsp - fix tog performance bug which made searching through commits very slow
150 5da3196d 2019-10-21 stsp - add 'got integrate' command for merging a branch back to its parent branch
151 5da3196d 2019-10-21 stsp - show content from the merge-base file in 3-way merge conflicts, if available
152 5da3196d 2019-10-21 stsp - improved indication of 3-way merge inputs in conflict marker labels
153 5da3196d 2019-10-21 stsp - handle read errors in got_packidx_init_hdr (found by jj@ with scan-build)
154 5da3196d 2019-10-21 stsp - remove worklist code; it was only used to unlink files already unlinked
155 5da3196d 2019-10-21 stsp - show bad reference names in error messages to make such errors more clear
156 5da3196d 2019-10-21 stsp - add -w (ignore whitespace) option to 'got diff'
157 5da3196d 2019-10-21 stsp - improved coding style and error handling in diff3 code
158 5da3196d 2019-10-21 stsp
159 1b450cf1 2019-10-06 stsp * got 0.17; 2019-10-06
160 1b450cf1 2019-10-06 stsp - make 'got branch' without args show work tree's branch (requested by benno)
161 1b450cf1 2019-10-06 stsp - show temporary branch in 'got branch -l' during rebase and histedit
162 1b450cf1 2019-10-06 stsp - refresh references when 'tog log' view is refreshed with Ctrl+L
163 1b450cf1 2019-10-06 stsp - make 'got status' read .gitignore files; support **/ and /**/ in patterns
164 1b450cf1 2019-10-06 stsp - handle empty trees during 'import' and 'checkout' (issue reported by sthen)
165 1b450cf1 2019-10-06 stsp - show only whitelisted commit headers in 'got log' (semarie)
166 1b450cf1 2019-10-06 stsp - properly handle getline(3) return type as ssize_t (hiltjo)
167 1b450cf1 2019-10-06 stsp
168 eab2e76a 2019-09-23 stsp * got 0.16; 2019-09-23
169 eab2e76a 2019-09-23 stsp - replace fgetln(3) with getline(3) for portability (patch by Steven McDonald)
170 eab2e76a 2019-09-23 stsp - fix implicit time.h includes (patch by Steven McDonald)
171 eab2e76a 2019-09-23 stsp - fix tiny memory leaks and other minor bugs found by jj@ with scan-build
172 eab2e76a 2019-09-23 stsp - fix missing error checks (found by jj@ with scan-build and by Steven McDonald)
173 eab2e76a 2019-09-23 stsp - avoid a couple of potential NULL derefs (found by jj@ with scan-build)
174 eab2e76a 2019-09-23 stsp - fix cosmetic display issues involving \n and TABs in tog(1)
175 eab2e76a 2019-09-23 stsp
176 6c1263b4 2019-09-08 stsp * got 0.15; 2019-09-08
177 6c1263b4 2019-09-08 stsp - use author name/email from ~/.gitconfig if GOT_AUTHOR is not set
178 6c1263b4 2019-09-08 stsp - obtain repo format version and commit author name/email from .git/config
179 6c1263b4 2019-09-08 stsp - fix line-wrap for lines spanning the terminal in tog diff view
180 6c1263b4 2019-09-08 stsp - make 'got status' ignore inaccessible directories (reported by semarie)
181 6c1263b4 2019-09-08 stsp - unstage may need to write to repository; fix unveil(2) call accordingly
182 6c1263b4 2019-09-08 stsp - fix modified files not shown by 'got status' after committing staged changes
183 6c1263b4 2019-09-08 stsp
184 b542b18a 2019-09-03 stsp * got 0.14; 2019-09-03
185 b542b18a 2019-09-03 stsp - fix tag_list test failure on single-day-digit dates (patch by Evan Silberman)
186 b542b18a 2019-09-03 stsp - prevent theoretical double-free with non-OpenBSD asprintf (found by jasper@)
187 b542b18a 2019-09-03 stsp - fix NULL deref in got_error_from_errno via got_error_uuid (found by jasper@)
188 b542b18a 2019-09-03 stsp - make tog release its work tree lock before going into main loop
189 b542b18a 2019-09-03 stsp - 'got stage' writes to repository, fix unveil(2) call accordingly
190 b542b18a 2019-09-03 stsp
191 dc74ba25 2019-08-30 stsp * got 0.13; 2019-08-30
192 dc74ba25 2019-08-30 stsp - fix several possible leaks, use after frees, and NULL derefs (hiltjo)
193 dc74ba25 2019-08-30 stsp - tog: mbs2ws: fix sizeof of element for memory allocation (hiltjo)
194 dc74ba25 2019-08-30 stsp - fix deletion of branches stored in packed-refs
195 dc74ba25 2019-08-30 stsp - fix 'got log path' in a work tree with a path prefix (with Evan Silberman)
196 dc74ba25 2019-08-30 stsp
197 9d762f74 2019-08-26 stsp * got 0.12; 2019-08-26
198 9d762f74 2019-08-26 stsp - add support for path arguments to 'got cat'
199 9d762f74 2019-08-26 stsp - make 'got log -p path' display patches for the specified path only
200 9d762f74 2019-08-26 stsp - allow creating branches based on commit IDs
201 9d762f74 2019-08-26 stsp - prevent deletion of the work tree's current branch
202 9d762f74 2019-08-26 stsp - detect and ignore Git submodules
203 9d762f74 2019-08-26 stsp - indicate non-existent path arguments in 'got status'
204 9d762f74 2019-08-26 stsp - make 'got diff' error for non-existent path arguments
205 9d762f74 2019-08-26 stsp - make 'got tag -l' list tags by time stamp in descending order
206 9d762f74 2019-08-26 stsp - fix reading pack index files with large offsets (patch by Hiltjo Posthuma)
207 9d762f74 2019-08-26 stsp
208 0463124f 2019-08-23 stsp * got 0.11; 2019-08-23
209 0463124f 2019-08-23 stsp - add 'got tag' command
210 0463124f 2019-08-23 stsp - add 'got cat' command
211 0463124f 2019-08-23 stsp - support quick cancellation in 'tog blame' view
212 0463124f 2019-08-23 stsp - fix search prompt location in split-screen tog views
213 0463124f 2019-08-23 stsp
214 0c349e71 2019-08-21 stsp * got 0.10; 2019-08-21
215 0c349e71 2019-08-21 stsp - fix and simplify blame algorithm
216 0c349e71 2019-08-21 stsp
217 37ee2bb3 2019-08-19 stsp * got 0.9; 2019-08-19
218 37ee2bb3 2019-08-19 stsp - fix blame bug where lines were annotated with wrong commit
219 37ee2bb3 2019-08-19 stsp - man page spelling fixes (patch by Hiltjo Posthuma)
220 37ee2bb3 2019-08-19 stsp - fix uninitialized 'editor' variable (found by Hiltjo Posthuma)
221 37ee2bb3 2019-08-19 stsp - make 'got revert' ignore unversioned files instead of aborting (semarie@)
222 37ee2bb3 2019-08-19 stsp - fix "last commit cannot be folded" histedit check with reordered commits
223 37ee2bb3 2019-08-19 stsp
224 36e8577e 2019-08-16 stsp * got 0.8; 2019-08-16
225 36e8577e 2019-08-16 stsp - write tree entries the way git likes it to prevent git index corruption
226 36e8577e 2019-08-16 stsp - make 'got blame' show line numbers, dates, and author names
227 36e8577e 2019-08-16 stsp - add GOT_LOG_DEFAULT_LIMIT env var for setting a got log -l default
228 36e8577e 2019-08-16 stsp
229 50c7d1b0 2019-08-13 stsp * got 0.7; 2019-08-13
230 50c7d1b0 2019-08-13 stsp - properly parse timestamps in commit objects as UTC (patch by Hiltjo Posthuma)
231 50c7d1b0 2019-08-13 stsp - strip Git GPG signatures from log messages
232 992eb9d8 2020-02-07 tracey - fix regression: don't try to parse "lightweight" tags as real tag objects
233 50c7d1b0 2019-08-13 stsp
234 54cc910e 2019-08-13 stsp * got 0.6; 2019-08-13
235 54cc910e 2019-08-13 stsp - 'got log' and 'tog log' now display tags in addition to branch references
236 54cc910e 2019-08-13 stsp - 'got ref' can now be used to create symbolic references
237 54cc910e 2019-08-13 stsp - use <limits.h> instead of <sys/limits.h> (patch by Thomas Klausner)
238 54cc910e 2019-08-13 stsp - fix crash if 'got rebase' has no commits to rebase (with semarie@)
239 54cc910e 2019-08-13 stsp - annotate symlinks with @ in 'got tree' and 'tog tree'
240 54cc910e 2019-08-13 stsp
241 cbc52e82 2019-08-12 stsp * got 0.5; 2019-08-12
242 cbc52e82 2019-08-12 stsp - fix blame with single-commit history and with files without \n
243 cbc52e82 2019-08-12 stsp - fix crashes in tog when blame returns no results on a file (found by otto@)
244 cbc52e82 2019-08-12 stsp - man page improvements (bentley@)
245 cbc52e82 2019-08-12 stsp
246 16f6d716 2019-08-11 stsp * got 0.4; 2019-08-11
247 16f6d716 2019-08-11 stsp - add support for tag objects to 'got diff'
248 16f6d716 2019-08-11 stsp - fix tog log -r option (patch by semarie@)
249 16f6d716 2019-08-11 stsp - fix use of potentially out-of-date errno values (patch by Hiltjo Posthuma)
250 16f6d716 2019-08-11 stsp - fix getline(3) return value check (patch by Hiltjo Posthuma)
251 16f6d716 2019-08-11 stsp - use Oo/Oc/Op instead of plain brackets in man pages (patch by bentley@)
252 2a9b497b 2019-08-11 stsp - fix spurious failures of test_revert_patch_one_change due to race condition
253 16f6d716 2019-08-11 stsp
254 17cf36d4 2019-08-10 stsp * got 0.3; 2019-08-10
255 17cf36d4 2019-08-10 stsp - fix bug where 'revert -p' would delete all lines following a reverted change
256 17cf36d4 2019-08-10 stsp - fix merge bug inherited from OpenRCS, affecting lines with leading .
257 17cf36d4 2019-08-10 stsp - fix man page installation during manual 'make install' from plain tarball
258 17cf36d4 2019-08-10 stsp
259 25189667 2019-08-09 stsp * got 0.2; 2019-08-09
260 25189667 2019-08-09 stsp - improve error message if helper binaries fail to unveil(2)
261 25189667 2019-08-09 stsp - add support for tags to -c options of some got commands
262 25189667 2019-08-09 stsp - attempt to reject GOT_AUTHOR values without an email address because git
263 25189667 2019-08-09 stsp is unable to parse resulting commit objects
264 25189667 2019-08-09 stsp - fix build on OpenBSD/sparc64 (gcc)
265 25189667 2019-08-09 stsp
266 2c00348c 2019-08-09 stsp * got 0.1; 2019-08-09
267 fdcfc893 2019-08-08 stsp initial release; see git repository history for changes up to this point