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