aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* pretty: enable --expand-tabs by default for selected pretty formatsJunio C Hamano2016-03-30
* pretty: expand tabs in indented logs to make things line up properlyLinus Torvalds2016-03-30
* Git 2.7.3v2.7.3Junio C Hamano2016-03-10
* Merge branch 'ma/update-hooks-sample-typofix' into maintJunio C Hamano2016-03-10
|\
| * templates/hooks: fix minor typo in the sample update-hookMartin Amdisen2016-02-25
* | Merge branch 'dt/initial-ref-xn-commit-doc' into maintJunio C Hamano2016-03-10
|\ \
| * | refs: document transaction semanticsDavid Turner2016-02-25
* | | Merge branch 'ps/plug-xdl-merge-leak' into maintJunio C Hamano2016-03-10
|\ \ \
| * | | xdiff/xmerge: fix memory leak in xdl_mergePatrick Steinhardt2016-02-23
* | | | Merge branch 'ak/git-strip-extension-from-dashed-command' into maintJunio C Hamano2016-03-10
|\ \ \ \
| * | | | git.c: simplify stripping extension of a file in handle_builtin()Alexander Kuleshov2016-02-21
* | | | | Merge branch 'ak/extract-argv0-last-dir-sep' into maintJunio C Hamano2016-03-10
|\ \ \ \ \
| * | | | | exec_cmd.c: use find_last_dir_sep() for code simplificationAlexander Kuleshov2016-02-19
| | |_|_|/ | |/| | |
* | | | | Merge branch 'jk/pack-idx-corruption-safety' into maintJunio C Hamano2016-03-10
|\ \ \ \ \
| * | | | | sha1_file.c: mark strings for translationNguyễn Thái Ngọc Duy2016-02-27
| * | | | | use_pack: handle signed off_t overflowJeff King2016-02-25
| * | | | | nth_packed_object_offset: bounds-check extended offsetJeff King2016-02-25
| * | | | | t5313: test bounds-checks of corrupted/malicious pack/idx filesJeff King2016-02-25
| |/ / / /
* | | | | Merge branch 'js/config-set-in-non-repository' into maintJunio C Hamano2016-03-10
|\ \ \ \ \
| * | | | | git config: report when trying to modify a non-existing repo configJohannes Schindelin2016-02-25
* | | | | | Merge branch 'sb/submodule-module-list-fix' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \
| * | | | | | submodule helper list: respect correct path prefixStefan Beller2016-02-24
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'jk/grep-binary-workaround-in-test' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \
| * | | | | | t9200: avoid grep on non-ASCII dataJohn Keeping2016-02-23
| * | | | | | t8005: avoid grep on non-ASCII dataJohn Keeping2016-02-23
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'mm/push-simple-doc' into maintJunio C Hamano2016-03-10
|\ \ \ \ \ \
| * | | | | | Documentation/git-push: document that 'simple' is the defaultMatthieu Moy2016-02-23
| |/ / / / /
* | | | | | 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