summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-02-15Merge branch 'bc/hash-algo'Libravatar Junio C Hamano3-92/+92
2018-02-15Merge branch 'tg/reset-hard-show-head-with-pretty'Libravatar Junio C Hamano1-18/+10
2018-02-15Merge branch 'po/object-id'Libravatar Junio C Hamano15-41/+45
2018-02-15Merge branch 'sb/pull-rebase-submodule'Libravatar Junio C Hamano1-0/+2
2018-02-15Merge branch 'jt/fsck-code-cleanup'Libravatar Junio C Hamano1-1/+7
2018-02-15Merge branch 'jc/worktree-add-short-help'Libravatar Junio C Hamano1-1/+1
2018-02-15worktree: add: fix 'post-checkout' not knowing new worktree locationLibravatar Eric Sunshine1-3/+17
2018-02-14rev-parse: rename 'this' variableLibravatar Brandon Williams1-17/+17
2018-02-14pack-objects: rename 'this' variablesLibravatar Brandon Williams1-4/+4
2018-02-14object: rename function 'typename' to 'type_name'Libravatar Brandon Williams13-32/+32
2018-02-14object_info: change member name from 'typename' to 'type_name'Libravatar Brandon Williams1-1/+1
2018-02-14am: support --quitLibravatar Nguyễn Thái Ngọc Duy1-2/+10
2018-02-13Merge branch 'pw/sequencer-in-process-commit'Libravatar Junio C Hamano3-263/+34
2018-02-13Merge branch 'nd/trace-with-env'Libravatar Junio C Hamano2-3/+3
2018-02-13Merge branch 'pc/submodule-helper'Libravatar Junio C Hamano1-0/+340
2018-02-13Merge branch 'rs/describe-unique-abbrev'Libravatar Junio C Hamano1-1/+1
2018-02-13Merge branch 'gs/retire-mru'Libravatar Junio C Hamano1-5/+4
2018-02-13Merge branch 'ot/mru-on-list'Libravatar Junio C Hamano1-2/+3
2018-02-13Merge branch 'jh/partial-clone'Libravatar Junio C Hamano4-9/+106
2018-02-13Merge branch 'jh/fsck-promisors'Libravatar Junio C Hamano9-56/+217
2018-02-12rebase: introduce and use pseudo-ref REBASE_HEADLibravatar Nguyễn Thái Ngọc Duy1-0/+4
2018-02-12rebase: add --show-current-patchLibravatar Nguyễn Thái Ngọc Duy1-0/+11
2018-02-12am: add --show-current-patchLibravatar Nguyễn Thái Ngọc Duy1-4/+28
2018-02-12worktree remove: allow it when $GIT_WORK_TREE is already goneLibravatar Nguyễn Thái Ngọc Duy1-5/+7
2018-02-12worktree remove: new commandLibravatar Nguyễn Thái Ngọc Duy1-1/+133
2018-02-12worktree move: refuse to move worktrees with submodulesLibravatar Nguyễn Thái Ngọc Duy1-0/+23
2018-02-12worktree move: accept destination as directoryLibravatar Nguyễn Thái Ngọc Duy1-1/+10
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