|
8bf5b3c9
|
2018-03-17T17:42:48
|
|
rewrite 'got log' without recursion
|
|
6715a751
|
2018-03-16T21:08:22
|
|
allow a profiled build with 'make PROFILE=yes'
|
|
92f27f70
|
2018-03-16T21:04:40
|
|
i committed the profile build stuff again... back it out
|
|
19d747f7
|
2018-03-16T20:18:09
|
|
avoid an extra memcpy in got_inflate_to_mem()
|
|
9e29d27e
|
2018-03-15T01:36:32
|
|
revert accidental changes from 9feb4ff2689af67633c98892e721ccd407ea1c92
These changes enabled profiling.
|
|
9feb4ff2
|
2018-03-14T02:37:58
|
|
propagate error from delta cache insertion; fixes mem leak
|
|
55ef7a6f
|
2018-03-13T03:30:33
|
|
man page wording tweak
|
|
c5867b47
|
2018-03-13T03:26:47
|
|
wording in man page
|
|
67d6b2d2
|
2018-03-13T03:25:33
|
|
document checkout -p option
|
|
4129c201
|
2018-03-13T03:18:53
|
|
more man page tweaks
|
|
285dc8a4
|
2018-03-13T03:11:35
|
|
add more information to got(1) man page
|
|
48a3b934
|
2018-03-13T03:06:19
|
|
add initial draft of got-repository(5) man page
|
|
0bb8a95e
|
2018-03-12T22:00:08
|
|
add support for checking out a subtree
|
|
20ecf764
|
2018-03-12T21:36:30
|
|
tweak unkown command message
|
|
92a684f4
|
2018-03-12T21:34:38
|
|
show progress during checkout
|
|
c09a553d
|
2018-03-12T21:19:31
|
|
add a 'got checkout' command
|
|
d7d4f210
|
2018-03-12T20:32:20
|
|
print errors returned from library
|
|
987e94ba
|
2018-03-12T20:26:43
|
|
wrap long line
|
|
1b6b95a8
|
2018-03-12T20:25:51
|
|
add -h option (help)
|
|
46a0db7d
|
2018-03-12T20:16:21
|
|
show a list of commands in usage()
|
|
6f3d1eb0
|
2018-03-12T20:12:31
|
|
make 'got log' accept a path to repository
|
|
8b90f09e
|
2018-03-12T15:30:36
|
|
fix make install target if user name != group name
|
|
f42b1b34
|
2018-03-12T14:39:52
|
|
implement the 'got log' command with got libraries
|
|
5c860e29
|
2018-03-12T13:48:54
|
|
add got(1) command code from mpi
|