summaryrefslogtreecommitdiff
path: root/apply.h
AgeCommit message (Expand)Author
2018-08-20Merge branch 'en/incl-forward-decl'Junio C Hamano
2018-08-15Add missing includes and forward declarationsElijah Newren
2018-08-13apply.c: make init_apply_state() take a struct repositoryNguyễn Thái Ngọc Duy
2018-08-03apply.h: drop extern on func declarationNguyễn Thái Ngọc Duy
2018-05-29apply: add --intent-to-addNguyễn Thái Ngọc Duy
2017-10-06apply: remove `newfd` from `struct apply_state`Martin Ågren
2017-10-06apply: move lockfile into `apply_state`Martin Ågren
2017-08-09apply: remove prefix_length member from apply_stateRené Scharfe
2016-09-07apply: learn to use a different index fileChristian Couder
2016-09-07apply: refactor `git apply` option parsingChristian Couder
2016-09-07apply: change error_routine when silentChristian Couder
2016-09-07apply: make it possible to silently applyChristian Couder
2016-09-07apply: make some parsing functions static againChristian Couder
2016-09-07apply: move libified code from builtin/apply.c to apply.{c,h}Christian Couder
2016-09-07apply: rename and move opt constants to apply.hChristian Couder
2016-08-11builtin/apply: move check_apply_state() to apply.cChristian Couder
2016-08-11apply: make init_apply_state() return -1 instead of exit()ingChristian Couder
2016-08-11builtin/apply: move init_apply_state() to apply.cChristian Couder
2016-08-11apply: move 'struct apply_state' to apply.hChristian Couder