notes-merge: convert struct notes_merge_pair to struct object_id
brian m. carlson committed about 10 years ago
builtin/checkout: convert some static functions to struct object_id
brian m. carlson committed about 10 years ago
streaming: make stream_blob_to_fd take struct object_id
brian m. carlson committed about 10 years ago
builtin: convert textconv_object to use struct object_id
brian m. carlson committed about 10 years ago
builtin/cat-file: convert some static functions to struct object_id
brian m. carlson committed about 10 years ago
builtin/cat-file: convert struct expand_data to use struct object_id
brian m. carlson committed about 10 years ago
builtin/log: convert some static functions to use struct object_id
brian m. carlson committed about 10 years ago
builtin/blame: convert struct origin to use struct object_id
brian m. carlson committed about 10 years ago
builtin/apply: convert static functions to struct object_id
brian m. carlson committed about 10 years ago
cache: convert struct cache_entry to use struct object_id
brian m. carlson committed about 10 years ago
builtin/am: use apply API in run_apply()
Christian Couder committed about 10 years ago
apply: learn to use a different index file
Christian Couder committed about 10 years ago
apply: pass apply state to build_fake_ancestor()
Christian Couder committed about 10 years ago
apply: move libified code from builtin/apply.c to apply.{c,h}
Christian Couder committed over 10 years ago
apply: refactor `git apply` option parsing
Christian Couder committed about 10 years ago
apply: rename and move opt constants to apply.h
Christian Couder committed about 10 years ago
apply: change error_routine when silent
Christian Couder committed about 10 years ago
builtin/apply: rename option parsing functions
Christian Couder committed about 10 years ago
usage: add get_error_routine() and get_warn_routine()
Christian Couder committed about 10 years ago
builtin/apply: make create_one_file() return -1 on error
Christian Couder committed about 10 years ago