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 d404e6d6 2019-11-25 stsp /lib/delta_cache.c
38 53ccebc2 2019-07-30 stsp /lib/diff.c
39 a95f633f 2019-08-08 stsp /lib/diff3.c
40 53ccebc2 2019-07-30 stsp /lib/diffreg.c
41 a95f633f 2019-08-08 stsp /lib/error.c
42 53ccebc2 2019-07-30 stsp /lib/fileindex.c
43 cfb5948c 2019-08-26 stsp /lib/gitconfig.c
44 a95f633f 2019-08-08 stsp /lib/got_lib_deflate.h
45 53ccebc2 2019-07-30 stsp /lib/got_lib_delta.h
46 d404e6d6 2019-11-25 stsp /lib/got_lib_delta_cache.h
47 53ccebc2 2019-07-30 stsp /lib/got_lib_diff.h
48 53ccebc2 2019-07-30 stsp /lib/got_lib_fileindex.h
49 cfb5948c 2019-08-26 stsp /lib/got_lib_gitconfig.h
50 a95f633f 2019-08-08 stsp /lib/got_lib_inflate.h
51 a95f633f 2019-08-08 stsp /lib/got_lib_lockfile.h
52 53ccebc2 2019-07-30 stsp /lib/got_lib_object.h
53 a95f633f 2019-08-08 stsp /lib/got_lib_object_cache.h
54 a95f633f 2019-08-08 stsp /lib/got_lib_object_create.h
55 a95f633f 2019-08-08 stsp /lib/got_lib_object_idcache.h
56 a95f633f 2019-08-08 stsp /lib/got_lib_object_idset.h
57 a95f633f 2019-08-08 stsp /lib/got_lib_object_parse.h
58 53ccebc2 2019-07-30 stsp /lib/got_lib_pack.h
59 a95f633f 2019-08-08 stsp /lib/got_lib_privsep.h
60 53ccebc2 2019-07-30 stsp /lib/got_lib_repository.h
61 53ccebc2 2019-07-30 stsp /lib/got_lib_sha1.h
62 53ccebc2 2019-07-30 stsp /lib/got_lib_worktree.h
63 53ccebc2 2019-07-30 stsp /lib/inflate.c
64 a95f633f 2019-08-08 stsp /lib/lockfile.c
65 a95f633f 2019-08-08 stsp /lib/object.c
66 53ccebc2 2019-07-30 stsp /lib/object_cache.c
67 a95f633f 2019-08-08 stsp /lib/object_create.c
68 a95f633f 2019-08-08 stsp /lib/object_idset.c
69 a95f633f 2019-08-08 stsp /lib/object_parse.c
70 a95f633f 2019-08-08 stsp /lib/opentemp.c
71 a95f633f 2019-08-08 stsp /lib/pack.c
72 a95f633f 2019-08-08 stsp /lib/path.c
73 a95f633f 2019-08-08 stsp /lib/privsep.c
74 53ccebc2 2019-07-30 stsp /lib/rcsutil.c
75 53ccebc2 2019-07-30 stsp /lib/rcsutil.h
76 a95f633f 2019-08-08 stsp /lib/reference.c
77 a95f633f 2019-08-08 stsp /lib/repository.c
78 a95f633f 2019-08-08 stsp /lib/sha1.c
79 a95f633f 2019-08-08 stsp /lib/utf8.c
80 a95f633f 2019-08-08 stsp /lib/worktree.c
81 53ccebc2 2019-07-30 stsp /libexec
82 a95f633f 2019-08-08 stsp /libexec/Makefile
83 a95f633f 2019-08-08 stsp /libexec/Makefile.inc
84 53ccebc2 2019-07-30 stsp /libexec/got-read-blob
85 53ccebc2 2019-07-30 stsp /libexec/got-read-blob/Makefile
86 53ccebc2 2019-07-30 stsp /libexec/got-read-blob/got-read-blob.c
87 53ccebc2 2019-07-30 stsp /libexec/got-read-commit
88 53ccebc2 2019-07-30 stsp /libexec/got-read-commit/Makefile
89 53ccebc2 2019-07-30 stsp /libexec/got-read-commit/got-read-commit.c
90 6cb9286d 2019-09-08 stsp /libexec/got-read-gitconfig
91 6cb9286d 2019-09-08 stsp /libexec/got-read-gitconfig/Makefile
92 6cb9286d 2019-09-08 stsp /libexec/got-read-gitconfig/got-read-gitconfig.c
93 53ccebc2 2019-07-30 stsp /libexec/got-read-object
94 53ccebc2 2019-07-30 stsp /libexec/got-read-object/Makefile
95 53ccebc2 2019-07-30 stsp /libexec/got-read-object/got-read-object.c
96 53ccebc2 2019-07-30 stsp /libexec/got-read-pack
97 53ccebc2 2019-07-30 stsp /libexec/got-read-pack/Makefile
98 53ccebc2 2019-07-30 stsp /libexec/got-read-pack/got-read-pack.c
99 53ccebc2 2019-07-30 stsp /libexec/got-read-tag
100 53ccebc2 2019-07-30 stsp /libexec/got-read-tag/Makefile
101 53ccebc2 2019-07-30 stsp /libexec/got-read-tag/got-read-tag.c
102 a95f633f 2019-08-08 stsp /libexec/got-read-tree
103 a95f633f 2019-08-08 stsp /libexec/got-read-tree/Makefile
104 a95f633f 2019-08-08 stsp /libexec/got-read-tree/got-read-tree.c
105 53ccebc2 2019-07-30 stsp /regress
106 53ccebc2 2019-07-30 stsp /regress/Makefile
107 53ccebc2 2019-07-30 stsp /regress/Makefile.inc
108 53ccebc2 2019-07-30 stsp /regress/cmdline
109 53ccebc2 2019-07-30 stsp /regress/cmdline/Makefile
110 53ccebc2 2019-07-30 stsp /regress/cmdline/add.sh
111 53ccebc2 2019-07-30 stsp /regress/cmdline/backout.sh
112 a95f633f 2019-08-08 stsp /regress/cmdline/blame.sh
113 dda01c6c 2019-08-08 stsp /regress/cmdline/branch.sh
114 a5a71e8e 2019-08-23 stsp /regress/cmdline/cat.sh
115 a95f633f 2019-08-08 stsp /regress/cmdline/checkout.sh
116 53ccebc2 2019-07-30 stsp /regress/cmdline/cherrypick.sh
117 53ccebc2 2019-07-30 stsp /regress/cmdline/commit.sh
118 a95f633f 2019-08-08 stsp /regress/cmdline/common.sh
119 a95f633f 2019-08-08 stsp /regress/cmdline/diff.sh
120 53ccebc2 2019-07-30 stsp /regress/cmdline/histedit.sh
121 53ccebc2 2019-07-30 stsp /regress/cmdline/import.sh
122 9f2919a2 2019-10-21 stsp /regress/cmdline/integrate.sh
123 a95f633f 2019-08-08 stsp /regress/cmdline/log.sh
124 a95f633f 2019-08-08 stsp /regress/cmdline/rebase.sh
125 3b80a05b 2019-08-13 stsp /regress/cmdline/ref.sh
126 a95f633f 2019-08-08 stsp /regress/cmdline/revert.sh
127 a95f633f 2019-08-08 stsp /regress/cmdline/rm.sh
128 dda01c6c 2019-08-08 stsp /regress/cmdline/stage.sh
129 a95f633f 2019-08-08 stsp /regress/cmdline/status.sh
130 a5a71e8e 2019-08-23 stsp /regress/cmdline/tag.sh
131 dda01c6c 2019-08-08 stsp /regress/cmdline/unstage.sh
132 a95f633f 2019-08-08 stsp /regress/cmdline/update.sh
133 a95f633f 2019-08-08 stsp /regress/delta
134 a95f633f 2019-08-08 stsp /regress/delta/Makefile
135 a95f633f 2019-08-08 stsp /regress/delta/delta_test.c
136 a95f633f 2019-08-08 stsp /regress/idset
137 a95f633f 2019-08-08 stsp /regress/idset/Makefile
138 a95f633f 2019-08-08 stsp /regress/idset/idset_test.c
139 53ccebc2 2019-07-30 stsp /regress/path
140 53ccebc2 2019-07-30 stsp /regress/path/Makefile
141 53ccebc2 2019-07-30 stsp /regress/path/path_test.c
142 53ccebc2 2019-07-30 stsp /tog
143 53ccebc2 2019-07-30 stsp /tog/Makefile
144 53ccebc2 2019-07-30 stsp /tog/tog.1
145 a95f633f 2019-08-08 stsp /tog/tog.c
146 53ccebc2 2019-07-30 stsp /util
147 53ccebc2 2019-07-30 stsp /util/uncompress-loose-object.sh