aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | sequencer: die on config error when saving replay optsPatrick Steinhardt2016-02-22
| * | | | | | | | init-db: die on config errors when initializing empty repoPatrick Steinhardt2016-02-22
| * | | | | | | | clone: die on config error in cmd_clonePatrick Steinhardt2016-02-22
| * | | | | | | | remote: die on config error when manipulating remotesPatrick Steinhardt2016-02-22
| * | | | | | | | remote: die on config error when setting/adding branchesPatrick Steinhardt2016-02-22
| * | | | | | | | remote: die on config error when setting URLPatrick Steinhardt2016-02-22
| * | | | | | | | submodule--helper: die on config error when cloning modulePatrick Steinhardt2016-02-22
| * | | | | | | | submodule: die on config error when linking modulesPatrick Steinhardt2016-02-22
| * | | | | | | | branch: die on config error when editing branch descriptionPatrick Steinhardt2016-02-22
| * | | | | | | | branch: die on config error when unsetting upstreamPatrick Steinhardt2016-02-22
| * | | | | | | | branch: report errors in tracking branch setupPatrick Steinhardt2016-02-22
| * | | | | | | | config: introduce set_or_die wrappersPatrick Steinhardt2016-02-16
* | | | | | | | | Merge branch 'mg/work-tree-tests'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | tests: rename work-tree tests to *work-tree*Michael J Gruber2016-02-20
* | | | | | | | | | Merge branch 'ls/config-origin'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | config: add '--show-origin' option to print the origin of a config valueLars Schneider2016-02-22
| * | | | | | | | | | config: add 'origin_type' to config_source structLars Schneider2016-02-22
| * | | | | | | | | | rename git_config_from_buf to git_config_from_memLars Schneider2016-02-19
| * | | | | | | | | | t: do not hide Git's exit code in tests using 'nul_to_q'Lars Schneider2016-02-17
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/tighten-alloc'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ewah: convert to REALLOC_ARRAY, etcJeff King2016-02-22
| * | | | | | | | | | convert ewah/bitmap code to use xmallocJeff King2016-02-22
| * | | | | | | | | | diff_populate_gitlink: use a strbufJeff King2016-02-22
| * | | | | | | | | | transport_anonymize_url: use xstrfmtJeff King2016-02-22
| * | | | | | | | | | git-compat-util: drop mempcpy compat codeJeff King2016-02-22
| * | | | | | | | | | sequencer: simplify memory allocation of get_messageJeff King2016-02-22
| * | | | | | | | | | test-path-utils: fix normalize_path_copy output buffer sizeJeff King2016-02-22
| * | | | | | | | | | fetch-pack: simplify add_sought_entryJeff King2016-02-22
| * | | | | | | | | | fast-import: simplify allocation in start_packfileJeff King2016-02-22
| * | | | | | | | | | write_untracked_extension: use FLEX_ALLOC helperJeff King2016-02-22
| * | | | | | | | | | prepare_{git,shell}_cmd: use argv_arrayJeff King2016-02-22
| * | | | | | | | | | use st_add and st_mult for allocation size computationJeff King2016-02-22
| * | | | | | | | | | convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-22
| * | | | | | | | | | use xmallocz to avoid size arithmeticJeff King2016-02-22
| * | | | | | | | | | convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
| * | | | | | | | | | convert manual allocations to argv_arrayJeff King2016-02-22
| * | | | | | | | | | argv-array: add detach functionJeff King2016-02-22
| * | | | | | | | | | add helpers for allocating flex-array structsJeff King2016-02-22
| * | | | | | | | | | harden REALLOC_ARRAY and xcalloc against size_t overflowJeff King2016-02-22
| * | | | | | | | | | tree-diff: catch integer overflow in combine_diff_path allocationJeff King2016-02-19
| * | | | | | | | | | add helpers for detecting size_t overflowJeff King2016-02-19
| * | | | | | | | | | reflog_expire_cfg: NUL-terminate pattern fieldJeff King2016-02-19
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/more-comments-on-textconv'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | diff: clarify textconv interfaceJeff King2016-02-22
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jk/no-diff-emit-common'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | xdiff: drop XDL_EMIT_COMMONJeff King2016-02-22
| * | | | | | | | | | merge-tree: drop generate_common strategyJeff King2016-02-22
| * | | | | | | | | | merge-one-file: use empty blob for add/add baseJeff King2016-02-22
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'ak/git-strip-extension-from-dashed-command'Junio C Hamano2016-02-26
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | git.c: simplify stripping extension of a file in handle_builtin()Alexander Kuleshov2016-02-21