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
Christian Couder committed about 10 years ago
builtin/apply: make try_create_file() return -1 on error
Christian Couder committed about 10 years ago
apply: don't print on stdout in verbosity_silent mode
Christian Couder committed about 10 years ago
apply: make it possible to silently apply
Christian Couder committed about 10 years ago
apply: use error_errno() where possible
Christian Couder committed about 10 years ago