41843 Commits (8e9cc5f3e2899fc4cfaf0c1ee039fb2c6683c0a9)
 

Author SHA1 Message Date
Martin Amdisen 9537f21b55 templates/hooks: fix minor typo in the sample update-hook 9 years ago
Stefan Beller 2b56bb7a87 submodule helper list: respect correct path prefix 9 years ago
John Keeping 3b1442d5d2 t9200: avoid grep on non-ASCII data 9 years ago
John Keeping 0be43dedbc t8005: avoid grep on non-ASCII data 9 years ago
Matthieu Moy f6b1fb372e Documentation/git-push: document that 'simple' is the default 9 years ago
Patrick Steinhardt 4867f1184c xdiff/xmerge: fix memory leak in xdl_merge 9 years ago
Jeff King 907681e940 xdiff: drop XDL_EMIT_COMMON 9 years ago
Jeff King b779b3a199 merge-tree: drop generate_common strategy 9 years ago
Jeff King 1a92e53ba3 merge-one-file: use empty blob for add/add base 9 years ago
Jeff King 08c95df8fa ewah: convert to REALLOC_ARRAY, etc 9 years ago
Jeff King fb7dbf3e7a convert ewah/bitmap code to use xmalloc 9 years ago
Jeff King b1ddfb9151 diff_populate_gitlink: use a strbuf 9 years ago
Jeff King 21f9d0f6f2 transport_anonymize_url: use xstrfmt 9 years ago
Jeff King 7eb45b5f78 git-compat-util: drop mempcpy compat code 9 years ago
Jeff King 7b35eaf8c5 sequencer: simplify memory allocation of get_message 9 years ago
Jeff King 62f17513e7 test-path-utils: fix normalize_path_copy output buffer size 9 years ago
Jeff King 5545f057d4 fetch-pack: simplify add_sought_entry 9 years ago
Jeff King a78c188a32 fast-import: simplify allocation in start_packfile 9 years ago
Jeff King e0b8373510 write_untracked_extension: use FLEX_ALLOC helper 9 years ago
Jeff King 20574f551b prepare_{git,shell}_cmd: use argv_array 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
Jeff King b992657ed0 argv-array: add detach function 9 years ago
Jeff King 3689539127 add helpers for allocating flex-array structs 9 years ago
Jeff King e7792a74bc harden REALLOC_ARRAY and xcalloc against size_t overflow 9 years ago
Junio C Hamano 326e5bc91e Git 2.7.2 9 years ago
Junio C Hamano 2bbea5c8f2 Merge branch 'nd/ita-cleanup' into maint 9 years ago
Junio C Hamano 47847c756b Merge branch 'pw/completion-stash' into maint 9 years ago
Junio C Hamano 924459c516 Merge branch 'mm/clean-doc-fix' into maint 9 years ago
Junio C Hamano 2263a05907 Merge branch 'dw/mergetool-vim-window-shuffle' into maint 9 years ago
Junio C Hamano fa7b63d2f1 Merge branch 'ah/stripspace-optstring' into maint 9 years ago
Jeff King a64e6a44c6 diff: clarify textconv interface 9 years ago
SZEDER Gábor 59305aeeba completion: fix mis-indentation in _git_stash() 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 2f29c1bf34 compat: die when unable to set core.precomposeunicode 9 years ago
Patrick Steinhardt 6c24dfb67e sequencer: die on config error when saving replay opts 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 1a90dfe8a7 submodule: die on config error when linking modules 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
Patrick Steinhardt 27852b2c53 branch: report errors in tracking branch setup 9 years ago