summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* git-p4: map a P4 user to Git author name and email addressls/p4-map-userLars Schneider2016-03-153-0/+81
* Git 2.7.3v2.7.3Junio C Hamano2016-03-104-3/+66
* Merge branch 'ma/update-hooks-sample-typofix' into maintJunio C Hamano2016-03-101-1/+1
|\
| * templates/hooks: fix minor typo in the sample update-hookma/update-hooks-sample-typofixMartin Amdisen2016-02-251-1/+1
* | Merge branch 'dt/initial-ref-xn-commit-doc' into maintJunio C Hamano2016-03-101-0/+12
|\ \
| * | refs: document transaction semanticsdt/initial-ref-xn-commit-docDavid Turner2016-02-251-0/+12
* | | Merge branch 'ps/plug-xdl-merge-leak' into maintJunio C Hamano2016-03-101-2/+7
|\ \ \
| * | | xdiff/xmerge: fix memory leak in xdl_mergeps/plug-xdl-merge-leakPatrick Steinhardt2016-02-231-2/+7
* | | | Merge branch 'ak/git-strip-extension-from-dashed-command' into maintJunio C Hamano2016-03-102-15/+15
|\ \ \ \
| * | | | git.c: simplify stripping extension of a file in handle_builtin()ak/git-strip-extension-from-dashed-commandAlexander Kuleshov2016-02-212-15/+15
* | | | | Merge branch 'ak/extract-argv0-last-dir-sep' into maintJunio C Hamano2016-03-101-4/+2
|\ \ \ \ \
| * | | | | exec_cmd.c: use find_last_dir_sep() for code simplificationak/extract-argv0-last-dir-sepAlexander Kuleshov2016-02-191-4/+2
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jk/pack-idx-corruption-safety' into maintJunio C Hamano2016-03-104-0/+207
|\ \ \ \ \
| * | | | | sha1_file.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-271-3/+3
| * | | | | use_pack: handle signed off_t overflowJeff King2016-02-252-1/+3
| * | | | | nth_packed_object_offset: bounds-check extended offsetJeff King2016-02-254-1/+27
| * | | | | t5313: test bounds-checks of corrupted/malicious pack/idx filesJeff King2016-02-251-0/+179
| |/ / / /
* | | | | Merge branch 'js/config-set-in-non-repository' into maintJunio C Hamano2016-03-102-0/+14
|\ \ \ \ \
| * | | | | git config: report when trying to modify a non-existing repo configjs/config-set-in-non-repositoryJohannes Schindelin2016-02-252-0/+14
* | | | | | Merge branch 'sb/submodule-module-list-fix' into maintJunio C Hamano2016-03-102-8/+27
|\ \ \ \ \ \
| * | | | | | submodule helper list: respect correct path prefixsb/submodule-module-list-fixStefan Beller2016-02-242-8/+27
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'jk/grep-binary-workaround-in-test' into maintJunio C Hamano2016-03-102-13/+17
|\ \ \ \ \ \
| * | | | | | t9200: avoid grep on non-ASCII datajk/grep-binary-workaround-in-testJohn Keeping2016-02-231-1/+1
| * | | | | | t8005: avoid grep on non-ASCII dataJohn Keeping2016-02-231-12/+16
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'mm/push-simple-doc' into maintJunio C Hamano2016-03-101-0/+7
|\ \ \ \ \ \
| * | | | | | Documentation/git-push: document that 'simple' is the defaultmm/push-simple-docMatthieu Moy2016-02-231-0/+7
| |/ / / / /
* | | | | | Merge branch 'jk/tighten-alloc' into maintJunio C Hamano2016-03-1091-482/+441
|\ \ \ \ \ \
| * | | | | | compat/mingw: brown paper bag fix for 50a6c8eJeff King2016-02-291-1/+1
| * | | | | | ewah: convert to REALLOC_ARRAY, etcJeff King2016-02-223-19/+8
| * | | | | | convert ewah/bitmap code to use xmallocJeff King2016-02-224-30/+11
| * | | | | | diff_populate_gitlink: use a strbufJeff King2016-02-221-8/+8
| * | | | | | transport_anonymize_url: use xstrfmtJeff King2016-02-221-5/+3
| * | | | | | git-compat-util: drop mempcpy compat codeJeff King2016-02-221-9/+0
| * | | | | | sequencer: simplify memory allocation of get_messageJeff King2016-02-221-19/+10
| * | | | | | test-path-utils: fix normalize_path_copy output buffer sizeJeff King2016-02-221-11/+4
| * | | | | | fetch-pack: simplify add_sought_entryJeff King2016-02-221-18/+9
| * | | | | | fast-import: simplify allocation in start_packfileJeff King2016-02-221-4/+1
| * | | | | | write_untracked_extension: use FLEX_ALLOC helperJeff King2016-02-221-5/+4
| * | | | | | prepare_{git,shell}_cmd: use argv_arrayJeff King2016-02-223-53/+39
| * | | | | | use st_add and st_mult for allocation size computationJeff King2016-02-2225-53/+56
| * | | | | | convert trivial cases to FLEX_ARRAY macrosJeff King2016-02-2217-82/+35
| * | | | | | use xmallocz to avoid size arithmeticJeff King2016-02-2215-25/+17
| * | | | | | convert trivial cases to ALLOC_ARRAYJeff King2016-02-2234-64/+75
| * | | | | | convert manual allocations to argv_arrayJeff King2016-02-227-76/+43
| * | | | | | argv-array: add detach functionJeff King2016-02-223-0/+19
| * | | | | | add helpers for allocating flex-array structsJeff King2016-02-221-0/+62
| * | | | | | harden REALLOC_ARRAY and xcalloc against size_t overflowJeff King2016-02-222-1/+5
| * | | | | | tree-diff: catch integer overflow in combine_diff_path allocationJeff King2016-02-192-4/+4
| * | | | | | add helpers for detecting size_t overflowJeff King2016-02-191-0/+34
| * | | | | | reflog_expire_cfg: NUL-terminate pattern fieldJeff King2016-02-191-5/+3