Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | submodule--helper: die on config error when cloning module | Patrick Steinhardt | 2016-02-22 | |
| * | | | | | | | submodule: die on config error when linking modules | Patrick Steinhardt | 2016-02-22 | |
| * | | | | | | | branch: die on config error when editing branch description | Patrick Steinhardt | 2016-02-22 | |
| * | | | | | | | branch: die on config error when unsetting upstream | Patrick Steinhardt | 2016-02-22 | |
| * | | | | | | | branch: report errors in tracking branch setup | Patrick Steinhardt | 2016-02-22 | |
| * | | | | | | | config: introduce set_or_die wrappers | Patrick Steinhardt | 2016-02-16 | |
* | | | | | | | | Merge branch 'mg/work-tree-tests' | Junio C Hamano | 2016-02-26 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | tests: rename work-tree tests to *work-tree* | Michael J Gruber | 2016-02-20 | |
* | | | | | | | | | Merge branch 'ls/config-origin' | Junio C Hamano | 2016-02-26 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | config: add '--show-origin' option to print the origin of a config value | Lars Schneider | 2016-02-22 | |
| * | | | | | | | | | config: add 'origin_type' to config_source struct | Lars Schneider | 2016-02-22 | |
| * | | | | | | | | | rename git_config_from_buf to git_config_from_mem | Lars Schneider | 2016-02-19 | |
| * | | | | | | | | | t: do not hide Git's exit code in tests using 'nul_to_q' | Lars Schneider | 2016-02-17 | |
| | |_|_|_|_|_|/ / | |/| | | | | | | | ||||
* | | | | | | | | | Merge branch 'jk/tighten-alloc' | Junio C Hamano | 2016-02-26 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | ewah: convert to REALLOC_ARRAY, etc | Jeff King | 2016-02-22 | |
| * | | | | | | | | | convert ewah/bitmap code to use xmalloc | Jeff King | 2016-02-22 | |
| * | | | | | | | | | diff_populate_gitlink: use a strbuf | Jeff King | 2016-02-22 | |
| * | | | | | | | | | transport_anonymize_url: use xstrfmt | Jeff King | 2016-02-22 | |
| * | | | | | | | | | git-compat-util: drop mempcpy compat code | Jeff King | 2016-02-22 | |
| * | | | | | | | | | sequencer: simplify memory allocation of get_message | Jeff King | 2016-02-22 | |
| * | | | | | | | | | test-path-utils: fix normalize_path_copy output buffer size | Jeff King | 2016-02-22 | |
| * | | | | | | | | | fetch-pack: simplify add_sought_entry | Jeff King | 2016-02-22 | |
| * | | | | | | | | | fast-import: simplify allocation in start_packfile | Jeff King | 2016-02-22 | |
| * | | | | | | | | | write_untracked_extension: use FLEX_ALLOC helper | Jeff King | 2016-02-22 | |
| * | | | | | | | | | prepare_{git,shell}_cmd: use argv_array | Jeff King | 2016-02-22 | |
| * | | | | | | | | | use st_add and st_mult for allocation size computation | Jeff King | 2016-02-22 | |
| * | | | | | | | | | convert trivial cases to FLEX_ARRAY macros | Jeff King | 2016-02-22 | |
| * | | | | | | | | | use xmallocz to avoid size arithmetic | Jeff King | 2016-02-22 | |
| * | | | | | | | | | convert trivial cases to ALLOC_ARRAY | Jeff King | 2016-02-22 | |
| * | | | | | | | | | convert manual allocations to argv_array | Jeff King | 2016-02-22 | |
| * | | | | | | | | | argv-array: add detach function | Jeff King | 2016-02-22 | |
| * | | | | | | | | | add helpers for allocating flex-array structs | Jeff King | 2016-02-22 | |
| * | | | | | | | | | harden REALLOC_ARRAY and xcalloc against size_t overflow | Jeff King | 2016-02-22 | |
| * | | | | | | | | | tree-diff: catch integer overflow in combine_diff_path allocation | Jeff King | 2016-02-19 | |
| * | | | | | | | | | add helpers for detecting size_t overflow | Jeff King | 2016-02-19 | |
| * | | | | | | | | | reflog_expire_cfg: NUL-terminate pattern field | Jeff King | 2016-02-19 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||
* | | | | | | | | | Merge branch 'jk/more-comments-on-textconv' | Junio C Hamano | 2016-02-26 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | diff: clarify textconv interface | Jeff King | 2016-02-22 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||
* | | | | | | | | | Merge branch 'jk/no-diff-emit-common' | Junio C Hamano | 2016-02-26 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | xdiff: drop XDL_EMIT_COMMON | Jeff King | 2016-02-22 | |
| * | | | | | | | | | merge-tree: drop generate_common strategy | Jeff King | 2016-02-22 | |
| * | | | | | | | | | merge-one-file: use empty blob for add/add base | Jeff King | 2016-02-22 | |
| |/ / / / / / / / | ||||
* | | | | | | | | | Merge branch 'ak/git-strip-extension-from-dashed-command' | Junio C Hamano | 2016-02-26 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | git.c: simplify stripping extension of a file in handle_builtin() | Alexander Kuleshov | 2016-02-21 | |
* | | | | | | | | | | Merge branch 'ak/extract-argv0-last-dir-sep' | Junio C Hamano | 2016-02-26 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | exec_cmd.c: use find_last_dir_sep() for code simplification | Alexander Kuleshov | 2016-02-19 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||
* | | | | | | | | | | Merge branch 'kn/ref-filter-atom-parsing' | Junio C Hamano | 2016-02-26 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | ref-filter: introduce objectname_atom_parser() | Karthik Nayak | 2016-02-17 | |
| * | | | | | | | | | | ref-filter: introduce contents_atom_parser() | Karthik Nayak | 2016-02-17 | |
| * | | | | | | | | | | ref-filter: introduce remote_ref_atom_parser() | Karthik Nayak | 2016-02-17 |