summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-25t5313: test bounds-checks of corrupted/malicious pack/idx filesLibravatar Jeff King1-0/+179
2016-02-25git config: report when trying to modify a non-existing repo configLibravatar Johannes Schindelin2-0/+14
2016-02-25templates/hooks: fix minor typo in the sample update-hookLibravatar Martin Amdisen1-1/+1
2016-02-24submodule helper list: respect correct path prefixLibravatar Stefan Beller2-8/+27
2016-02-23t9200: avoid grep on non-ASCII dataLibravatar John Keeping1-1/+1
2016-02-23t8005: avoid grep on non-ASCII dataLibravatar John Keeping1-12/+16
2016-02-23Documentation/git-push: document that 'simple' is the defaultLibravatar Matthieu Moy1-0/+7
2016-02-23xdiff/xmerge: fix memory leak in xdl_mergeLibravatar Patrick Steinhardt1-2/+7
2016-02-22xdiff: drop XDL_EMIT_COMMONLibravatar Jeff King2-19/+0
2016-02-22merge-tree: drop generate_common strategyLibravatar Jeff King1-36/+2
2016-02-22merge-one-file: use empty blob for add/add baseLibravatar Jeff King1-2/+1
2016-02-22ewah: convert to REALLOC_ARRAY, etcLibravatar Jeff King3-19/+8
2016-02-22convert ewah/bitmap code to use xmallocLibravatar Jeff King4-30/+11
2016-02-22diff_populate_gitlink: use a strbufLibravatar Jeff King1-8/+8
2016-02-22transport_anonymize_url: use xstrfmtLibravatar Jeff King1-5/+3
2016-02-22git-compat-util: drop mempcpy compat codeLibravatar Jeff King1-9/+0
2016-02-22sequencer: simplify memory allocation of get_messageLibravatar Jeff King1-19/+10
2016-02-22test-path-utils: fix normalize_path_copy output buffer sizeLibravatar Jeff King1-11/+4
2016-02-22fetch-pack: simplify add_sought_entryLibravatar Jeff King1-18/+9
2016-02-22fast-import: simplify allocation in start_packfileLibravatar Jeff King1-4/+1
2016-02-22write_untracked_extension: use FLEX_ALLOC helperLibravatar Jeff King1-5/+4
2016-02-22prepare_{git,shell}_cmd: use argv_arrayLibravatar Jeff King3-53/+39
2016-02-22use st_add and st_mult for allocation size computationLibravatar Jeff King25-53/+56
2016-02-22convert trivial cases to FLEX_ARRAY macrosLibravatar Jeff King17-82/+35
2016-02-22use xmallocz to avoid size arithmeticLibravatar Jeff King15-25/+17
2016-02-22convert trivial cases to ALLOC_ARRAYLibravatar Jeff King34-64/+75
2016-02-22convert manual allocations to argv_arrayLibravatar Jeff King7-76/+43
2016-02-22argv-array: add detach functionLibravatar Jeff King3-0/+19
2016-02-22add helpers for allocating flex-array structsLibravatar Jeff King1-0/+62
2016-02-22harden REALLOC_ARRAY and xcalloc against size_t overflowLibravatar Jeff King2-1/+5
2016-02-22Git 2.7.2Libravatar Junio C Hamano3-2/+17
2016-02-22Merge branch 'nd/ita-cleanup' into maintLibravatar Junio C Hamano6-10/+6
2016-02-22Merge branch 'pw/completion-stash' into maintLibravatar Junio C Hamano1-2/+2
2016-02-22Merge branch 'mm/clean-doc-fix' into maintLibravatar Junio C Hamano1-3/+1
2016-02-22Merge branch 'dw/mergetool-vim-window-shuffle' into maintLibravatar Junio C Hamano1-2/+2
2016-02-22Merge branch 'ah/stripspace-optstring' into maintLibravatar Junio C Hamano1-1/+1
2016-02-22diff: clarify textconv interfaceLibravatar Jeff King3-1/+24
2016-02-22completion: fix mis-indentation in _git_stash()Libravatar SZEDER Gábor1-2/+2
2016-02-22config: rename git_config_set_or_die to git_config_setLibravatar Patrick Steinhardt10-67/+67
2016-02-22config: rename git_config_set to git_config_set_gentlyLibravatar Patrick Steinhardt7-39/+40
2016-02-22compat: die when unable to set core.precomposeunicodeLibravatar Patrick Steinhardt1-1/+2
2016-02-22sequencer: die on config error when saving replay optsLibravatar Patrick Steinhardt1-11/+11
2016-02-22init-db: die on config errors when initializing empty repoLibravatar Patrick Steinhardt1-10/+10
2016-02-22clone: die on config error in cmd_cloneLibravatar Patrick Steinhardt1-4/+4
2016-02-22remote: die on config error when manipulating remotesLibravatar Patrick Steinhardt1-27/+12
2016-02-22remote: die on config error when setting/adding branchesLibravatar Patrick Steinhardt1-17/+9
2016-02-22remote: die on config error when setting URLLibravatar Patrick Steinhardt2-5/+15
2016-02-22submodule--helper: die on config error when cloning moduleLibravatar Patrick Steinhardt1-2/+2
2016-02-22submodule: die on config error when linking modulesLibravatar Patrick Steinhardt1-5/+3
2016-02-22branch: die on config error when editing branch descriptionLibravatar Patrick Steinhardt1-3/+2