summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2016-09-07builtin/update-index: convert file to struct object_idbrian m. carlson
2016-09-07builtin/rm: convert to use struct object_idbrian m. carlson
2016-09-07builtin/blame: convert file to use struct object_idbrian m. carlson
2016-09-07Convert read_mmblob to take struct object_id.brian m. carlson
2016-09-07builtin/checkout: convert some static functions to struct object_idbrian m. carlson
2016-09-07streaming: make stream_blob_to_fd take struct object_idbrian m. carlson
2016-09-07builtin: convert textconv_object to use struct object_idbrian m. carlson
2016-09-07builtin/cat-file: convert some static functions to struct object_idbrian m. carlson
2016-09-07builtin/cat-file: convert struct expand_data to use struct object_idbrian m. carlson
2016-09-07builtin/log: convert some static functions to use struct object_idbrian m. carlson
2016-09-07builtin/blame: convert struct origin to use struct object_idbrian m. carlson
2016-09-07builtin/apply: convert static functions to struct object_idbrian m. carlson
2016-09-07cache: convert struct cache_entry to use struct object_idbrian m. carlson
2016-09-07builtin/am: use apply API in run_apply()Christian Couder
2016-09-07apply: refactor `git apply` option parsingChristian Couder
2016-09-07apply: make it possible to silently applyChristian 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-09-07builtin/apply: rename option parsing functionsChristian Couder
2016-09-07builtin/apply: make create_one_file() return -1 on errorChristian Couder
2016-09-07builtin/apply: make try_create_file() return -1 on errorChristian Couder
2016-09-07pack-objects: walk tag chains for --include-tagJeff King
2016-09-02symbolic-ref -d: do not allow removal of HEADJunio C Hamano
2016-09-01graph: add support for --line-prefix on all graph-aware outputJacob Keller
2016-08-31Merge branch 'mh/blame-worktree'Junio C Hamano
2016-08-30help: introduce option --exclude-guidesRalf Thielow
2016-08-30am: refactor read_author_script()Junio C Hamano
2016-08-29blame: fix segfault on untracked filesThomas Gummerer
2016-08-26Merge branch 'js/no-html-bypass-on-windows' into rt/help-unknownJunio C Hamano
2016-08-25Merge branch 'js/no-html-bypass-on-windows'Junio C Hamano
2016-08-24receive-pack: allow a maximum input size to be specifiedJeff King
2016-08-24unpack-objects: add --max-input-size=<size> optionChristian Couder
2016-08-24index-pack: add --max-input-size=<size> optionJeff King
2016-08-23format-patch: show 0/1 and 1/1 for singleton patch with cover letterJacob Keller
2016-08-19Merge branch 'sb/checkout-explit-detach-no-advice'Junio C Hamano
2016-08-19Revert "display HTML in default browser using Windows' shell API"Johannes Schindelin
2016-08-18clone: recursive and reference option triggers submodule alternatesStefan Beller
2016-08-17Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-08-15clone: implement optional referencesStefan Beller
2016-08-15clone: clarify option_reference as requiredStefan Beller
2016-08-15clone: factor out checking for an alternate pathStefan Beller
2016-08-15checkout: do not mention detach advice for explicit --detach optionStefan Beller
2016-08-14receive-pack: use FLEX_ALLOC_MEM in queue_command()René Scharfe
2016-08-12submodule--helper update-clone: allow multiple referencesStefan Beller
2016-08-12submodule--helper module-clone: allow multiple referencesStefan Beller
2016-08-12Merge branch 'kw/patch-ids-optim'Junio C Hamano
2016-08-12Merge branch 'js/mv-dir-to-new-directory'Junio C Hamano
2016-08-12Merge branch 'rs/use-strbuf-add-unique-abbrev'Junio C Hamano
2016-08-12Merge branch 'rs/merge-add-strategies-simplification'Junio C Hamano
2016-08-12Merge branch 'rs/child-process-init'Junio C Hamano