got/got.c


Log

Author Commit Date CI Message
Stefan Sperling 28ec8409 2018-04-24T19:16:06 fix typo in blob read buffer size in diff_blobs()
Stefan Sperling b65ae19a 2018-04-24T10:07:46 cosmetic output tweaks
Stefan Sperling 84d2af0e 2018-04-24T10:07:25 fix double-tree in cmd_checkout()
Stefan Sperling 442a3ddc 2018-04-23T09:38:37 try to infer repository path from work tree
Stefan Sperling 2178c42e 2018-04-22T14:51:49 read object headers with privsep
Stefan Sperling 7e665116 2018-04-02T21: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.
Stefan Sperling 675d71c4 2018-04-02T21:14:21 clean up commit list in print_commits() regardless of error
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 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 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 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 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 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