File "lib/swish/gitty_driver_files.pl"[download]
in pack: | swish |
---|---|
Prolog module: | gitty_driver_files |
size: | 31402 |
Recent changes
7 years ago | Jan Wielemaker | New upstream files |
7 years ago | Jan Wielemaker | New files from upstream |
8 years ago | Jan Wielemaker | New upstream files |
8 years ago | Jan Wielemaker | New upstream files |
9 years ago | Jan Wielemaker | Updated upstream files |
This file requires
- From the Prolog library
- library(apply) resolved by
- apply.pl: include/3, exclude/3, maplist/2, maplist/3, convlist/3, foldl/4
- library(dcg/basics) resolved by
- basics.pl: nonblanks/3, integer/3
- library(debug) resolved by
- debug.pl: debug/3, debug/1, debugging/1, assertion/1
- library(error) resolved by
- error.pl: domain_error/2, must_be/2
- library(filesex) resolved by
- filesex.pl: directory_file_path/3, make_directory_path/1
- library(hash_stream) resolved by
- hash_stream.pl: open_hash_stream/3, stream_hash/2
- library(lists) resolved by
- lists.pl: member/2, append/2, delete/3
- library(option) resolved by
- option.pl: option/3
- library(zlib) resolved by
- zlib.pl: zopen/3, gzopen/4
- library(apply) resolved by
Exported predicates
- attach_pack/2
- delete_head/2
- delete_object/2
- fsck_pack/1
- gitty_close/1
- gitty_file/4
- gitty_fsck/1
- gitty_hash/2
- gitty_object_file/3
- gitty_rescan/1
- gitty_update_head/4
- load_object/5
- load_object_from_pack/4
- load_plain_commit/3
- pack_objects/6
- repack_objects/2
- set_head/3
- store_object/4
- unpack_pack/2
- unpack_packs/1
Required predicates
- append/2 from library(lists)
- assertion/1 from library(debug)
- convlist/3 from library(apply)
- debug/1 from library(debug)
- debug/3 from library(debug)
- debugging/1 from library(debug)
- delete/3 from library(lists)
- directory_file_path/3 from library(filesex)
- domain_error/2 from library(error)
- exclude/3 from library(apply)
- foldl/4 from library(apply)
- gzopen/4 from library(zlib)
- include/3 from library(apply)
- integer/3 from library(dcg/basics)
- make_directory_path/1 from library(filesex)
- maplist/2 from library(apply)
- maplist/3 from library(apply)
- member/2 from library(lists)
- must_be/2 from library(error)
- nonblanks/3 from library(dcg/basics)
- open_hash_stream/3 from library(hash_stream)
- option/3 from library(option)
- stream_hash/2 from library(hash_stream)
- zopen/3 from library(zlib)