summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2017-03-30Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano
2017-03-30Merge branch 'bw/submodule-is-active'Junio C Hamano
2017-03-30Merge branch 'jc/merge-drop-old-syntax'Junio C Hamano
2017-03-28Merge branch 'jk/fast-import-cleanup'Junio C Hamano
2017-03-28Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano
2017-03-28Merge branch 'bw/grep-recurse-submodules'Junio C Hamano
2017-03-27Merge branch 'sb/describe-broken'Junio C Hamano
2017-03-27Merge branch 'sb/push-options-via-transport'Junio C Hamano
2017-03-27Merge branch 'jk/prefix-filename'Junio C Hamano
2017-03-24Merge branch 'rs/update-hook-optim'Junio C Hamano
2017-03-24Merge branch 'rs/shortlog-cleanup'Junio C Hamano
2017-03-24pack.h: define largest possible encoded object sizeJeff King
2017-03-24encode_in_pack_object_header: respect output buffer lengthJeff King
2017-03-22remote-curl: allow push optionsBrandon Williams
2017-03-22builtin/describe: introduce --broken flagStefan Beller
2017-03-21Merge branch 'jk/pack-name-cleanups'Junio C Hamano
2017-03-21Merge branch 'jk/rev-parse-cleanup'Junio C Hamano
2017-03-21Merge branch 'jk/show-branch-lift-name-len-limit' into maintJunio C Hamano
2017-03-21Merge branch 'rl/remote-allow-missing-branch-name-merge' into maintJunio C Hamano
2017-03-21Merge branch 'dt/gc-ignore-old-gc-logs' into maintJunio C Hamano
2017-03-21bundle: use prefix_filename with bundle pathJeff King
2017-03-21prefix_filename: return newly allocated stringJeff King
2017-03-21prefix_filename: drop length parameterJeff King
2017-03-21hash-object: fix buffer reuse with --path in a subdirectoryJeff King
2017-03-20Merge branch 'js/difftool-builtin'Junio C Hamano
2017-03-18shortlog: don't set after_subject to an empty stringRené Scharfe
2017-03-18receive-pack: simplify run_update_post_hook()René Scharfe
2017-03-18grep: fix builds with with no thread supportBrandon Williams
2017-03-18submodule--helper init: set submodule.<name>.activeBrandon Williams
2017-03-18clone: teach --recurse-submodules to optionally take a pathspecBrandon Williams
2017-03-18submodule init: initialize active submodulesBrandon Williams
2017-03-17Merge branch 'jk/cherry-pick-0-mainline'Junio C Hamano
2017-03-17Merge branch 'sb/rev-parse-show-superproject-root'Junio C Hamano
2017-03-17Merge branch 'bc/object-id'Junio C Hamano
2017-03-17Merge branch 'rs/blame-code-cleanup'Junio C Hamano
2017-03-17Merge branch 'cc/split-index-config'Junio C Hamano
2017-03-17ls-files: fix bug when recursing with relative pathspecBrandon Williams
2017-03-17ls-files: fix typo in variable nameBrandon Williams
2017-03-17grep: fix bug when recursing with relative pathspecBrandon Williams
2017-03-17grep: fix help text typoBrandon Williams
2017-03-17submodule--helper clone: check for configured submodules using helperBrandon Williams
2017-03-17submodule--helper: add is-active subcommandBrandon Williams
2017-03-16builtin/read-tree: add --recurse-submodules switchStefan Beller
2017-03-16builtin/checkout: add --recurse-submodules switchStefan Beller
2017-03-16index-pack: make pointer-alias fallbacks saferJeff King
2017-03-16replace snprintf with odb_pack_name()Jeff King
2017-03-16odb_pack_keep(): stop generating keepfile nameJeff King
2017-03-16make is_submodule_populated gentlyStefan Beller
2017-03-16submodule--helper.c: remove duplicate codeValery Tolstov
2017-03-15rev-parse: simplify parsing of ref optionsJeff King