thodg/got/lib/path.c

Branch :


Log

Author Commit Date CI Message
31cedeaf 2018-09-15 19:42:15 add path filtering support to commit graph
04ca23f4 2018-07-16 13:05:23 allow filtering history by paths in 'got log'
f7d20e89 2018-06-17 11:55:08 make got_canonpath() return a got_error
e6eac3b8 2018-06-17 11:47:23 introduce got_canonpath()
ec798807 2018-06-17 11:37:43 remove unused and broken got_path_segment_count()
511a516b 2018-05-19 16:57:12 move got_opentmp* functions to public API; used from tog
80f4afe8 2018-04-24 11:47:09 introduce got_opentempfd()
0a585a0d 2018-03-17 18:13:19 remove GOT_ERR_NO_MEM, we can just use errno in those cases
718b3ab0 2018-03-17 17:50:48 rename the library-internal headers again to a common prefix
25783624 2018-03-12 13:59:29 use stricter CPPFLAGS from mpi
9d31a1d8 2018-03-11 20:39:31 initial implementation of worktree checkout
32cb896c 2018-03-11 14:10:56 rename library-private headers from *_priv.h to *_lib.h
1411938b 2018-02-12 23:25:38 rename private header filenames so they are in got_ namespace
0465ef11 2018-01-13 12:28:07 unlink tempfiles again, was disabled for testing
a1fd68d8 2018-01-12 20:59:51 Extract non-deltified objects from pack files.
4684ea10 2017-11-12 16:20:52 remove commented dead code
92af5469 2017-11-05 14:15:47 do not require that got applications normalize paths
7b19e0f1 2017-11-05 13:35:01 add copyright
4027f31a 2017-11-04 19:41:54 initial import; current implementation only parses the .git/HEAD ref