summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2016-03-01submodule helper: remove double 'fatal: ' prefixStefan Beller
2016-03-01git submodule update: have a dedicated helper for cloningStefan Beller
2016-03-01fetching submodules: respect `submodule.fetchJobs` config optionStefan Beller
2016-03-01fetch-pack: fix object_id of exact sha1Gabriel Souza Franco
2016-02-29builtin/clone.c: mark strings for translationNguyễn Thái Ngọc Duy
2016-02-29builtin/checkout.c: mark strings for translationNguyễn Thái Ngọc Duy
2016-02-29rev-parse: let some options run outside repositoryJeff King
2016-02-28config: fail if --get-urlmatch finds no valueJohn Keeping
2016-02-26Merge branch 'js/config-set-in-non-repository'Junio C Hamano
2016-02-26Merge branch 'mm/push-default-warning'Junio C Hamano
2016-02-26Merge branch 'sb/submodule-module-list-fix'Junio C Hamano
2016-02-26Merge branch 'ps/config-error'Junio C Hamano
2016-02-26Merge branch 'ls/config-origin'Junio C Hamano
2016-02-26Merge branch 'jk/tighten-alloc'Junio C Hamano
2016-02-26Merge branch 'tg/git-remote'Junio C Hamano
2016-02-25nth_packed_object_offset: bounds-check extended offsetJeff King
2016-02-25diff: activate diff.renames by defaultMatthieu Moy
2016-02-25log: introduce init_log_defaults()Matthieu Moy
2016-02-25git config: report when trying to modify a non-existing repo configJohannes Schindelin
2016-02-25push: remove "push.default is unset" warning messageMatthieu Moy
2016-02-24submodule helper list: respect correct path prefixStefan Beller
2016-02-24Merge branch 'jc/am-i-v-fix'Junio C Hamano
2016-02-24Merge branch 'nd/worktree-add-B'Junio C Hamano
2016-02-24Merge branch 'jk/lose-name-path'Junio C Hamano
2016-02-24Merge branch 'ew/force-ipv4'Junio C Hamano
2016-02-24Merge branch 'nd/git-common-dir-fix'Junio C Hamano
2016-02-24Merge branch 'nd/dwim-wildcards-as-pathspecs'Junio C Hamano
2016-02-22fetch-pack: simplify add_sought_entryJeff King
2016-02-22use st_add and st_mult for allocation size computationJeff King
2016-02-22convert trivial cases to FLEX_ARRAY macrosJeff King
2016-02-22use xmallocz to avoid size arithmeticJeff King
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2016-02-22convert manual allocations to argv_arrayJeff King
2016-02-22Merge branch 'nd/ita-cleanup' into maintJunio C Hamano
2016-02-22Merge branch 'ah/stripspace-optstring' into maintJunio C Hamano
2016-02-22config: rename git_config_set_or_die to git_config_setPatrick Steinhardt
2016-02-22config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt
2016-02-22init-db: die on config errors when initializing empty repoPatrick Steinhardt
2016-02-22clone: die on config error in cmd_clonePatrick Steinhardt
2016-02-22remote: die on config error when manipulating remotesPatrick Steinhardt
2016-02-22remote: die on config error when setting/adding branchesPatrick Steinhardt
2016-02-22remote: die on config error when setting URLPatrick Steinhardt
2016-02-22submodule--helper: die on config error when cloning modulePatrick Steinhardt
2016-02-22branch: die on config error when editing branch descriptionPatrick Steinhardt
2016-02-22branch: die on config error when unsetting upstreamPatrick Steinhardt
2016-02-22config: add '--show-origin' option to print the origin of a config valueLars Schneider
2016-02-19reflog_expire_cfg: NUL-terminate pattern fieldJeff King
2016-02-17Merge branch 'ah/stripspace-optstring'Junio C Hamano
2016-02-17am -i: fix "v"iewJunio C Hamano
2016-02-16remote: use remote_is_configured() for add and renameThomas Gummerer