thodg/got/got

Branch :


Log

Author Commit Date CI Message
4ed7e80c 2018-05-20 11:59:33 mark many functions and structs static in got.c and tog.c
511a516b 2018-05-19 16:57:12 move got_opentmp* functions to public API; used from tog
11528a82 2018-05-19 16:28:32 move common diff helpers from got and tog into lib/diff.c
28ec8409 2018-04-24 19:16:06 fix typo in blob read buffer size in diff_blobs()
b65ae19a 2018-04-24 10:07:46 cosmetic output tweaks
84d2af0e 2018-04-24 10:07:25 fix double-tree in cmd_checkout()
442a3ddc 2018-04-23 09:38:37 try to infer repository path from work tree
2178c42e 2018-04-22 14:51:49 read object headers with privsep
7e665116 2018-04-02 21:25:56 got log: do a first-parent commit traversal instead of N-parent Running 'got log' on a repository with merge commits shows that this code isn't ready to handle merge commits yet. It printed many commits multiple times and used up a lot of memory.
675d71c4 2018-04-02 21:14:21 clean up commit list in print_commits() regardless of error
58379602 2018-04-02 11:40:53 clean up commit list in print_commits() after any error in the loop
5261c201 2018-04-01 23:37:09 rename 'refs' to 'reference'
70f9e387 2018-04-01 23:28:06 tweak man page wording; less clutter
3f0da4df 2018-04-01 23:26:12 copyright 2018
1a208aaf 2018-04-01 23:25:39 add authors section to man page
f3d135e1 2018-04-01 23:10:38 make 'got log' show the committer if different from author
e1e3f570 2018-04-01 20:52:29 replace use of err() with got_error_from_errno()
76089277 2018-04-01 20:50:30 apply realpath() to all paths in argv; fix some leaks
f7b38925 2018-04-01 20:40:35 make paths shown during checkout match what is created on disk
21294684 2018-04-01 20:19:44 document where the UI expects SHA1 hashes
5d7c1dab 2018-04-01 20:13:26 document checkout better and fix optional worktree arg
3f8b7d6a 2018-04-01 20:03:30 document diff command and make the repo path optional
64a96a6d 2018-04-01 19:57:10 implement got log -l
d142fc45 2018-04-01 19:48:17 tweak the log command synopsis and update man page
b00d56cd 2018-04-01 19:30:42 add a rudimentary diff command
3235492e 2018-04-01 18:17:18 add the ability to start the log at a particular commit
25470781 2018-04-01 17:36:55 clean up commit list upon error in print_commits()
1ca4538e 2018-03-27 23:29:21 fix wrong argv[] index in cmd_log()
92e5c17e 2018-03-27 23:27:09 update log usage()
971751ac 2018-03-27 23:20:50 make log -p print an extra newline after diff
79109fed 2018-03-27 21:49:19 implement 'got log -p' option
1e70621d 2018-03-27 20:47:51 reset optind in main()
97925469 2018-03-17 18:33:26 man page tweaks
0a585a0d 2018-03-17 18:13:19 remove GOT_ERR_NO_MEM, we can just use errno in those cases
8bf5b3c9 2018-03-17 17:42:48 rewrite 'got log' without recursion
6715a751 2018-03-16 21:08:22 allow a profiled build with 'make PROFILE=yes'
92f27f70 2018-03-16 21:04:40 i committed the profile build stuff again... back it out
19d747f7 2018-03-16 20:18:09 avoid an extra memcpy in got_inflate_to_mem()
9e29d27e 2018-03-15 01:36:32 revert accidental changes from 9feb4ff2689af67633c98892e721ccd407ea1c92 These changes enabled profiling.
9feb4ff2 2018-03-14 02:37:58 propagate error from delta cache insertion; fixes mem leak
55ef7a6f 2018-03-13 03:30:33 man page wording tweak
c5867b47 2018-03-13 03:26:47 wording in man page
67d6b2d2 2018-03-13 03:25:33 document checkout -p option
4129c201 2018-03-13 03:18:53 more man page tweaks
285dc8a4 2018-03-13 03:11:35 add more information to got(1) man page
48a3b934 2018-03-13 03:06:19 add initial draft of got-repository(5) man page
0bb8a95e 2018-03-12 22:00:08 add support for checking out a subtree
20ecf764 2018-03-12 21:36:30 tweak unkown command message
92a684f4 2018-03-12 21:34:38 show progress during checkout
c09a553d 2018-03-12 21:19:31 add a 'got checkout' command
d7d4f210 2018-03-12 20:32:20 print errors returned from library
987e94ba 2018-03-12 20:26:43 wrap long line
1b6b95a8 2018-03-12 20:25:51 add -h option (help)
46a0db7d 2018-03-12 20:16:21 show a list of commands in usage()
6f3d1eb0 2018-03-12 20:12:31 make 'got log' accept a path to repository
8b90f09e 2018-03-12 15:30:36 fix make install target if user name != group name
f42b1b34 2018-03-12 14:39:52 implement the 'got log' command with got libraries
5c860e29 2018-03-12 13:48:54 add got(1) command code from mpi