summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2017-03-10Merge branch 'sb/submodule-init-url-selection'Junio C Hamano
2017-03-10branch: honor --abbrev/--no-abbrev in --list modeJunio C Hamano
2017-03-08rev-parse: add --show-superproject-working-treeStefan Beller
2017-03-08real_pathdup(): fix callsites that wanted it to die on errorJohannes Schindelin
2017-03-07receive-pack: fix deadlock when we cannot create tmpdirJeff King
2017-03-02fetch-pack: move code to report unmatched refs to a functionMatt McCutchen
2017-03-02checkout: restrict @-expansions when finding branchJeff King
2017-03-02branch: restrict @-expansions when deletingJeff King
2017-03-02interpret_branch_name: allow callers to restrict expansionsJeff King
2017-03-01pretty: use fmt_output_email_subject()René Scharfe
2017-03-01config: add git_config_get_expiry() from gc.cChristian Couder
2017-03-01update-index: warn in case of split-index incoherencyChristian Couder
2017-03-01split-index: add {add,remove}_split_index() functionsChristian Couder
2017-02-28submodule init: warn about falling back to a local pathStefan Beller
2017-02-27Merge branch 'rl/remote-allow-missing-branch-name-merge'Junio C Hamano
2017-02-27Merge branch 'km/delete-ref-reflog-message'Junio C Hamano
2017-02-27Merge branch 'js/git-path-in-subdir'Junio C Hamano
2017-02-27Merge branch 'nd/clean-preserve-errno-in-warning'Junio C Hamano
2017-02-27Merge branch 'jk/show-branch-lift-name-len-limit'Junio C Hamano
2017-02-27Merge branch 'jk/grep-no-index-fix'Junio C Hamano
2017-02-27Merge branch 'dt/gc-ignore-old-gc-logs'Junio C Hamano
2017-02-27Merge branch 'js/rebase-helper'Junio C Hamano
2017-02-27Merge branch 'bw/attr'Junio C Hamano
2017-02-27Merge branch 'sg/completion'Junio C Hamano
2017-02-27Merge branch 'cw/tag-reflog-message'Junio C Hamano
2017-02-27Merge branch 'jk/alternate-ref-optim'Junio C Hamano
2017-02-27Merge branch 'kn/ref-filter-branch-list'Junio C Hamano
2017-02-27Merge branch 'jk/delta-chain-limit'Junio C Hamano
2017-02-27Merge branch 'jk/describe-omit-some-refs'Junio C Hamano
2017-02-22builtin/merge-base: convert to struct object_idbrian m. carlson
2017-02-22Convert object iteration callbacks to struct object_idbrian m. carlson
2017-02-22refs: convert each_reflog_ent_fn to struct object_idbrian m. carlson
2017-02-22builtin/replace: convert to struct object_idbrian m. carlson
2017-02-22Convert remaining callers of resolve_refdup to object_idbrian m. carlson
2017-02-22builtin/merge: convert to struct object_idbrian m. carlson
2017-02-22builtin/clone: convert to struct object_idbrian m. carlson
2017-02-22builtin/branch: convert to struct object_idbrian m. carlson
2017-02-22builtin/grep: convert to struct object_idbrian m. carlson
2017-02-22builtin/fmt-merge-message: convert to struct object_idbrian m. carlson
2017-02-22builtin/fast-export: convert to struct object_idbrian m. carlson
2017-02-22builtin/describe: convert to struct object_idbrian m. carlson
2017-02-22builtin/diff-tree: convert to struct object_idbrian m. carlson
2017-02-21remote: ignore failure to remove missing branch.<name>.mergeRoss Lagerwall
2017-02-21branch: record creation of renamed branch in HEAD's logKyle Meyer
2017-02-21update-ref: pass reflog message to delete_ref()Kyle Meyer
2017-02-21delete_ref: accept a reflog message argumentKyle Meyer
2017-02-20builtin/commit: convert to struct object_idbrian m. carlson
2017-02-17rev-parse: fix several options when running in a subdirectoryJohannes Schindelin
2017-02-16Merge branch 'rs/strbuf-cleanup-in-rmdir-recursively'Junio C Hamano
2017-02-16Merge branch 'rs/ls-files-partial-optim'Junio C Hamano