summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pt/pull-builtin'Junio C Hamano2015-10-142-2/+2
|\
| * merge: grammofix in please-commit-before-merge messageAlex Henrie2015-10-022-2/+2
* | Merge branch 'nd/ls-remote-does-not-have-u-option'Junio C Hamano2015-10-142-3/+2
|\ \
| * | ls-remote.txt: delete unsupported optionnd/ls-remote-does-not-have-u-optionNguyễn Thái Ngọc Duy2015-09-282-3/+2
* | | Merge branch 'jk/asciidoctor-section-heading-markup-fix'Junio C Hamano2015-10-142-2/+2
|\ \ \
| * | | Documentation: fix section header mark-upjk/asciidoctor-section-heading-markup-fixJohn Keeping2015-09-252-2/+2
* | | | Merge branch 'tk/typofix-connect-unknown-proto-error'Junio C Hamano2015-10-141-1/+1
|\ \ \ \
| * | | | connect: fix typo in result string of prot_name()tk/typofix-connect-unknown-proto-errorTobias Klauser2015-09-251-1/+1
* | | | | Merge branch 'jk/notes-dwim-doc'Junio C Hamano2015-10-143-3/+12
|\ \ \ \ \
| * | | | | notes: correct documentation of DWIMery for notes referencesjk/notes-dwim-docJacob Keller2015-09-223-3/+12
* | | | | | git-multimail: update to release 1.2.0Matthieu Moy2015-10-129-226/+1218
* | | | | | Second batch for 2.7Junio C Hamano2015-10-071-0/+16
* | | | | | Merge branch 'ls/p4-path-encoding'Junio C Hamano2015-10-073-0/+75
|\ \ \ \ \ \
| * | | | | | git-p4: use replacement character for non UTF-8 characters in pathsLars Schneider2015-09-211-1/+1
| * | | | | | git-p4: improve path encoding verbose outputLars Schneider2015-09-161-10/+9
| * | | | | | git-p4: add config git-p4.pathEncodingLars Schneider2015-09-033-0/+76
* | | | | | | Merge branch 'gb/filter-branch-progress'Junio C Hamano2015-10-071-1/+31
|\ \ \ \ \ \ \
| * | | | | | | filter-branch: make report-progress more readablegb/filter-branch-progressJunio C Hamano2015-09-211-7/+9
| * | | | | | | filter-branch: add passed/remaining seconds on progressGabor Bernat2015-09-211-1/+29
| |/ / / / / /
* | | | | | | Merge branch 'nd/ignore-then-not-ignore'Junio C Hamano2015-10-073-10/+127
|\ \ \ \ \ \ \
| * | | | | | | dir.c: don't exclude whole dir prematurely if neg pattern may matchnd/ignore-then-not-ignoreNguyễn Thái Ngọc Duy2015-09-213-5/+117
| * | | | | | | dir.c: make last_exclude_matching_from_list() run til the endNguyễn Thái Ngọc Duy2015-09-211-5/+10
* | | | | | | | Merge branch 'ti/glibc-stdio-mutex-from-signal-handler'Junio C Hamano2015-10-073-14/+34
|\ \ \ \ \ \ \ \
| * | | | | | | | pager: don't use unsafe functions in signal handlersti/glibc-stdio-mutex-from-signal-handlerTakashi Iwai2015-09-043-14/+34
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Start cycle toward 2.7Junio C Hamano2015-10-053-2/+111
* | | | | | | | Sync with 2.6.1Junio C Hamano2015-10-0531-32/+508
|\ \ \ \ \ \ \ \
| * | | | | | | | Git 2.6.1v2.6.1Junio C Hamano2015-09-284-3/+22
| * | | | | | | | Sync with v2.5.4Junio C Hamano2015-09-2829-30/+486
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Git 2.5.4v2.5.4Junio C Hamano2015-09-284-3/+22
| | * | | | | | | | Sync with 2.4.10Junio C Hamano2015-09-2828-29/+466
| | |\ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| | | * | | | | | | Git 2.4.10v2.4.10Junio C Hamano2015-09-284-3/+22
| | | * | | | | | | Sync with 2.3.10Junio C Hamano2015-09-2827-28/+446
| | | |\ \ \ \ \ \ \ | | | | |_|_|_|_|/ / | | | |/| | | | | |
| | | | * | | | | | Git 2.3.10v2.3.10maint-2.3Junio C Hamano2015-09-284-3/+22
| | | | * | | | | | Merge branch 'jk/xdiff-memory-limits' into maint-2.3Junio C Hamano2015-09-2811-26/+57
| | | | |\ \ \ \ \ \
| | | | | * | | | | | merge-file: enforce MAX_XDIFF_SIZE on incoming filesJeff King2015-09-281-1/+2
| | | | | * | | | | | xdiff: reject files larger than ~1GBJeff King2015-09-283-1/+14
| | | | | * | | | | | react to errors in xdi_diffJeff King2015-09-287-24/+41
| | | | | | |/ / / / | | | | | |/| | | |
| | | | * | | | | | Merge branch 'jk/transfer-limit-redirection' into maint-2.3Junio C Hamano2015-09-286-15/+78
| | | | |\ \ \ \ \ \
| | | | | * | | | | | http: limit redirection depthBlake Burkhart2015-09-253-0/+8
| | | | | * | | | | | http: limit redirection to protocol-whitelistBlake Burkhart2015-09-254-5/+27
| | | | | * | | | | | transport: refactor protocol whitelist codeJeff King2015-09-252-10/+43
| | | | * | | | | | | Merge branch 'jk/transfer-limit-protocol' into maint-2.3Junio C Hamano2015-09-2813-1/+306
| | | | |\ \ \ \ \ \ \ | | | | | |/ / / / / / | | | | | | / / / / / | | | | | |/ / / / / | | | | |/| | | | |
| | | | | * | | | | submodule: allow only certain protocols for submodule fetchesJeff King2015-09-232-0/+52
| | | | | * | | | | transport: add a protocol-whitelist environment variableJeff King2015-09-2311-1/+254
| | | | |/ / / / /
* | | | | | | | | Merge branch 'mm/keyid-docs'Junio C Hamano2015-10-0510-29/+47
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Documentation: explain optional arguments bettermm/keyid-docsMatthieu Moy2015-09-219-10/+28
| * | | | | | | | | Documentation/grep: fix documentation of -OMatthieu Moy2015-09-211-2/+2
| * | | | | | | | | Documentation: use 'keyid' consistently, not 'key-id'Matthieu Moy2015-09-215-17/+17
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'bb/remote-get-url'Junio C Hamano2015-10-053-0/+106
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | remote: add get-url subcommandbb/remote-get-urlBen Boeckel2015-09-173-0/+106
| | |_|_|_|/ / / / | |/| | | | | | |