thodg/got

Branch :


Log

Author Commit Date CI Message
276262e8 2019-02-08 15:27:19 fix typo in status code name: GOT_STATUS_MODIFIY -> GOT_STATUS_MODIFY
7f838b36 2019-02-08 15:25:38 document status codes displayed by 'got update'
6353ad76 2019-02-08 15:12:00 make 'got update' merge file edits
57ee5d50 2019-02-08 15:10:49 allow callers of diff3 code to detect merge conflicts
a551f215 2019-02-08 14:58:30 diff3: make labels work and fix leaks
5d731149 2019-02-08 13:22:01 initialize temp_files in got_merge_diff3()
abc6a33f 2019-02-08 13:20:08 make readin() actually write to its output argument
25d0340b 2019-02-08 12:27:42 get rid of an unused global in diff3 code
5176f942 2019-02-08 12:26:49 get rid of another global in diff3 code (diff output buffer)
0d26ce36 2019-02-08 11:48:50 fix known file descriptor leaks in diff3 code
078e971d 2019-02-08 11:44:53 this is library code; store diff3 state in a struct, not globals
c03c6cb3 2019-02-08 11:13:38 make diff3 code compile
537a2366 2019-02-08 10:55:47 remove rcsutil code we won't need, and make the rest compile
9f98de9c 2019-02-08 12:09:28 declare got_merge_diff3()
acb209ee 2019-02-07 13:59:17 restore support for D_NORMAL diffs of regular files
af45e626 2019-02-07 11:57:12 get rid of xmalloc and err functions in buf.c
5a3ad9e0 2019-02-08 12:06:59 wrap overlong long line and fix NULL-deref in merge_diff3()
f54c4c24 2019-02-07 11:36:16 get rid of xmalloc and a global declaration in worklist code
d947271f 2019-02-08 10:47:33 add unmodified rcsutil files from OpenRCS
62f59172 2019-02-08 12:01:51 make diff3_merge() write result to an output file
0ec6f014 2019-02-08 11:58:03 expand stupid argv-style parameters of merge_diff3()
b90524b1 2019-02-08 11:55:19 check for errors from increase() in diff3 code
dfc4f8fe 2019-02-08 11:51:52 move more globals into diff state struct
89fd757a 2019-02-07 11:33:28 add unmodified worklist.c and worlist.h from OpenRCS
74b37681 2019-02-07 11:30:27 add unmodified buf.c, buf.h, and diff3.c from OpenRCS
c844a238 2019-02-06 01:22:16 man page tweaks
fdb730fe 2019-02-06 00:53:28 remove an '#if 0' which was not intended for commit
d9498b20 2019-02-06 00:13:31 don't bother showing the HEAD ref in 'got log'
d1688ce0 2019-02-06 00:08:47 remove a pointless error code
b72f483a 2019-02-06 00:04:59 make 'got diff' show local changes in work tree
14e5d4dc 2019-02-05 22:25:42 fix bug with wrong size comparison in get_file_status()
6efaaa2d 2019-02-05 19:15:46 port fix for a work tree path bug from 'tog blame' to 'got blame'
eb41ed75 2019-02-05 19:08:41 make 'tog blame' function in a work tree
a915003a 2019-02-05 18:51:59 delay initialization of curses in tog until after usage()
52185f70 2019-02-05 18:49:05 make 'tog tree' function in a work tree
b7165be3 2019-02-05 18:44:17 make 'tog log' function in a work tree
9270e621 2019-02-05 18:39:30 wrap overlong line
0c06baac 2019-02-05 18:37:28 make 'got blame' function in a work tree
d1542a27 2019-02-05 18:24:28 fix endless loop in got_worktree_open()
8994de28 2019-02-05 18:22:18 fix got_worktree_open() error check in cmd_tree()
e9cf2e30 2019-02-05 18:18:07 document 'got log' behaviour inside a work tree
02012e5c 2019-02-05 18:16:07 remove TODO item
cffc0aa4 2019-02-05 18:15:49 make 'got log' function inside a work tree
f0559eb5 2019-02-05 18:08:05 remove TODO item
9bf7a39b 2019-02-05 18:07:33 make 'got tree' behave as advertised in subdirs of a work tree
8c02d095 2019-02-05 17:49:01 make 'got update' unveil the root dir of the worktree
c7f4312f 2019-02-05 17:46:58 make 'got status' work in subdirectories of a work tree
247140b2 2019-02-05 17:15:54 make got_worktree_open() crawl upwards
c513d110 2019-02-05 17:15:06 add missing error check in got_worktree_status()
ad3741b6 2019-02-05 17:03:17 remove TODO item for 'got status', which has been added
31496f13 2019-02-05 17:02:50 remove vague guesses from a TODO item
4a92782a 2019-02-05 17:02:00 add a TODO item for 'got tree'
0c849583 2019-02-05 17:00:57 improve documentation of 'got tree'
7a2c19d6 2019-02-05 16:46:33 make 'got tree' work from inside a work tree
ee645855 2019-02-05 16:33:30 stop checking for a worktree in open_repo()
d43a8a88 2019-02-05 16:22:04 rename a local variable in got_worktree_status()
0dbc2271 2019-02-05 16:16:13 make 'got status' detect obstructed files
bf96b38c 2019-02-05 16:09:58 move all file modification detection code to a single function
95e06996 2019-02-05 15:53:09 fix memleak in previous commit
ed83bff7 2019-02-05 15:50:03 we must use dynamic allocation for dirents in diff_fileindex_dir()
e7a2f030 2019-02-05 15:30:23 fix code before declaration
763e1377 2019-02-05 15:25:17 fix an uninitialized variable in diff_fileindex_dir()
f5d3d7af 2019-02-05 15:19:24 use path lists to sort dirent, tree object, and file index entries
3d8df59c 2019-02-05 14:49:54 add a caller-provided data pointer to path list elements
7a3c76f5 2019-02-05 14:41:20 fix insert_ref() to provide ordering similar to path lists
7e5c804b 2019-02-05 14:20:14 allow for detecting path duplicates with got_pathlist_insert()
e08cc72d 2019-02-05 14:12:38 add a pathlist API
fc727cc5 2019-02-05 11:16:33 insert at tail of list in insert_dirent()
f02ba292 2019-02-05 11:06:10 add two more status tests
3ca16530 2019-02-04 18:48:07 append to tail of reflist, not to the head of the list
35dc4510 2019-02-04 16:57:07 add a basic test for 'got status'
554b91b1 2019-02-04 16:55:18 oops, fix endless loop in diff_fileindex_dir(); code was missing somehow
6bad629b 2019-02-04 15:05:36 add 'got status' command
f8d1f275 2019-02-04 14:46:17 add a worktree status API
500cd40f 2019-02-04 14:19:29 make fileindex dir diff traverse dirents in git-tree order
b25ae4fa 2019-02-04 12:18:23 ignore top-level .got dir during fileindex dir diff
b1ec3986 2019-02-04 11:51:19 skip "." and ".." in diff_fileindex_dir()
d1f6d47b 2019-02-04 11:17:36 add support for diffing fileindex against an on-disk directory tree
f44ffd20 2019-02-04 10:59:59 rename tree-specific fileindex diff callbacks
289e3cbf 2019-02-04 10:53:04 set CTYPE locale category only; leave others in "C" locale
e397b6db 2019-02-04 10:48:23 make got_ref_list() return a sorted list
29b5c214 2019-02-04 10:37:07 on-disk refs must take precedence over packed-refs
1e37702e 2019-02-04 10:24:14 internally represent a non-existent ref as NULL rather than as error
141c2bff 2019-02-04 09:55:45 abbreviate remote refs in output of 'got log'
a04f49d2 2019-02-04 09:54:40 include non-packed refs in results from got_ref_list()
76b4ead2 2019-02-03 17:15:26 add missing error checks in got_ref_list()
30c0868d 2019-02-03 17:08:03 improve error codes in lib/reference.c
a808cfa5 2019-02-03 17:07:55 add GOT_ERR_BAD_REF_DATA
2aa0475c 2019-02-03 17:00:40 add got_error_not_ref()
e34f9ed6 2019-02-02 15:07:38 in 'got log' output, abbreviate ref names under heads/
199a4027 2019-02-02 15:00:28 make 'got log' show packed refs and HEAD ref (pther refs not shown yet)
e0e55b50 2019-02-01 22:46:32 Support tags in Linux git repo which do not carry name of tagger.
1caad61b 2019-02-01 22:38:25 make 'got log' resolve tags in -c option argument
0ae4af15 2019-02-01 22:33:39 add missing error check in got-raed-pack's tag_request()
0bd18d37 2019-02-01 22:16:47 add potentially useful helpers for tag objects and refs
532920c8 2019-02-01 22:02:43 actually return once parse_packed_ref_line() succeeds
0dec1cc0 2019-02-01 21:42:23 parse packed refs in a single pass over packed-refs file
c5f754cc 2019-02-01 21:30:38 optimize code path for lookup of well-known refs
bd376bb3 2019-02-01 21:13:57 handle absolute refs being passed to open_packed_ref()
fb79db15 2019-02-01 21:01:58 add read support for packed refs