summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2018-04-11treewide: rename tree to maybe_treeDerrick Stolee
2018-04-11Merge branch 'bw/c-plus-plus' into ds/lazy-load-treesJunio C Hamano
2018-04-11commit-graph: implement "--append" optionDerrick Stolee
2018-04-11commit-graph: build graph from starting commitsDerrick Stolee
2018-04-11commit-graph: read only from specific pack-indexesDerrick Stolee
2018-04-11commit-graph: implement git commit-graph readDerrick Stolee
2018-04-02commit-graph: implement git-commit-graph writeDerrick Stolee
2018-04-02commit-graph: create git-commit-graph builtinDerrick Stolee
2018-04-02csum-file: refactor finalize_hashfile() methodDerrick Stolee
2018-04-02csum-file: rename hashclose() to finalize_hashfile()Derrick Stolee
2018-03-13Merge branch 'jk/cached-commit-buffer' into HEADJunio C Hamano
2018-02-22commit: drop uses of get_cached_commit_buffer()Jeff King
2018-02-22replace: rename 'new' variablesBrandon Williams
2018-02-22init-db: rename 'template' variablesBrandon Williams
2018-02-22remote: rename 'new' variablesBrandon Williams
2018-02-22reflog: rename 'new' variablesBrandon Williams
2018-02-22pack-redundant: rename 'new' variablesBrandon Williams
2018-02-22help: rename 'new' variablesBrandon Williams
2018-02-22checkout: rename 'new' variablesBrandon Williams
2018-02-15Merge branch 'jk/abort-clone-with-existing-dest' into maintJunio C Hamano
2018-02-15Merge branch 'rs/lose-leak-pending' into maintJunio C Hamano
2018-02-15Merge branch 'dk/describe-all-output-fix' into maintJunio C Hamano
2018-02-15Merge branch 'bc/hash-algo'Junio C Hamano
2018-02-15Merge branch 'tg/reset-hard-show-head-with-pretty'Junio C Hamano
2018-02-15Merge branch 'po/object-id'Junio C Hamano
2018-02-15Merge branch 'sb/pull-rebase-submodule'Junio C Hamano
2018-02-15Merge branch 'jt/fsck-code-cleanup'Junio C Hamano
2018-02-15Merge branch 'jc/worktree-add-short-help'Junio C Hamano
2018-02-14rev-parse: rename 'this' variableBrandon Williams
2018-02-14pack-objects: rename 'this' variablesBrandon Williams
2018-02-14object: rename function 'typename' to 'type_name'Brandon Williams
2018-02-14object_info: change member name from 'typename' to 'type_name'Brandon Williams
2018-02-13Merge branch 'pw/sequencer-in-process-commit'Junio C Hamano
2018-02-13Merge branch 'nd/trace-with-env'Junio C Hamano
2018-02-13Merge branch 'pc/submodule-helper'Junio C Hamano
2018-02-13Merge branch 'rs/describe-unique-abbrev'Junio C Hamano
2018-02-13Merge branch 'gs/retire-mru'Junio C Hamano
2018-02-13Merge branch 'ot/mru-on-list'Junio C Hamano
2018-02-13Merge branch 'jh/partial-clone'Junio C Hamano
2018-02-13Merge branch 'jh/fsck-promisors'Junio C Hamano
2018-02-02reset --hard: make use of the pretty machineryThomas Gummerer
2018-02-02csum-file: rename sha1file to hashfilebrian m. carlson
2018-02-02builtin/unpack-objects: switch uses of SHA-1 to the_hash_algobrian m. carlson
2018-02-02builtin/index-pack: improve hash function abstractionbrian m. carlson
2018-01-30sha1_file: rename hash_sha1_file_literallyPatryk Obara
2018-01-30sha1_file: convert force_object_loose to object_idPatryk Obara
2018-01-30sha1_file: convert write_sha1_file to object_idPatryk Obara
2018-01-30commit: convert commit_tree* to object_idPatryk Obara
2018-01-30sha1_file: convert hash_sha1_file to object_idPatryk Obara
2018-01-25builtin/pull: respect verbosity settings in submodulesStefan Beller