Blame


1 53ccebc2 2019-07-30 stsp
2 fdcfc893 2019-08-08 stsp /CHANGES
3 53ccebc2 2019-07-30 stsp /LICENCE
4 53ccebc2 2019-07-30 stsp /Makefile
5 53ccebc2 2019-07-30 stsp /Makefile.inc
6 53ccebc2 2019-07-30 stsp /README
7 53ccebc2 2019-07-30 stsp /TODO
8 53ccebc2 2019-07-30 stsp /got
9 a95f633f 2019-08-08 stsp /got-version.mk
10 53ccebc2 2019-07-30 stsp /got/Makefile
11 53ccebc2 2019-07-30 stsp /got/git-repository.5
12 53ccebc2 2019-07-30 stsp /got/got-worktree.5
13 a95f633f 2019-08-08 stsp /got/got.1
14 a95f633f 2019-08-08 stsp /got/got.c
15 0b1a07a1 2020-09-14 stsp /got/got.conf.5
16 4d8f0a30 2020-01-28 stsp /gotweb
17 4d8f0a30 2020-01-28 stsp /gotweb/Makefile
18 4d8f0a30 2020-01-28 stsp /gotweb/Makefile.inc
19 4d8f0a30 2020-01-28 stsp /gotweb/files
20 4d8f0a30 2020-01-28 stsp /gotweb/files/cgi-bin
21 4d8f0a30 2020-01-28 stsp /gotweb/files/cgi-bin/gw_tmpl
22 4d8f0a30 2020-01-28 stsp /gotweb/files/cgi-bin/gw_tmpl/blame.tmpl
23 4d8f0a30 2020-01-28 stsp /gotweb/files/cgi-bin/gw_tmpl/briefs.tmpl
24 4d8f0a30 2020-01-28 stsp /gotweb/files/cgi-bin/gw_tmpl/commit.tmpl
25 4d8f0a30 2020-01-28 stsp /gotweb/files/cgi-bin/gw_tmpl/diff.tmpl
26 4d8f0a30 2020-01-28 stsp /gotweb/files/cgi-bin/gw_tmpl/err.tmpl
27 4d8f0a30 2020-01-28 stsp /gotweb/files/cgi-bin/gw_tmpl/index.tmpl
28 4d8f0a30 2020-01-28 stsp /gotweb/files/cgi-bin/gw_tmpl/summry.tmpl
29 0dba9374 2020-02-13 stsp /gotweb/files/cgi-bin/gw_tmpl/tag.tmpl
30 ff4bb25f 2020-02-19 tracey /gotweb/files/cgi-bin/gw_tmpl/tags.tmpl
31 4d8f0a30 2020-01-28 stsp /gotweb/files/cgi-bin/gw_tmpl/tree.tmpl
32 4d8f0a30 2020-01-28 stsp /gotweb/files/htdocs
33 4d8f0a30 2020-01-28 stsp /gotweb/files/htdocs/gotweb
34 4d8f0a30 2020-01-28 stsp /gotweb/files/htdocs/gotweb/android-chrome-192x192.png
35 4d8f0a30 2020-01-28 stsp /gotweb/files/htdocs/gotweb/android-chrome-384x384.png
36 4d8f0a30 2020-01-28 stsp /gotweb/files/htdocs/gotweb/apple-touch-icon.png
37 4d8f0a30 2020-01-28 stsp /gotweb/files/htdocs/gotweb/browserconfig.xml
38 4d8f0a30 2020-01-28 stsp /gotweb/files/htdocs/gotweb/favicon-16x16.png
39 4d8f0a30 2020-01-28 stsp /gotweb/files/htdocs/gotweb/favicon-32x32.png
40 4d8f0a30 2020-01-28 stsp /gotweb/files/htdocs/gotweb/favicon.ico
41 4d8f0a30 2020-01-28 stsp /gotweb/files/htdocs/gotweb/got.png
42 4d8f0a30 2020-01-28 stsp /gotweb/files/htdocs/gotweb/got_large.png
43 4d8f0a30 2020-01-28 stsp /gotweb/files/htdocs/gotweb/gotweb.css
44 4d8f0a30 2020-01-28 stsp /gotweb/files/htdocs/gotweb/index.html
45 4d8f0a30 2020-01-28 stsp /gotweb/files/htdocs/gotweb/mstile-150x150.png
46 4d8f0a30 2020-01-28 stsp /gotweb/files/htdocs/gotweb/safari-pinned-tab.svg
47 4d8f0a30 2020-01-28 stsp /gotweb/files/htdocs/gotweb/site.webmanifest
48 4d8f0a30 2020-01-28 stsp /gotweb/gotweb.8
49 4d8f0a30 2020-01-28 stsp /gotweb/gotweb.c
50 4d8f0a30 2020-01-28 stsp /gotweb/gotweb.conf.5
51 4d8f0a30 2020-01-28 stsp /gotweb/gotweb.h
52 4d8f0a30 2020-01-28 stsp /gotweb/libexec
53 4d8f0a30 2020-01-28 stsp /gotweb/libexec/Makefile
54 4d8f0a30 2020-01-28 stsp /gotweb/libexec/Makefile.inc
55 4d8f0a30 2020-01-28 stsp /gotweb/libexec/got-read-blob
56 4d8f0a30 2020-01-28 stsp /gotweb/libexec/got-read-blob/Makefile
57 4d8f0a30 2020-01-28 stsp /gotweb/libexec/got-read-commit
58 4d8f0a30 2020-01-28 stsp /gotweb/libexec/got-read-commit/Makefile
59 4d8f0a30 2020-01-28 stsp /gotweb/libexec/got-read-gitconfig
60 4d8f0a30 2020-01-28 stsp /gotweb/libexec/got-read-gitconfig/Makefile
61 ce79a7f1 2020-09-21 stsp /gotweb/libexec/got-read-gotconfig
62 ce79a7f1 2020-09-21 stsp /gotweb/libexec/got-read-gotconfig/Makefile
63 4d8f0a30 2020-01-28 stsp /gotweb/libexec/got-read-object
64 4d8f0a30 2020-01-28 stsp /gotweb/libexec/got-read-object/Makefile
65 4d8f0a30 2020-01-28 stsp /gotweb/libexec/got-read-pack
66 4d8f0a30 2020-01-28 stsp /gotweb/libexec/got-read-pack/Makefile
67 4d8f0a30 2020-01-28 stsp /gotweb/libexec/got-read-tag
68 4d8f0a30 2020-01-28 stsp /gotweb/libexec/got-read-tag/Makefile
69 4d8f0a30 2020-01-28 stsp /gotweb/libexec/got-read-tree
70 4d8f0a30 2020-01-28 stsp /gotweb/libexec/got-read-tree/Makefile
71 4d8f0a30 2020-01-28 stsp /gotweb/parse.y
72 53ccebc2 2019-07-30 stsp /include
73 a95f633f 2019-08-08 stsp /include/got_blame.h
74 a5a71e8e 2019-08-23 stsp /include/got_cancel.h
75 a95f633f 2019-08-08 stsp /include/got_commit_graph.h
76 a95f633f 2019-08-08 stsp /include/got_diff.h
77 53ccebc2 2019-07-30 stsp /include/got_error.h
78 5afa8976 2020-03-18 stsp /include/got_fetch.h
79 0b1a07a1 2020-09-14 stsp /include/got_gotconfig.h
80 53ccebc2 2019-07-30 stsp /include/got_object.h
81 53ccebc2 2019-07-30 stsp /include/got_opentemp.h
82 53ccebc2 2019-07-30 stsp /include/got_path.h
83 a95f633f 2019-08-08 stsp /include/got_privsep.h
84 a95f633f 2019-08-08 stsp /include/got_reference.h
85 a95f633f 2019-08-08 stsp /include/got_repository.h
86 a95f633f 2019-08-08 stsp /include/got_utf8.h
87 53ccebc2 2019-07-30 stsp /include/got_version.h
88 a95f633f 2019-08-08 stsp /include/got_worktree.h
89 53ccebc2 2019-07-30 stsp /lib
90 c39ec063 2020-12-13 stsp /lib/arraylist.h
91 a95f633f 2019-08-08 stsp /lib/blame.c
92 a95f633f 2019-08-08 stsp /lib/buf.c
93 a95f633f 2019-08-08 stsp /lib/buf.h
94 a95f633f 2019-08-08 stsp /lib/commit_graph.c
95 a95f633f 2019-08-08 stsp /lib/deflate.c
96 53ccebc2 2019-07-30 stsp /lib/delta.c
97 d404e6d6 2019-11-25 stsp /lib/delta_cache.c
98 5df0db63 2021-03-22 stsp /lib/deltify.c
99 53ccebc2 2019-07-30 stsp /lib/diff.c
100 a95f633f 2019-08-08 stsp /lib/diff3.c
101 c39ec063 2020-12-13 stsp /lib/diff_atomize_text.c
102 c39ec063 2020-12-13 stsp /lib/diff_debug.h
103 c39ec063 2020-12-13 stsp /lib/diff_internal.h
104 c39ec063 2020-12-13 stsp /lib/diff_main.c
105 c39ec063 2020-12-13 stsp /lib/diff_main.h
106 c39ec063 2020-12-13 stsp /lib/diff_myers.c
107 c39ec063 2020-12-13 stsp /lib/diff_output.c
108 c39ec063 2020-12-13 stsp /lib/diff_output.h
109 c39ec063 2020-12-13 stsp /lib/diff_output_edscript.c
110 c39ec063 2020-12-13 stsp /lib/diff_output_plain.c
111 c39ec063 2020-12-13 stsp /lib/diff_output_unidiff.c
112 c39ec063 2020-12-13 stsp /lib/diff_patience.c
113 53ccebc2 2019-07-30 stsp /lib/diffreg.c
114 a95f633f 2019-08-08 stsp /lib/error.c
115 5afa8976 2020-03-18 stsp /lib/fetch.c
116 53ccebc2 2019-07-30 stsp /lib/fileindex.c
117 cfb5948c 2019-08-26 stsp /lib/gitconfig.c
118 a95f633f 2019-08-08 stsp /lib/got_lib_deflate.h
119 53ccebc2 2019-07-30 stsp /lib/got_lib_delta.h
120 d404e6d6 2019-11-25 stsp /lib/got_lib_delta_cache.h
121 5df0db63 2021-03-22 stsp /lib/got_lib_deltify.h
122 53ccebc2 2019-07-30 stsp /lib/got_lib_diff.h
123 53ccebc2 2019-07-30 stsp /lib/got_lib_fileindex.h
124 cfb5948c 2019-08-26 stsp /lib/got_lib_gitconfig.h
125 0b1a07a1 2020-09-14 stsp /lib/got_lib_gotconfig.h
126 a95f633f 2019-08-08 stsp /lib/got_lib_inflate.h
127 a95f633f 2019-08-08 stsp /lib/got_lib_lockfile.h
128 53ccebc2 2019-07-30 stsp /lib/got_lib_object.h
129 a95f633f 2019-08-08 stsp /lib/got_lib_object_cache.h
130 a95f633f 2019-08-08 stsp /lib/got_lib_object_create.h
131 a95f633f 2019-08-08 stsp /lib/got_lib_object_idcache.h
132 a95f633f 2019-08-08 stsp /lib/got_lib_object_idset.h
133 a95f633f 2019-08-08 stsp /lib/got_lib_object_parse.h
134 53ccebc2 2019-07-30 stsp /lib/got_lib_pack.h
135 a95f633f 2019-08-08 stsp /lib/got_lib_privsep.h
136 53ccebc2 2019-07-30 stsp /lib/got_lib_repository.h
137 53ccebc2 2019-07-30 stsp /lib/got_lib_sha1.h
138 53ccebc2 2019-07-30 stsp /lib/got_lib_worktree.h
139 0b1a07a1 2020-09-14 stsp /lib/gotconfig.c
140 53ccebc2 2019-07-30 stsp /lib/inflate.c
141 a95f633f 2019-08-08 stsp /lib/lockfile.c
142 a95f633f 2019-08-08 stsp /lib/object.c
143 53ccebc2 2019-07-30 stsp /lib/object_cache.c
144 a95f633f 2019-08-08 stsp /lib/object_create.c
145 a95f633f 2019-08-08 stsp /lib/object_idset.c
146 a95f633f 2019-08-08 stsp /lib/object_parse.c
147 a95f633f 2019-08-08 stsp /lib/opentemp.c
148 a95f633f 2019-08-08 stsp /lib/pack.c
149 a95f633f 2019-08-08 stsp /lib/path.c
150 a95f633f 2019-08-08 stsp /lib/privsep.c
151 53ccebc2 2019-07-30 stsp /lib/rcsutil.c
152 53ccebc2 2019-07-30 stsp /lib/rcsutil.h
153 a95f633f 2019-08-08 stsp /lib/reference.c
154 a95f633f 2019-08-08 stsp /lib/repository.c
155 a95f633f 2019-08-08 stsp /lib/sha1.c
156 a95f633f 2019-08-08 stsp /lib/utf8.c
157 a95f633f 2019-08-08 stsp /lib/worktree.c
158 53ccebc2 2019-07-30 stsp /libexec
159 a95f633f 2019-08-08 stsp /libexec/Makefile
160 a95f633f 2019-08-08 stsp /libexec/Makefile.inc
161 5afa8976 2020-03-18 stsp /libexec/got-fetch-pack
162 5afa8976 2020-03-18 stsp /libexec/got-fetch-pack/Makefile
163 5afa8976 2020-03-18 stsp /libexec/got-fetch-pack/got-fetch-pack.c
164 5afa8976 2020-03-18 stsp /libexec/got-index-pack
165 5afa8976 2020-03-18 stsp /libexec/got-index-pack/Makefile
166 5afa8976 2020-03-18 stsp /libexec/got-index-pack/got-index-pack.c
167 53ccebc2 2019-07-30 stsp /libexec/got-read-blob
168 53ccebc2 2019-07-30 stsp /libexec/got-read-blob/Makefile
169 53ccebc2 2019-07-30 stsp /libexec/got-read-blob/got-read-blob.c
170 53ccebc2 2019-07-30 stsp /libexec/got-read-commit
171 53ccebc2 2019-07-30 stsp /libexec/got-read-commit/Makefile
172 53ccebc2 2019-07-30 stsp /libexec/got-read-commit/got-read-commit.c
173 6cb9286d 2019-09-08 stsp /libexec/got-read-gitconfig
174 6cb9286d 2019-09-08 stsp /libexec/got-read-gitconfig/Makefile
175 6cb9286d 2019-09-08 stsp /libexec/got-read-gitconfig/got-read-gitconfig.c
176 0b1a07a1 2020-09-14 stsp /libexec/got-read-gotconfig
177 0b1a07a1 2020-09-14 stsp /libexec/got-read-gotconfig/Makefile
178 0b1a07a1 2020-09-14 stsp /libexec/got-read-gotconfig/got-read-gotconfig.c
179 0b1a07a1 2020-09-14 stsp /libexec/got-read-gotconfig/gotconfig.h
180 0b1a07a1 2020-09-14 stsp /libexec/got-read-gotconfig/parse.y
181 53ccebc2 2019-07-30 stsp /libexec/got-read-object
182 53ccebc2 2019-07-30 stsp /libexec/got-read-object/Makefile
183 53ccebc2 2019-07-30 stsp /libexec/got-read-object/got-read-object.c
184 53ccebc2 2019-07-30 stsp /libexec/got-read-pack
185 53ccebc2 2019-07-30 stsp /libexec/got-read-pack/Makefile
186 53ccebc2 2019-07-30 stsp /libexec/got-read-pack/got-read-pack.c
187 53ccebc2 2019-07-30 stsp /libexec/got-read-tag
188 53ccebc2 2019-07-30 stsp /libexec/got-read-tag/Makefile
189 53ccebc2 2019-07-30 stsp /libexec/got-read-tag/got-read-tag.c
190 a95f633f 2019-08-08 stsp /libexec/got-read-tree
191 a95f633f 2019-08-08 stsp /libexec/got-read-tree/Makefile
192 a95f633f 2019-08-08 stsp /libexec/got-read-tree/got-read-tree.c
193 53ccebc2 2019-07-30 stsp /regress
194 53ccebc2 2019-07-30 stsp /regress/Makefile
195 53ccebc2 2019-07-30 stsp /regress/Makefile.inc
196 53ccebc2 2019-07-30 stsp /regress/cmdline
197 53ccebc2 2019-07-30 stsp /regress/cmdline/Makefile
198 53ccebc2 2019-07-30 stsp /regress/cmdline/add.sh
199 53ccebc2 2019-07-30 stsp /regress/cmdline/backout.sh
200 a95f633f 2019-08-08 stsp /regress/cmdline/blame.sh
201 dda01c6c 2019-08-08 stsp /regress/cmdline/branch.sh
202 a5a71e8e 2019-08-23 stsp /regress/cmdline/cat.sh
203 a95f633f 2019-08-08 stsp /regress/cmdline/checkout.sh
204 53ccebc2 2019-07-30 stsp /regress/cmdline/cherrypick.sh
205 33a81ee4 2020-03-23 stsp /regress/cmdline/clone.sh
206 53ccebc2 2019-07-30 stsp /regress/cmdline/commit.sh
207 a95f633f 2019-08-08 stsp /regress/cmdline/common.sh
208 a95f633f 2019-08-08 stsp /regress/cmdline/diff.sh
209 33a81ee4 2020-03-23 stsp /regress/cmdline/fetch.sh
210 53ccebc2 2019-07-30 stsp /regress/cmdline/histedit.sh
211 53ccebc2 2019-07-30 stsp /regress/cmdline/import.sh
212 9f2919a2 2019-10-21 stsp /regress/cmdline/integrate.sh
213 a95f633f 2019-08-08 stsp /regress/cmdline/log.sh
214 a95f633f 2019-08-08 stsp /regress/cmdline/rebase.sh
215 3b80a05b 2019-08-13 stsp /regress/cmdline/ref.sh
216 a95f633f 2019-08-08 stsp /regress/cmdline/revert.sh
217 a95f633f 2019-08-08 stsp /regress/cmdline/rm.sh
218 dda01c6c 2019-08-08 stsp /regress/cmdline/stage.sh
219 a95f633f 2019-08-08 stsp /regress/cmdline/status.sh
220 a5a71e8e 2019-08-23 stsp /regress/cmdline/tag.sh
221 82d740a4 2020-03-25 stsp /regress/cmdline/tree.sh
222 dda01c6c 2019-08-08 stsp /regress/cmdline/unstage.sh
223 a95f633f 2019-08-08 stsp /regress/cmdline/update.sh
224 a95f633f 2019-08-08 stsp /regress/delta
225 a95f633f 2019-08-08 stsp /regress/delta/Makefile
226 a95f633f 2019-08-08 stsp /regress/delta/delta_test.c
227 5df0db63 2021-03-22 stsp /regress/deltify
228 5df0db63 2021-03-22 stsp /regress/deltify/Makefile
229 5df0db63 2021-03-22 stsp /regress/deltify/deltify_test.c
230 5afa8976 2020-03-18 stsp /regress/fetch
231 5afa8976 2020-03-18 stsp /regress/fetch/Makefile
232 5afa8976 2020-03-18 stsp /regress/fetch/fetch_test.c
233 a95f633f 2019-08-08 stsp /regress/idset
234 a95f633f 2019-08-08 stsp /regress/idset/Makefile
235 a95f633f 2019-08-08 stsp /regress/idset/idset_test.c
236 53ccebc2 2019-07-30 stsp /regress/path
237 53ccebc2 2019-07-30 stsp /regress/path/Makefile
238 53ccebc2 2019-07-30 stsp /regress/path/path_test.c
239 53ccebc2 2019-07-30 stsp /tog
240 53ccebc2 2019-07-30 stsp /tog/Makefile
241 53ccebc2 2019-07-30 stsp /tog/tog.1
242 a95f633f 2019-08-08 stsp /tog/tog.c
243 53ccebc2 2019-07-30 stsp /util
244 6a49bdc8 2020-04-19 stsp /util/got-build-regress.sh
245 53ccebc2 2019-07-30 stsp /util/uncompress-loose-object.sh