4481 Commits (f02fbc4f9433937ee0463d0342d6d7d97e1f6f1e)

Author SHA1 Message Date
Johannes Schindelin 638fa623d5 git config: report when trying to modify a non-existing repo config 9 years ago
Matthieu Moy 2f275207ce push: remove "push.default is unset" warning message 9 years ago
Stefan Beller 2b56bb7a87 submodule helper list: respect correct path prefix 9 years ago
Jeff King 5545f057d4 fetch-pack: simplify add_sought_entry 9 years ago
Jeff King 50a6c8efa2 use st_add and st_mult for allocation size computation 9 years ago
Jeff King 96ffc06f72 convert trivial cases to FLEX_ARRAY macros 9 years ago
Jeff King 3733e69464 use xmallocz to avoid size arithmetic 9 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
Jeff King 850d2fec53 convert manual allocations to argv_array 9 years ago
Patrick Steinhardt 3d1806487a config: rename git_config_set_or_die to git_config_set 9 years ago
Patrick Steinhardt 30598ad06f config: rename git_config_set to git_config_set_gently 9 years ago
Patrick Steinhardt 695009bc09 init-db: die on config errors when initializing empty repo 9 years ago
Patrick Steinhardt 2ee35c428e clone: die on config error in cmd_clone 9 years ago
Patrick Steinhardt c397debf3d remote: die on config error when manipulating remotes 9 years ago
Patrick Steinhardt ab5e4b67e1 remote: die on config error when setting/adding branches 9 years ago
Patrick Steinhardt 45ebdcc99a remote: die on config error when setting URL 9 years ago
Patrick Steinhardt 15b92fc052 submodule--helper: die on config error when cloning module 9 years ago
Patrick Steinhardt bd25f89014 branch: die on config error when editing branch description 9 years ago
Patrick Steinhardt b81842cbbb branch: die on config error when unsetting upstream 9 years ago
Lars Schneider 70bd879ab6 config: add '--show-origin' option to print the origin of a config value 9 years ago
Jeff King c3a700fba1 reflog_expire_cfg: NUL-terminate pattern field 9 years ago
Junio C Hamano 708b8cc9a1 am -i: fix "v"iew 9 years ago
Thomas Gummerer a31eeae27f remote: use remote_is_configured() for add and rename 9 years ago
Thomas Gummerer cc8e538d45 remote: actually check if remote exits 9 years ago
Thomas Gummerer 674468b364 remote: simplify remote_is_configured() 9 years ago
Nguyễn Thái Ngọc Duy beb6f24bee worktree add -B: do the checkout test before update branch 9 years ago
Nguyễn Thái Ngọc Duy 0ebf4a2af3 worktree: fix "add -B" 9 years ago
Nguyễn Thái Ngọc Duy 17f1365dbc rev-parse: take prefix into account in --git-common-dir 9 years ago
Jeff King de1e67d070 list-objects: pass full pathname to callbacks 9 years ago
Jeff King bd64516aca list-objects: drop name_path entirely 9 years ago
Eric Wong c915f11eb4 connect & http: support -4 and -6 switches for remote operations 9 years ago
Jeff King df714f81a7 check_filename: tighten dwim-wildcard ambiguity 9 years ago
Jeff King 1cc777de6f checkout: reorder check_filename conditional 9 years ago
Jeff King 1f3c79a9d6 apply, ls-files: simplify "-z" parsing 9 years ago
Jeff King 2239617526 checkout-index: disallow "--no-stage" option 9 years ago
Jeff King 6a6df8aa45 checkout-index: handle "--no-index" option 9 years ago
Jeff King 5ed5f671c4 checkout-index: handle "--no-prefix" option 9 years ago
Jeff King 9096ee162b checkout-index: simplify "-z" option parsing 9 years ago
Jeff King 0d4cc1b45b give "nbuf" strbuf a more meaningful name 9 years ago
Alex Henrie f562d7de32 stripspace: call U+0020 a "space" instead of a "blank" 9 years ago
Christian Couder 435ec090ec config: add core.untrackedCache 9 years ago
Jeff King 0571979bd6 tag: do not show ambiguous tag names as "tags/foo" 9 years ago
Christian Couder 07b29bfd8d dir: add remove_untracked_cache() 9 years ago
Christian Couder 4a4ca4796d dir: add {new,add}_untracked_cache() 9 years ago
Christian Couder e7c0c5354b update-index: move 'uc' var declaration 9 years ago
Christian Couder 6d19db1491 update-index: add untracked cache notifications 9 years ago
Christian Couder eaab83d0e5 update-index: add --test-untracked-cache 9 years ago
Christian Couder 113e641318 update-index: use enum for untracked cache options 9 years ago
Jeff King ffd036b128 clean: make is_git_repository a public function 9 years ago
Duy Nguyen a97262c62f diff: make -O and --output work in subdirectory 9 years ago