aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | Merge branch 'jk/tighten-alloc' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \ \
| * | | | | | | compat/mingw: brown paper bag fix for 50a6c8eJeff King2016-02-29
| * | | | | | | 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' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \ \ \
| * | | | | | | | diff: clarify textconv interfaceJeff King2016-02-22
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/no-diff-emit-common' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \ \ \
| * | | | | | | | 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 'jc/am-i-v-fix' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \ \ \
| * | | | | | | | am -i: fix "v"iewJunio C Hamano2016-02-17
| * | | | | | | | pager: factor out a helper to prepare a child process to run the pagerJunio C Hamano2016-02-17
| * | | | | | | | pager: lose a separate argv[]Junio C Hamano2016-02-16
* | | | | | | | | Merge branch 'nd/git-common-dir-fix' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | rev-parse: take prefix into account in --git-common-dirNguyễn Thái Ngọc Duy2016-02-12
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'nd/dwim-wildcards-as-pathspecs' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | get_sha1: don't die() on bogus search stringsJeff King2016-02-10
| * | | | | | | | | check_filename: tighten dwim-wildcard ambiguityJeff King2016-02-10
| * | | | | | | | | checkout: reorder check_filename conditionalJeff King2016-02-10
* | | | | | | | | | Merge branch 'jk/epipe-in-async' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t5504: handle expected output from SIGPIPE deathJeff King2016-02-25
| * | | | | | | | | | test_must_fail: report number of unexpected signalJeff King2016-02-25
| * | | | | | | | | | fetch-pack: ignore SIGPIPE in sideband demuxerJeff King2016-02-25
| * | | | | | | | | | write_or_die: handle EPIPE in async threadsJeff King2016-02-25
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'ps/config-error' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | config: rename git_config_set_or_die to git_config_setPatrick Steinhardt2016-02-22
| * | | | | | | | | | config: rename git_config_set to git_config_set_gentlyPatrick Steinhardt2016-02-22
| * | | | | | | | | | compat: die when unable to set core.precomposeunicodePatrick Steinhardt2016-02-22
| * | | | | | | | | | sequencer: die on config error when saving replay optsPatrick Steinhardt2016-02-22