summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-02-25git config: report when trying to modify a non-existing repo configJohannes Schindelin
2016-02-25templates/hooks: fix minor typo in the sample update-hookMartin Amdisen
2016-02-24submodule helper list: respect correct path prefixStefan Beller
2016-02-23t9200: avoid grep on non-ASCII dataJohn Keeping
2016-02-23t8005: avoid grep on non-ASCII dataJohn Keeping
2016-02-23Documentation/git-push: document that 'simple' is the defaultMatthieu Moy
2016-02-23xdiff/xmerge: fix memory leak in xdl_mergePatrick Steinhardt
2016-02-22xdiff: drop XDL_EMIT_COMMONJeff King
2016-02-22merge-tree: drop generate_common strategyJeff King
2016-02-22merge-one-file: use empty blob for add/add baseJeff King
2016-02-22ewah: convert to REALLOC_ARRAY, etcJeff King
2016-02-22convert ewah/bitmap code to use xmallocJeff King
2016-02-22diff_populate_gitlink: use a strbufJeff King
2016-02-22transport_anonymize_url: use xstrfmtJeff King
2016-02-22git-compat-util: drop mempcpy compat codeJeff King
2016-02-22sequencer: simplify memory allocation of get_messageJeff King
2016-02-22test-path-utils: fix normalize_path_copy output buffer sizeJeff King
2016-02-22fetch-pack: simplify add_sought_entryJeff King
2016-02-22fast-import: simplify allocation in start_packfileJeff King
2016-02-22write_untracked_extension: use FLEX_ALLOC helperJeff King
2016-02-22prepare_{git,shell}_cmd: use argv_arrayJeff 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-22argv-array: add detach functionJeff King
2016-02-22add helpers for allocating flex-array structsJeff King
2016-02-22harden REALLOC_ARRAY and xcalloc against size_t overflowJeff King
2016-02-22Git 2.7.2v2.7.2Junio C Hamano
2016-02-22Merge branch 'nd/ita-cleanup' into maintJunio C Hamano
2016-02-22Merge branch 'pw/completion-stash' into maintJunio C Hamano
2016-02-22Merge branch 'mm/clean-doc-fix' into maintJunio C Hamano
2016-02-22Merge branch 'dw/mergetool-vim-window-shuffle' into maintJunio C Hamano
2016-02-22Merge branch 'ah/stripspace-optstring' into maintJunio C Hamano
2016-02-22diff: clarify textconv interfaceJeff King
2016-02-22completion: fix mis-indentation in _git_stash()SZEDER Gábor
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-22compat: die when unable to set core.precomposeunicodePatrick Steinhardt
2016-02-22sequencer: die on config error when saving replay optsPatrick 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-22submodule: die on config error when linking modulesPatrick Steinhardt
2016-02-22branch: die on config error when editing branch descriptionPatrick Steinhardt
2016-02-22branch: die on config error when unsetting upstreamPatrick Steinhardt