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