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 53ccebc2 2019-07-30 stsp /include
16 a95f633f 2019-08-08 stsp /include/got_blame.h
17 a95f633f 2019-08-08 stsp /include/got_commit_graph.h
18 a95f633f 2019-08-08 stsp /include/got_diff.h
19 53ccebc2 2019-07-30 stsp /include/got_error.h
20 53ccebc2 2019-07-30 stsp /include/got_object.h
21 53ccebc2 2019-07-30 stsp /include/got_opentemp.h
22 53ccebc2 2019-07-30 stsp /include/got_path.h
23 a95f633f 2019-08-08 stsp /include/got_privsep.h
24 a95f633f 2019-08-08 stsp /include/got_reference.h
25 a95f633f 2019-08-08 stsp /include/got_repository.h
26 a95f633f 2019-08-08 stsp /include/got_utf8.h
27 53ccebc2 2019-07-30 stsp /include/got_version.h
28 a95f633f 2019-08-08 stsp /include/got_worktree.h
29 53ccebc2 2019-07-30 stsp /lib
30 a95f633f 2019-08-08 stsp /lib/blame.c
31 a95f633f 2019-08-08 stsp /lib/buf.c
32 a95f633f 2019-08-08 stsp /lib/buf.h
33 a95f633f 2019-08-08 stsp /lib/commit_graph.c
34 a95f633f 2019-08-08 stsp /lib/deflate.c
35 53ccebc2 2019-07-30 stsp /lib/delta.c
36 53ccebc2 2019-07-30 stsp /lib/diff.c
37 a95f633f 2019-08-08 stsp /lib/diff3.c
38 a95f633f 2019-08-08 stsp /lib/diffoffset.c
39 53ccebc2 2019-07-30 stsp /lib/diffreg.c
40 a95f633f 2019-08-08 stsp /lib/error.c
41 53ccebc2 2019-07-30 stsp /lib/fileindex.c
42 a95f633f 2019-08-08 stsp /lib/got_lib_deflate.h
43 53ccebc2 2019-07-30 stsp /lib/got_lib_delta.h
44 53ccebc2 2019-07-30 stsp /lib/got_lib_diff.h
45 a95f633f 2019-08-08 stsp /lib/got_lib_diffoffset.h
46 53ccebc2 2019-07-30 stsp /lib/got_lib_fileindex.h
47 a95f633f 2019-08-08 stsp /lib/got_lib_inflate.h
48 a95f633f 2019-08-08 stsp /lib/got_lib_lockfile.h
49 53ccebc2 2019-07-30 stsp /lib/got_lib_object.h
50 a95f633f 2019-08-08 stsp /lib/got_lib_object_cache.h
51 a95f633f 2019-08-08 stsp /lib/got_lib_object_create.h
52 a95f633f 2019-08-08 stsp /lib/got_lib_object_idcache.h
53 a95f633f 2019-08-08 stsp /lib/got_lib_object_idset.h
54 a95f633f 2019-08-08 stsp /lib/got_lib_object_parse.h
55 53ccebc2 2019-07-30 stsp /lib/got_lib_pack.h
56 a95f633f 2019-08-08 stsp /lib/got_lib_privsep.h
57 53ccebc2 2019-07-30 stsp /lib/got_lib_repository.h
58 53ccebc2 2019-07-30 stsp /lib/got_lib_sha1.h
59 53ccebc2 2019-07-30 stsp /lib/got_lib_worktree.h
60 53ccebc2 2019-07-30 stsp /lib/inflate.c
61 a95f633f 2019-08-08 stsp /lib/lockfile.c
62 a95f633f 2019-08-08 stsp /lib/object.c
63 53ccebc2 2019-07-30 stsp /lib/object_cache.c
64 a95f633f 2019-08-08 stsp /lib/object_create.c
65 a95f633f 2019-08-08 stsp /lib/object_idset.c
66 a95f633f 2019-08-08 stsp /lib/object_parse.c
67 a95f633f 2019-08-08 stsp /lib/opentemp.c
68 a95f633f 2019-08-08 stsp /lib/pack.c
69 a95f633f 2019-08-08 stsp /lib/path.c
70 a95f633f 2019-08-08 stsp /lib/privsep.c
71 53ccebc2 2019-07-30 stsp /lib/rcsutil.c
72 53ccebc2 2019-07-30 stsp /lib/rcsutil.h
73 a95f633f 2019-08-08 stsp /lib/reference.c
74 a95f633f 2019-08-08 stsp /lib/repository.c
75 a95f633f 2019-08-08 stsp /lib/sha1.c
76 a95f633f 2019-08-08 stsp /lib/utf8.c
77 53ccebc2 2019-07-30 stsp /lib/worklist.c
78 53ccebc2 2019-07-30 stsp /lib/worklist.h
79 a95f633f 2019-08-08 stsp /lib/worktree.c
80 53ccebc2 2019-07-30 stsp /libexec
81 a95f633f 2019-08-08 stsp /libexec/Makefile
82 a95f633f 2019-08-08 stsp /libexec/Makefile.inc
83 53ccebc2 2019-07-30 stsp /libexec/got-read-blob
84 53ccebc2 2019-07-30 stsp /libexec/got-read-blob/Makefile
85 53ccebc2 2019-07-30 stsp /libexec/got-read-blob/got-read-blob.c
86 53ccebc2 2019-07-30 stsp /libexec/got-read-commit
87 53ccebc2 2019-07-30 stsp /libexec/got-read-commit/Makefile
88 53ccebc2 2019-07-30 stsp /libexec/got-read-commit/got-read-commit.c
89 53ccebc2 2019-07-30 stsp /libexec/got-read-object
90 53ccebc2 2019-07-30 stsp /libexec/got-read-object/Makefile
91 53ccebc2 2019-07-30 stsp /libexec/got-read-object/got-read-object.c
92 53ccebc2 2019-07-30 stsp /libexec/got-read-pack
93 53ccebc2 2019-07-30 stsp /libexec/got-read-pack/Makefile
94 53ccebc2 2019-07-30 stsp /libexec/got-read-pack/got-read-pack.c
95 53ccebc2 2019-07-30 stsp /libexec/got-read-tag
96 53ccebc2 2019-07-30 stsp /libexec/got-read-tag/Makefile
97 53ccebc2 2019-07-30 stsp /libexec/got-read-tag/got-read-tag.c
98 a95f633f 2019-08-08 stsp /libexec/got-read-tree
99 a95f633f 2019-08-08 stsp /libexec/got-read-tree/Makefile
100 a95f633f 2019-08-08 stsp /libexec/got-read-tree/got-read-tree.c
101 53ccebc2 2019-07-30 stsp /regress
102 53ccebc2 2019-07-30 stsp /regress/Makefile
103 53ccebc2 2019-07-30 stsp /regress/Makefile.inc
104 53ccebc2 2019-07-30 stsp /regress/cmdline
105 53ccebc2 2019-07-30 stsp /regress/cmdline/Makefile
106 53ccebc2 2019-07-30 stsp /regress/cmdline/add.sh
107 53ccebc2 2019-07-30 stsp /regress/cmdline/backout.sh
108 a95f633f 2019-08-08 stsp /regress/cmdline/blame.sh
109 dda01c6c 2019-08-08 stsp /regress/cmdline/branch.sh
110 a95f633f 2019-08-08 stsp /regress/cmdline/checkout.sh
111 53ccebc2 2019-07-30 stsp /regress/cmdline/cherrypick.sh
112 53ccebc2 2019-07-30 stsp /regress/cmdline/commit.sh
113 a95f633f 2019-08-08 stsp /regress/cmdline/common.sh
114 a95f633f 2019-08-08 stsp /regress/cmdline/diff.sh
115 53ccebc2 2019-07-30 stsp /regress/cmdline/histedit.sh
116 53ccebc2 2019-07-30 stsp /regress/cmdline/import.sh
117 a95f633f 2019-08-08 stsp /regress/cmdline/log.sh
118 a95f633f 2019-08-08 stsp /regress/cmdline/rebase.sh
119 a95f633f 2019-08-08 stsp /regress/cmdline/revert.sh
120 a95f633f 2019-08-08 stsp /regress/cmdline/rm.sh
121 dda01c6c 2019-08-08 stsp /regress/cmdline/stage.sh
122 a95f633f 2019-08-08 stsp /regress/cmdline/status.sh
123 dda01c6c 2019-08-08 stsp /regress/cmdline/unstage.sh
124 a95f633f 2019-08-08 stsp /regress/cmdline/update.sh
125 a95f633f 2019-08-08 stsp /regress/delta
126 a95f633f 2019-08-08 stsp /regress/delta/Makefile
127 a95f633f 2019-08-08 stsp /regress/delta/delta_test.c
128 a95f633f 2019-08-08 stsp /regress/idset
129 a95f633f 2019-08-08 stsp /regress/idset/Makefile
130 a95f633f 2019-08-08 stsp /regress/idset/idset_test.c
131 53ccebc2 2019-07-30 stsp /regress/path
132 53ccebc2 2019-07-30 stsp /regress/path/Makefile
133 53ccebc2 2019-07-30 stsp /regress/path/path_test.c
134 53ccebc2 2019-07-30 stsp /tog
135 53ccebc2 2019-07-30 stsp /tog/Makefile
136 53ccebc2 2019-07-30 stsp /tog/tog.1
137 a95f633f 2019-08-08 stsp /tog/tog.c
138 53ccebc2 2019-07-30 stsp /util
139 53ccebc2 2019-07-30 stsp /util/uncompress-loose-object.sh