aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'tg/memfixes'Junio C Hamano2017-10-07
|\
| * sub-process: use child_process.args instead of child_process.argvJohannes Sixt2017-10-04
| * http-push: fix construction of hex value from pathThomas Gummerer2017-10-04
| * path.c: fix uninitialized memory accessJeff King2017-10-04
* | Merge branch 'sb/branch-avoid-repeated-strbuf-release'Junio C Hamano2017-10-07
|\ \
| * | branch: reset instead of release a strbufStefan Beller2017-10-04
| |/
* | Merge branch 'rs/qsort-s'Junio C Hamano2017-10-07
|\ \
| * | test-stringlist: avoid buffer underrun when sorting nothingRené Scharfe2017-10-04
* | | Merge branch 'jn/strbuf-doc-re-reuse'Junio C Hamano2017-10-07
|\ \ \
| * | | strbuf doc: reuse after strbuf_release is fineJonathan Nieder2017-10-04
| | |/ | |/|
* | | Merge branch 'tb/delimit-pretty-trailers-args-with-comma'Junio C Hamano2017-10-07
|\ \ \
| * | | pretty.c: delimit "%(trailers)" arguments with ","Taylor Blau2017-10-02
* | | | Git 2.15-rc0Junio C Hamano2017-10-05
* | | | Merge branch 'ar/request-pull-phrasofix'Junio C Hamano2017-10-05
|\ \ \ \
| * | | | request-pull: capitalise "Git" to make it a proper nounAnn T Ropea2017-10-03
* | | | | Merge branch 'rs/run-command-use-alloc-array'Junio C Hamano2017-10-05
|\ \ \ \ \
| * | | | | run-command: use ALLOC_ARRAYRené Scharfe2017-10-03
| | |_|/ / | |/| | |
* | | | | Merge branch 'sb/git-clang-format'Junio C Hamano2017-10-05
|\ \ \ \ \
| * | | | | clang-format: add a comment about the meaning/status of theStephan Beyer2017-10-02
* | | | | | Merge branch 'rs/use-free-and-null'Junio C Hamano2017-10-05
|\ \ \ \ \ \
| * | | | | | repository: use FREE_AND_NULLRené Scharfe2017-10-02
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'rs/tag-null-pointer-arith-fix'Junio C Hamano2017-10-05
|\ \ \ \ \ \
| * | | | | | tag: avoid NULL pointer arithmeticRené Scharfe2017-10-02
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'rs/cocci-de-paren-call-params'Junio C Hamano2017-10-05
|\ \ \ \ \ \
| * | | | | | coccinelle: remove parentheses that become unnecessaryRené Scharfe2017-10-02
| |/ / / / /
* | | | | | Merge branch 'rs/cleanup-strbuf-users'Junio C Hamano2017-10-05
|\ \ \ \ \ \
| * | | | | | graph: use strbuf_addchars() to add spacesRené Scharfe2017-10-02
| * | | | | | use strbuf_addstr() for adding strings to strbufsRené Scharfe2017-10-02
| * | | | | | path: use strbuf_add_real_path()René Scharfe2017-10-02
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'rs/resolve-ref-optional-result'Junio C Hamano2017-10-05
|\ \ \ \ \ \
| * | | | | | refs: pass NULL to resolve_refdup() if hash is not neededRené Scharfe2017-10-01
| * | | | | | refs: pass NULL to refs_resolve_refdup() if hash is not neededRené Scharfe2017-10-01
* | | | | | | Merge branch 'er/fast-import-dump-refs-on-checkpoint'Junio C Hamano2017-10-05
|\ \ \ \ \ \ \
| * | | | | | | fast-import: checkpoint: dump branches/tags/marks even if object_count==0Eric Rannaud2017-09-29
* | | | | | | | The twelfth batch for 2.15Junio C Hamano2017-10-03
* | | | | | | | Merge branch 'bw/git-clang-format'Junio C Hamano2017-10-03
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| * | | | | | | clang-format: adjust line break penaltiesJohannes Schindelin2017-10-01
* | | | | | | | Merge branch 'ad/doc-markup-fix'Junio C Hamano2017-10-03
|\ \ \ \ \ \ \ \
| * | | | | | | | doc: correct command formattingAdam Dinwoodie2017-09-29
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'mh/mmap-packed-refs'Junio C Hamano2017-10-03
|\ \ \ \ \ \ \ \
| * | | | | | | | packed-backend.c: rename a bunch of things and update commentsMichael Haggerty2017-09-25
| * | | | | | | | mmapped_ref_iterator: inline into `packed_ref_iterator`Michael Haggerty2017-09-25
| * | | | | | | | ref_cache: remove support for storing peeled valuesMichael Haggerty2017-09-25
| * | | | | | | | packed_ref_store: get rid of the `ref_cache` entirelyMichael Haggerty2017-09-25
| * | | | | | | | ref_store: implement `refs_peel_ref()` genericallyMichael Haggerty2017-09-25
| * | | | | | | | packed_read_raw_ref(): read the reference from the mmapped bufferMichael Haggerty2017-09-25
| * | | | | | | | packed_ref_iterator_begin(): iterate using `mmapped_ref_iterator`Michael Haggerty2017-09-25
| * | | | | | | | read_packed_refs(): ensure that references are ordered when readMichael Haggerty2017-09-25
| * | | | | | | | packed_ref_cache: keep the `packed-refs` file mmapped if possibleMichael Haggerty2017-09-25
| * | | | | | | | packed-backend.c: reorder some definitionsMichael Haggerty2017-09-25