summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rs/checkout-am-fix-unborn' into maintJunio C Hamano2017-06-052-2/+3
|\
| * am: check return value of resolve_refdup before using hashrs/checkout-am-fix-unbornRené Scharfe2017-05-081-1/+1
| * checkout: check return value of resolve_refdup before using hashRené Scharfe2017-05-081-1/+2
* | Merge branch 'jn/clone-add-empty-config-from-command-line' into maintJunio C Hamano2017-06-052-1/+11
|\ \
| * | clone: handle empty config values in -cjn/clone-add-empty-config-from-command-lineJonathan Nieder2017-05-022-1/+11
* | | Merge branch 'ab/c-translators-comment-style' into maintJunio C Hamano2017-06-059-26/+46
|\ \ \
| * | | C style: use standard style for "TRANSLATORS" commentsab/c-translators-comment-styleÆvar Arnfjörð Bjarmason2017-05-319-26/+46
* | | | Merge branch 'ls/travis-doc-asciidoctor' into maintJunio C Hamano2017-06-052-4/+16
|\ \ \ \
| * | | | travis-ci: check AsciiDoc/AsciiDoctor stderr outputls/travis-doc-asciidoctorLars Schneider2017-04-261-3/+6
| * | | | travis-ci: unset compiler for jobs that do not need oneLars Schneider2017-04-161-1/+2
| * | | | travis-ci: parallelize documentation buildLars Schneider2017-04-161-2/+2
| * | | | travis-ci: build documentation with AsciiDoc and AsciidoctorLars Schneider2017-04-162-2/+10
| | |_|/ | |/| |
* | | | Prepare for 2.13.1; more topics to followJunio C Hamano2017-06-042-1/+70
* | | | Merge branch 'tg/stash-push-fixup' into maintJunio C Hamano2017-06-041-1/+4
|\ \ \ \
| * | | | completion: add git stash pushtg/stash-push-fixupThomas Gummerer2017-05-171-1/+4
* | | | | Merge branch 'km/log-showsignature-doc' into maintJunio C Hamano2017-06-041-0/+4
|\ \ \ \ \
| * | | | | config.txt: add an entry for log.showSignaturekm/log-showsignature-docKyle Meyer2017-05-201-0/+4
* | | | | | Merge branch 'jt/use-trailer-api-in-commands' into maintJunio C Hamano2017-06-042-7/+48
|\ \ \ \ \ \
| * | | | | | sequencer: add newline before adding footersjt/use-trailer-api-in-commandsJonathan Tan2017-04-262-7/+48
* | | | | | | Merge branch 'jt/push-options-doc' into maintJunio C Hamano2017-06-044-11/+114
|\ \ \ \ \ \ \
| * | | | | | | receive-pack: verify push options in certjt/push-options-docJonathan Tan2017-05-103-8/+112
| * | | | | | | docs: correct receive.advertisePushOptions defaultJonathan Tan2017-05-091-3/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'js/plug-leaks' into maintJunio C Hamano2017-06-0423-64/+149
|\ \ \ \ \ \ \
| * | | | | | | checkout: fix memory leakjs/plug-leaksJunio C Hamano2017-05-091-0/+1
| * | | | | | | submodule_uses_worktrees(): plug memory leakJohannes Schindelin2017-05-081-1/+1
| * | | | | | | show_worktree(): plug memory leakJohannes Schindelin2017-05-081-3/+5
| * | | | | | | name-rev: avoid leaking memory in the `deref` caseJohannes Schindelin2017-05-081-2/+5
| * | | | | | | remote: plug memory leak in match_explicit()Johannes Schindelin2017-05-081-2/+3
| * | | | | | | add_reflog_for_walk: avoid memory leakJohannes Schindelin2017-05-081-3/+17
| * | | | | | | shallow: avoid memory leakJohannes Schindelin2017-05-081-2/+6
| * | | | | | | line-log: avoid memory leakJohannes Schindelin2017-05-081-0/+1
| * | | | | | | receive-pack: plug memory leak in update()Johannes Schindelin2017-05-081-1/+3
| * | | | | | | fast-export: avoid leaking memory in handle_tag()Johannes Schindelin2017-05-081-0/+2
| * | | | | | | mktree: plug memory leaks reported by CoverityJohannes Schindelin2017-05-081-2/+3
| * | | | | | | pack-redundant: plug memory leakJohannes Schindelin2017-05-081-0/+1
| * | | | | | | setup_discovered_git_dir(): plug memory leakJohannes Schindelin2017-05-081-2/+7
| * | | | | | | setup_bare_git_dir(): help static analysisJohannes Schindelin2017-05-081-1/+1
| * | | | | | | split_commit_in_progress(): simplify & fix memory leakJohannes Schindelin2017-05-081-14/+14
| * | | | | | | checkout: fix memory leakJohannes Schindelin2017-05-081-8/+9
| * | | | | | | cat-file: fix memory leakJohannes Schindelin2017-05-081-0/+1
| * | | | | | | mailinfo & mailsplit: check for EOF while parsingJohannes Schindelin2017-05-082-1/+18
| * | | | | | | status: close file descriptor after reading git-rebase-todoJohannes Schindelin2017-05-081-0/+1
| * | | | | | | difftool: address a couple of resource/memory leaksJohannes Schindelin2017-05-081-10/+23
| * | | | | | | get_mail_commit_oid(): avoid resource leakJohannes Schindelin2017-05-081-9/+6
| * | | | | | | git_config_rename_section_in_file(): avoid resource leakJohannes Schindelin2017-05-081-1/+4
| * | | | | | | add_commit_patch_id(): avoid allocating memory unnecessarilyJohannes Schindelin2017-05-081-1/+2
| * | | | | | | winansi: avoid buffer overrunJohannes Schindelin2017-05-081-0/+5
| * | | | | | | winansi: avoid use of uninitialized valueJohannes Schindelin2017-05-081-0/+7
| * | | | | | | mingw: avoid memory leak when splitting PATHJohannes Schindelin2017-05-081-1/+3
* | | | | | | | Merge branch 'js/eol-on-ourselves' into maintJunio C Hamano2017-06-0411-26/+55
|\ \ \ \ \ \ \ \