aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | files_ref_iterator_begin(): take a ref_store argumentMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | split_symref_update(): add a files_ref_store argumentMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | lock_ref_sha1_basic(): add a files_ref_store argumentMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | lock_ref_for_update(): add a files_ref_store argumentMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | commit_ref_update(): add a files_ref_store argumentMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | lock_raw_ref(): add a files_ref_store argumentMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | repack_without_refs(): add a files_ref_store argumentMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | refs: make peel_ref() virtualMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | refs: make create_symref() virtualMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | refs: make pack_refs() virtualMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | refs: make verify_refname_available() virtualMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | refs: make read_raw_ref() virtualMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | resolve_gitlink_ref(): rename path parameter to submoduleMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | resolve_gitlink_ref(): avoid memory allocation in many casesMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | resolve_gitlink_ref(): implement using resolve_ref_recursively()Michael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | resolve_ref_recursively(): new functionMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | read_raw_ref(): take a (struct ref_store *) argumentMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | resolve_gitlink_packed_ref(): remove functionMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | resolve_packed_ref(): rename function from resolve_missing_loose_ref()Michael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | refs: reorder definitionsMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | refs: add a transaction_commit() methodRonnie Sahlberg2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | {lock,commit,rollback}_packed_refs(): add files_ref_store argumentsMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | resolve_missing_loose_ref(): add a files_ref_store argumentMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | get_packed_ref(): add a files_ref_store argumentMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | add_packed_ref(): add a files_ref_store argumentMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | refs: create a base class "ref_store" for files_ref_storeMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | refs: add a backend method structureRonnie Sahlberg2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | refs: rename struct ref_cache to files_ref_storeMichael Haggerty2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | rename_ref_available(): add docstringDavid Turner2016-09-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | resolve_gitlink_ref(): eliminate temporary variableMichael Haggerty2016-09-09
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'cc/apply-am'Junio C Hamano2016-09-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/am: use apply API in run_apply()Christian Couder2016-09-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | apply: learn to use a different index fileChristian Couder2016-09-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | apply: pass apply state to build_fake_ancestor()Christian Couder2016-09-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | apply: refactor `git apply` option parsingChristian Couder2016-09-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | apply: change error_routine when silentChristian Couder2016-09-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | usage: add get_error_routine() and get_warn_routine()Christian Couder2016-09-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | usage: add set_warn_routine()Christian Couder2016-09-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | apply: don't print on stdout in verbosity_silent modeChristian Couder2016-09-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | apply: make it possible to silently applyChristian Couder2016-09-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | apply: use error_errno() where possibleChristian Couder2016-09-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | apply: make some parsing functions static againChristian Couder2016-09-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | apply: move libified code from builtin/apply.c to apply.{c,h}Christian Couder2016-09-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | apply: rename and move opt constants to apply.hChristian Couder2016-09-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/apply: rename option parsing functionsChristian Couder2016-09-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/apply: make create_one_file() return -1 on errorChristian Couder2016-09-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/apply: make try_create_file() return -1 on errorChristian Couder2016-09-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/apply: make write_out_results() return -1 on errorChristian Couder2016-08-11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/apply: make write_out_one_result() return -1 on errorChristian Couder2016-08-11
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/apply: make create_file() return -1 on errorChristian Couder2016-08-11