summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2016-09-07sha1_name: convert get_sha1_mb to struct object_idLibravatar brian m. carlson1-1/+1
2016-09-07builtin/update-index: convert file to struct object_idLibravatar brian m. carlson1-30/+31
2016-09-07builtin/rm: convert to use struct object_idLibravatar brian m. carlson1-9/+9
2016-09-07builtin/blame: convert file to use struct object_idLibravatar brian m. carlson1-14/+14
2016-09-07Convert read_mmblob to take struct object_id.Libravatar brian m. carlson2-6/+6
2016-09-07builtin/checkout: convert some static functions to struct object_idLibravatar brian m. carlson1-33/+33
2016-09-07streaming: make stream_blob_to_fd take struct object_idLibravatar brian m. carlson3-6/+6
2016-09-07builtin: convert textconv_object to use struct object_idLibravatar brian m. carlson3-8/+8
2016-09-07builtin/cat-file: convert some static functions to struct object_idLibravatar brian m. carlson1-25/+25
2016-09-07builtin/cat-file: convert struct expand_data to use struct object_idLibravatar brian m. carlson1-10/+12
2016-09-07builtin/log: convert some static functions to use struct object_idLibravatar brian m. carlson1-22/+22
2016-09-07builtin/blame: convert struct origin to use struct object_idLibravatar brian m. carlson1-20/+20
2016-09-07builtin/apply: convert static functions to struct object_idLibravatar brian m. carlson1-48/+48
2016-09-07cache: convert struct cache_entry to use struct object_idLibravatar brian m. carlson11-22/+24
2016-09-07builtin/am: use apply API in run_apply()Libravatar Christian Couder1-22/+43
2016-09-07apply: refactor `git apply` option parsingLibravatar Christian Couder1-71/+3
2016-09-07apply: make it possible to silently applyLibravatar Christian Couder1-1/+1
2016-09-07apply: move libified code from builtin/apply.c to apply.{c,h}Libravatar Christian Couder1-4732/+1
2016-09-07apply: rename and move opt constants to apply.hLibravatar Christian Couder1-7/+4
2016-09-07builtin/apply: rename option parsing functionsLibravatar Christian Couder1-20/+20
2016-09-07builtin/apply: make create_one_file() return -1 on errorLibravatar Christian Couder1-15/+21
2016-09-07builtin/apply: make try_create_file() return -1 on errorLibravatar Christian Couder1-11/+33
2016-09-07pack-objects: walk tag chains for --include-tagLibravatar Jeff King1-1/+30
2016-09-02symbolic-ref -d: do not allow removal of HEADLibravatar Junio C Hamano1-0/+2
2016-08-31graph: add support for --line-prefix on all graph-aware outputLibravatar Jacob Keller1-41/+33
2016-08-31Merge branch 'mh/blame-worktree'Libravatar Junio C Hamano1-1/+2
2016-08-30help: introduce option --exclude-guidesLibravatar Ralf Thielow1-7/+23
2016-08-30am: refactor read_author_script()Libravatar Junio C Hamano1-58/+45
2016-08-29blame: fix segfault on untracked filesLibravatar Thomas Gummerer1-1/+2
2016-08-26Merge branch 'js/no-html-bypass-on-windows' into rt/help-unknownLibravatar Junio C Hamano1-7/+0
2016-08-25Merge branch 'js/no-html-bypass-on-windows'Libravatar Junio C Hamano1-7/+0
2016-08-24receive-pack: allow a maximum input size to be specifiedLibravatar Jeff King1-0/+12
2016-08-24unpack-objects: add --max-input-size=<size> optionLibravatar Christian Couder1-0/+7
2016-08-24index-pack: add --max-input-size=<size> optionLibravatar Jeff King1-0/+5
2016-08-23format-patch: show 0/1 and 1/1 for singleton patch with cover letterLibravatar Jacob Keller1-4/+4
2016-08-19Merge branch 'sb/checkout-explit-detach-no-advice'Libravatar Junio C Hamano1-1/+2
2016-08-19Revert "display HTML in default browser using Windows' shell API"Libravatar Johannes Schindelin1-7/+0
2016-08-17clone: recursive and reference option triggers submodule alternatesLibravatar Stefan Beller2-0/+121
2016-08-17Merge branch 'jk/tighten-alloc'Libravatar Junio C Hamano1-3/+1
2016-08-15clone: implement optional referencesLibravatar Stefan Beller1-10/+25
2016-08-15clone: clarify option_reference as requiredLibravatar Stefan Beller1-4/+4
2016-08-15clone: factor out checking for an alternate pathLibravatar Stefan Beller1-34/+9
2016-08-15checkout: do not mention detach advice for explicit --detach optionLibravatar Stefan Beller1-1/+2
2016-08-13receive-pack: use FLEX_ALLOC_MEM in queue_command()Libravatar René Scharfe1-3/+1
2016-08-12submodule--helper update-clone: allow multiple referencesLibravatar Stefan Beller1-5/+9
2016-08-12submodule--helper module-clone: allow multiple referencesLibravatar Stefan Beller1-8/+12
2016-08-12Merge branch 'kw/patch-ids-optim'Libravatar Junio C Hamano1-1/+1
2016-08-12Merge branch 'js/mv-dir-to-new-directory'Libravatar Junio C Hamano1-4/+7
2016-08-12Merge branch 'rs/use-strbuf-add-unique-abbrev'Libravatar Junio C Hamano1-2/+1
2016-08-12Merge branch 'rs/merge-add-strategies-simplification'Libravatar Junio C Hamano1-34/+10