Blob


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