summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
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-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-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
2018-01-24sequencer: run 'prepare-commit-msg' hookPhillip Wood
2018-01-24mru: Replace mru.[ch] with list.h implementationGargi Sharma
2018-01-23Merge branch 'ab/commit-m-with-fixup'Junio C Hamano
2018-01-23Merge branch 'sb/diff-blobfind-pickaxe'Junio C Hamano
2018-01-23Merge branch 'jk/abort-clone-with-existing-dest'Junio C Hamano
2018-01-23Merge branch 'rs/lose-leak-pending'Junio C Hamano
2018-01-23Merge branch 'nd/ita-wt-renames-in-status'Junio C Hamano
2018-01-23Merge branch 'dk/describe-all-output-fix'Junio C Hamano
2018-01-23fsck: fix leak when traversing treesEric Wong
2018-01-17worktree: say that "add" takes an arbitrary commit in short-helpJunio C Hamano
2018-01-16describe: use strbuf_add_unique_abbrev() for adding short hashesRené Scharfe
2018-01-16sq_quote_argv: drop maxlen parameterJeff King
2018-01-16submodule: port submodule subcommand 'deinit' from shell to CPrathamesh Chavan
2018-01-16submodule: port submodule subcommand 'sync' from shell to CPrathamesh Chavan
2018-01-05Merge branch 'ew/empty-merge-with-dirty-index'Junio C Hamano
2018-01-04diff: introduce DIFF_PICKAXE_KINDS_MASKStefan Beller
2018-01-03clone: do not clean up directories we didn't createJeff King
2018-01-03clone: factor out dir_exists() helperJeff King
2017-12-28Merge branch 'sb/describe-blob'Junio C Hamano