summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2017-08-09builtin/add: add detail to a 'cannot chmod' error messageLibravatar Ramsay Jones1-3/+3
2017-08-08am: fix signoff when other trailers are presentLibravatar Phillip Wood1-25/+1
2017-08-07parse_decoration_style: drop unused argument `var`Libravatar Martin Ågren1-3/+3
2017-08-07treewide: deprecate git_config_maybe_bool, use git_parse_maybe_boolLibravatar Martin Ågren6-9/+9
2017-08-04clone: teach recursive clones to respect -qLibravatar Brandon Williams1-0/+3
2017-08-03submodule: remove gitmodules_configLibravatar Brandon Williams13-35/+0
2017-08-03submodule-config: lazy-load a repository's .gitmodules fileLibravatar Brandon Williams1-5/+0
2017-08-03submodule-config: move submodule-config functions to submodule-config.cLibravatar Brandon Williams1-0/+1
2017-08-03submodule: remove submodule_config callback routineLibravatar Brandon Williams1-1/+0
2017-08-03unpack-trees: don't respect submodule.updateLibravatar Brandon Williams1-1/+1
2017-08-03fetch: don't overlay config with submodule-configLibravatar Brandon Williams1-1/+0
2017-08-03submodule--helper: don't overlay config in update-cloneLibravatar Brandon Williams1-4/+19
2017-08-03submodule--helper: don't overlay config in remote_submodule_branchLibravatar Brandon Williams1-4/+11
2017-08-03tag: change default of `pager.tag` to "on"Libravatar Martin Ågren1-1/+1
2017-08-03tag: respect `pager.tag` in list-mode onlyLibravatar Martin Ågren1-0/+3
2017-08-02rev-list: don't show usage when we see empty ref patternsLibravatar Jeff King1-1/+2
2017-08-02cherry-pick/revert: reject --rerere-autoupdate when continuingLibravatar Phillip Wood1-0/+2
2017-08-02am: remember --rerere-autoupdate settingLibravatar Phillip Wood1-0/+12
2017-08-02add, reset: ensure submodules can be added or resetLibravatar Brandon Williams2-0/+2
2017-08-02Merge branch 'bc/object-id' into bw/submodule-config-cleanupLibravatar Junio C Hamano18-92/+92
2017-08-02Merge branch 'bw/grep-recurse-submodules' into bw/submodule-config-cleanupLibravatar Junio C Hamano5-318/+125
2017-08-02grep: recurse in-process using 'struct repository'Libravatar Brandon Williams1-310/+86
2017-08-02submodule: check for unstaged .gitmodules outside of config parsingLibravatar Brandon Williams2-2/+2
2017-08-02submodule: remove fetch.recursesubmodules from submodule-config parsingLibravatar Brandon Williams1-1/+7
2017-08-02submodule: remove submodule.fetchjobs from submodule-config parsingLibravatar Brandon Williams2-5/+30
2017-07-31Merge branch 'jk/gc-pre-detach-under-hook' into maintLibravatar Junio C Hamano1-0/+4
2017-07-26Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshakeLibravatar Junio C Hamano1-0/+3
2017-07-26fsck: cleanup unused variableLibravatar Jonathan Tan1-3/+1
2017-07-25merge: add a --signoff flagLibravatar Łukasz Gryglicki1-0/+4
2017-07-25fmt-merge-msg: fix coding styleLibravatar Dimitrios Christidis1-1/+2
2017-07-21run_processes_parallel: change confusing task_cb conventionLibravatar Johannes Schindelin1-1/+1
2017-07-20submodule--helper: teach push-check to handle HEADLibravatar Brandon Williams1-9/+40
2017-07-20object: remove "used" field from struct objectLibravatar Jonathan Tan1-10/+14
2017-07-20fsck: remove redundant parse_tree() invocationLibravatar Jonathan Tan1-12/+1
2017-07-20pack-objects: remove unnecessary NULL checkLibravatar René Scharfe1-1/+1
2017-07-18Merge branch 'jk/gc-pre-detach-under-hook'Libravatar Junio C Hamano1-0/+4
2017-07-18clean.c: use designated initializerLibravatar Junio C Hamano1-9/+10
2017-07-17commit: check for empty message before the check for untouched templateLibravatar Kaartic Sivaraam1-5/+5
2017-07-17ls-files: don't try to prune an empty indexLibravatar René Scharfe1-1/+1
2017-07-17use MOVE_ARRAYLibravatar René Scharfe3-6/+4
2017-07-17receive-pack: don't access hash of NULL object_id pointerLibravatar René Scharfe1-1/+1
2017-07-17notes: don't access hash of NULL object_id pointerLibravatar René Scharfe1-1/+1
2017-07-17sha1_name: convert GET_SHA1* flags to GET_OID*Libravatar brian m. carlson4-5/+5
2017-07-17sha1_name: convert get_sha1* to get_oid*Libravatar brian m. carlson10-30/+30
2017-07-17Convert remaining callers of get_sha1 to get_oid.Libravatar brian m. carlson1-2/+2
2017-07-17builtin/unpack-file: convert to struct object_idLibravatar brian m. carlson1-6/+6
2017-07-17builtin/update_ref: convert to struct object_idLibravatar brian m. carlson1-35/+34
2017-07-17submodule: convert submodule config lookup to use object_idLibravatar brian m. carlson2-6/+6
2017-07-17builtin/merge-tree: convert remaining caller of get_sha1 to object_idLibravatar brian m. carlson1-3/+3
2017-07-17builtin/fsck: convert remaining caller of get_sha1 to object_idLibravatar brian m. carlson1-4/+4