summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-02-12worktree move: new commandLibravatar Nguyễn Thái Ngọc Duy1-0/+53
2018-02-12check-ignore: fix mix of directories and other file typesLibravatar René Scharfe1-1/+2
2018-02-12describe: confirm that blobs actually existLibravatar Jeff King1-1/+1
2018-02-09fetch: make the --prune-tags work with <url>Libravatar Ævar Arnfjörð Bjarmason1-3/+14
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configLibravatar Ævar Arnfjörð Bjarmason1-3/+29
2018-02-09fetch: stop accessing "remote" variable indirectlyLibravatar Ævar Arnfjörð Bjarmason1-2/+2
2018-02-09fetch: trivially refactor assignment to ref_nrLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2018-02-09fetch: don't redundantly NULL something calloc() gave usLibravatar Ævar Arnfjörð Bjarmason1-1/+0
2018-02-09completion: use __gitcomp_builtin in _git_worktreeLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-02-09completion: use __gitcomp_builtin in _git_rmLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-02-09completion: use __gitcomp_builtin in _git_replaceLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-02-09remote: force completing --mirror= instead of --mirrorLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-02-09completion: use __gitcomp_builtin in _git_pushLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-02-09completion: use __gitcomp_builtin in _git_notesLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-02-09completion: use __gitcomp_builtin in _git_mvLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-02-09completion: use __gitcomp_builtin in _git_ls_remoteLibravatar Nguyễn Thái Ngọc Duy1-2/+3
2018-02-09completion: use __gitcomp_builtin in _git_grepLibravatar Nguyễn Thái Ngọc Duy1-5/+8
2018-02-09completion: use __gitcomp_builtin in _git_gcLibravatar Nguyễn Thái Ngọc Duy1-2/+5
2018-02-09completion: use __gitcomp_builtin in _git_cleanLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-02-09completion: use __gitcomp_builtin in _git_checkoutLibravatar Nguyễn Thái Ngọc Duy1-2/+5
2018-02-09completion: use __gitcomp_builtin in _git_branchLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-02-09parse-options: let OPT__FORCE take optional flags argumentLibravatar Nguyễn Thái Ngọc Duy13-14/+16
2018-02-08correct error messages for NULL packet_read_line()Libravatar Jeff King1-1/+1
2018-02-07tag: add --edit optionLibravatar Nicolas Morey-Chaisemartin1-2/+9
2018-02-07blame: tighten command line parserLibravatar Junio C Hamano1-6/+14
2018-02-07mv: remove unneeded 'if (!show_only)'Libravatar Stefan Moch1-2/+1
2018-02-07rebase: add --allow-empty-message optionLibravatar Genki Sky1-0/+2
2018-02-02reset --hard: make use of the pretty machineryLibravatar Thomas Gummerer1-18/+10
2018-02-02csum-file: rename sha1file to hashfileLibravatar brian m. carlson2-36/+36
2018-02-02builtin/unpack-objects: switch uses of SHA-1 to the_hash_algoLibravatar brian m. carlson1-9/+9
2018-02-02builtin/index-pack: improve hash function abstractionLibravatar brian m. carlson1-45/+45
2018-02-02format-patch: reduce patch diffstat width to 72Libravatar Nguyễn Thái Ngọc Duy1-0/+2
2018-01-30sha1_file: rename hash_sha1_file_literallyLibravatar Patryk Obara1-1/+2
2018-01-30sha1_file: convert force_object_loose to object_idLibravatar Patryk Obara1-1/+1
2018-01-30sha1_file: convert write_sha1_file to object_idLibravatar Patryk Obara8-24/+27
2018-01-30commit: convert commit_tree* to object_idLibravatar Patryk Obara4-10/+11
2018-01-30sha1_file: convert hash_sha1_file to object_idLibravatar Patryk Obara3-5/+4
2018-01-25builtin/pull: respect verbosity settings in submodulesLibravatar Stefan Beller1-0/+2
2018-01-25format-patch: keep cover-letter diffstat wrapped in 72 columnsLibravatar Nguyễn Thái Ngọc Duy1-1/+4
2018-01-24status: support --no-ahead-behind in long formatLibravatar Jeff Hostetler1-1/+1
2018-01-24status: add --[no-]ahead-behind to status and commit for V2 format.Libravatar Jeff Hostetler1-0/+7
2018-01-24sequencer: run 'prepare-commit-msg' hookLibravatar Phillip Wood1-2/+0
2018-01-24mru: Replace mru.[ch] with list.h implementationLibravatar Gargi Sharma1-5/+4
2018-01-23Merge branch 'ab/commit-m-with-fixup'Libravatar Junio C Hamano1-3/+5
2018-01-23Merge branch 'sb/diff-blobfind-pickaxe'Libravatar Junio C Hamano1-2/+2
2018-01-23Merge branch 'jk/abort-clone-with-existing-dest'Libravatar Junio C Hamano1-7/+24
2018-01-23Merge branch 'rs/lose-leak-pending'Libravatar Junio C Hamano1-12/+1
2018-01-23Merge branch 'nd/ita-wt-renames-in-status'Libravatar Junio C Hamano1-1/+1
2018-01-23Merge branch 'dk/describe-all-output-fix'Libravatar Junio C Hamano1-2/+5
2018-01-23fsck: fix leak when traversing treesLibravatar Eric Wong1-1/+7