got


Log

Author Commit Date CI Message
Stefan Sperling 58379602 2018-04-02T11:40:53 clean up commit list in print_commits() after any error in the loop
Stefan Sperling 5261c201 2018-04-01T23:37:09 rename 'refs' to 'reference'
Stefan Sperling 70f9e387 2018-04-01T23:28:06 tweak man page wording; less clutter
Stefan Sperling 3f0da4df 2018-04-01T23:26:12 copyright 2018
Stefan Sperling 1a208aaf 2018-04-01T23:25:39 add authors section to man page
Stefan Sperling f3d135e1 2018-04-01T23:10:38 make 'got log' show the committer if different from author
Stefan Sperling e1e3f570 2018-04-01T20:52:29 replace use of err() with got_error_from_errno()
Stefan Sperling 76089277 2018-04-01T20:50:30 apply realpath() to all paths in argv; fix some leaks
Stefan Sperling f7b38925 2018-04-01T20:40:35 make paths shown during checkout match what is created on disk
Stefan Sperling 21294684 2018-04-01T20:19:44 document where the UI expects SHA1 hashes
Stefan Sperling 5d7c1dab 2018-04-01T20:13:26 document checkout better and fix optional worktree arg
Stefan Sperling 3f8b7d6a 2018-04-01T20:03:30 document diff command and make the repo path optional
Stefan Sperling 64a96a6d 2018-04-01T19:57:10 implement got log -l
Stefan Sperling d142fc45 2018-04-01T19:48:17 tweak the log command synopsis and update man page
Stefan Sperling b00d56cd 2018-04-01T19:30:42 add a rudimentary diff command
Stefan Sperling 3235492e 2018-04-01T18:17:18 add the ability to start the log at a particular commit
Stefan Sperling 25470781 2018-04-01T17:36:55 clean up commit list upon error in print_commits()
Stefan Sperling 1ca4538e 2018-03-27T23:29:21 fix wrong argv[] index in cmd_log()
Stefan Sperling 92e5c17e 2018-03-27T23:27:09 update log usage()
Stefan Sperling 971751ac 2018-03-27T23:20:50 make log -p print an extra newline after diff
Stefan Sperling 79109fed 2018-03-27T21:49:19 implement 'got log -p' option
Stefan Sperling 1e70621d 2018-03-27T20:47:51 reset optind in main()
Stefan Sperling 97925469 2018-03-17T18:33:26 man page tweaks
Stefan Sperling 0a585a0d 2018-03-17T18:13:19 remove GOT_ERR_NO_MEM, we can just use errno in those cases
Stefan Sperling 8bf5b3c9 2018-03-17T17:42:48 rewrite 'got log' without recursion
Stefan Sperling 6715a751 2018-03-16T21:08:22 allow a profiled build with 'make PROFILE=yes'
Stefan Sperling 92f27f70 2018-03-16T21:04:40 i committed the profile build stuff again... back it out
Stefan Sperling 19d747f7 2018-03-16T20:18:09 avoid an extra memcpy in got_inflate_to_mem()
Stefan Sperling 9e29d27e 2018-03-15T01:36:32 revert accidental changes from 9feb4ff2689af67633c98892e721ccd407ea1c92 These changes enabled profiling.
Stefan Sperling 9feb4ff2 2018-03-14T02:37:58 propagate error from delta cache insertion; fixes mem leak
Stefan Sperling 55ef7a6f 2018-03-13T03:30:33 man page wording tweak
Stefan Sperling c5867b47 2018-03-13T03:26:47 wording in man page
Stefan Sperling 67d6b2d2 2018-03-13T03:25:33 document checkout -p option
Stefan Sperling 4129c201 2018-03-13T03:18:53 more man page tweaks
Stefan Sperling 285dc8a4 2018-03-13T03:11:35 add more information to got(1) man page
Stefan Sperling 48a3b934 2018-03-13T03:06:19 add initial draft of got-repository(5) man page
Stefan Sperling 0bb8a95e 2018-03-12T22:00:08 add support for checking out a subtree
Stefan Sperling 20ecf764 2018-03-12T21:36:30 tweak unkown command message
Stefan Sperling 92a684f4 2018-03-12T21:34:38 show progress during checkout
Stefan Sperling c09a553d 2018-03-12T21:19:31 add a 'got checkout' command
Stefan Sperling d7d4f210 2018-03-12T20:32:20 print errors returned from library
Stefan Sperling 987e94ba 2018-03-12T20:26:43 wrap long line
Stefan Sperling 1b6b95a8 2018-03-12T20:25:51 add -h option (help)
Stefan Sperling 46a0db7d 2018-03-12T20:16:21 show a list of commands in usage()
Stefan Sperling 6f3d1eb0 2018-03-12T20:12:31 make 'got log' accept a path to repository
Stefan Sperling 8b90f09e 2018-03-12T15:30:36 fix make install target if user name != group name
Stefan Sperling f42b1b34 2018-03-12T14:39:52 implement the 'got log' command with got libraries
Stefan Sperling 5c860e29 2018-03-12T13:48:54 add got(1) command code from mpi