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 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 6cb9286d 2019-09-08 stsp /libexec/got-read-gitconfig
89 6cb9286d 2019-09-08 stsp /libexec/got-read-gitconfig/Makefile
90 6cb9286d 2019-09-08 stsp /libexec/got-read-gitconfig/got-read-gitconfig.c
91 53ccebc2 2019-07-30 stsp /libexec/got-read-object
92 53ccebc2 2019-07-30 stsp /libexec/got-read-object/Makefile
93 53ccebc2 2019-07-30 stsp /libexec/got-read-object/got-read-object.c
94 53ccebc2 2019-07-30 stsp /libexec/got-read-pack
95 53ccebc2 2019-07-30 stsp /libexec/got-read-pack/Makefile
96 53ccebc2 2019-07-30 stsp /libexec/got-read-pack/got-read-pack.c
97 53ccebc2 2019-07-30 stsp /libexec/got-read-tag
98 53ccebc2 2019-07-30 stsp /libexec/got-read-tag/Makefile
99 53ccebc2 2019-07-30 stsp /libexec/got-read-tag/got-read-tag.c
100 a95f633f 2019-08-08 stsp /libexec/got-read-tree
101 a95f633f 2019-08-08 stsp /libexec/got-read-tree/Makefile
102 a95f633f 2019-08-08 stsp /libexec/got-read-tree/got-read-tree.c
103 53ccebc2 2019-07-30 stsp /regress
104 53ccebc2 2019-07-30 stsp /regress/Makefile
105 53ccebc2 2019-07-30 stsp /regress/Makefile.inc
106 53ccebc2 2019-07-30 stsp /regress/cmdline
107 53ccebc2 2019-07-30 stsp /regress/cmdline/Makefile
108 53ccebc2 2019-07-30 stsp /regress/cmdline/add.sh
109 53ccebc2 2019-07-30 stsp /regress/cmdline/backout.sh
110 a95f633f 2019-08-08 stsp /regress/cmdline/blame.sh
111 dda01c6c 2019-08-08 stsp /regress/cmdline/branch.sh
112 a5a71e8e 2019-08-23 stsp /regress/cmdline/cat.sh
113 a95f633f 2019-08-08 stsp /regress/cmdline/checkout.sh
114 53ccebc2 2019-07-30 stsp /regress/cmdline/cherrypick.sh
115 53ccebc2 2019-07-30 stsp /regress/cmdline/commit.sh
116 a95f633f 2019-08-08 stsp /regress/cmdline/common.sh
117 a95f633f 2019-08-08 stsp /regress/cmdline/diff.sh
118 53ccebc2 2019-07-30 stsp /regress/cmdline/histedit.sh
119 53ccebc2 2019-07-30 stsp /regress/cmdline/import.sh
120 9f2919a2 2019-10-21 stsp /regress/cmdline/integrate.sh
121 a95f633f 2019-08-08 stsp /regress/cmdline/log.sh
122 a95f633f 2019-08-08 stsp /regress/cmdline/rebase.sh
123 3b80a05b 2019-08-13 stsp /regress/cmdline/ref.sh
124 a95f633f 2019-08-08 stsp /regress/cmdline/revert.sh
125 a95f633f 2019-08-08 stsp /regress/cmdline/rm.sh
126 dda01c6c 2019-08-08 stsp /regress/cmdline/stage.sh
127 a95f633f 2019-08-08 stsp /regress/cmdline/status.sh
128 a5a71e8e 2019-08-23 stsp /regress/cmdline/tag.sh
129 dda01c6c 2019-08-08 stsp /regress/cmdline/unstage.sh
130 a95f633f 2019-08-08 stsp /regress/cmdline/update.sh
131 a95f633f 2019-08-08 stsp /regress/delta
132 a95f633f 2019-08-08 stsp /regress/delta/Makefile
133 a95f633f 2019-08-08 stsp /regress/delta/delta_test.c
134 a95f633f 2019-08-08 stsp /regress/idset
135 a95f633f 2019-08-08 stsp /regress/idset/Makefile
136 a95f633f 2019-08-08 stsp /regress/idset/idset_test.c
137 53ccebc2 2019-07-30 stsp /regress/path
138 53ccebc2 2019-07-30 stsp /regress/path/Makefile
139 53ccebc2 2019-07-30 stsp /regress/path/path_test.c
140 53ccebc2 2019-07-30 stsp /tog
141 53ccebc2 2019-07-30 stsp /tog/Makefile
142 53ccebc2 2019-07-30 stsp /tog/tog.1
143 a95f633f 2019-08-08 stsp /tog/tog.c
144 53ccebc2 2019-07-30 stsp /util
145 53ccebc2 2019-07-30 stsp /util/uncompress-loose-object.sh