aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'jt/subprocess-handshake' into maintJunio C Hamano2017-08-23
|\
| * sub-process: refactor handshake to common functionJonathan Tan2017-07-26
| * Documentation: migrate sub-process docs to headerJonathan Tan2017-07-26
| * Merge branch 'ls/filter-process-delayed' into jt/subprocess-handshakeJunio C Hamano2017-07-26
| |\
| | * convert: add "status=delayed" to filter process protocolLars Schneider2017-06-30
| | * convert: refactor capabilities negotiationLars Schneider2017-06-30
| | * convert: move multiple file filter error handling to separate functionLars Schneider2017-06-29
| | * convert: put the flags field before the flag itself for consistent styleLars Schneider2017-06-29
| | * t0021: write "OUT <size>" only on successLars Schneider2017-06-29
| | * t0021: make debug log file name configurableLars Schneider2017-06-26
| | * t0021: keep filter log files on comparisonLars Schneider2017-06-26
* | | Merge branch 'dc/fmt-merge-msg-microcleanup' into maintJunio C Hamano2017-08-23
|\ \ \
| * | | fmt-merge-msg: fix coding styleDimitrios Christidis2017-07-25
* | | | Merge branch 'ah/doc-wserrorhighlight' into maintJunio C Hamano2017-08-23
|\ \ \ \
| * | | | doc: add missing values "none" and "default" for diff.wsErrorHighlightAndreas Heiduk2017-07-25
| |/ / /
* | | | Merge branch 'cc/ref-is-hidden-microcleanup' into maintJunio C Hamano2017-08-23
|\ \ \ \
| * | | | refs: use skip_prefix() in ref_is_hidden()Christian Couder2017-07-24
| |/ / /
* | | | Merge branch 'js/run-process-parallel-api-fix' into maintJunio C Hamano2017-08-23
|\ \ \ \
| * | | | run_processes_parallel: change confusing task_cb conventionJohannes Schindelin2017-07-21
* | | | | Merge branch 'rs/pack-objects-pbase-cleanup' into maintJunio C Hamano2017-08-23
|\ \ \ \ \
| * | | | | pack-objects: remove unnecessary NULL checkRené Scharfe2017-07-20
* | | | | | Merge branch 'jt/fsck-code-cleanup' into maintJunio C Hamano2017-08-23
|\ \ \ \ \ \
| * | | | | | fsck: cleanup unused variableJonathan Tan2017-07-26
| * | | | | | object: remove "used" field from struct objectJonathan Tan2017-07-20
| * | | | | | fsck: remove redundant parse_tree() invocationJonathan Tan2017-07-20
* | | | | | | Merge branch 'rs/stat-data-unaligned-reads-fix' into maintJunio C Hamano2017-08-23
|\ \ \ \ \ \ \
| * | | | | | | dir: support platforms that require aligned readsRené Scharfe2017-07-17
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'rs/move-array' into maintJunio C Hamano2017-08-23
|\ \ \ \ \ \ \
| * | | | | | | ls-files: don't try to prune an empty indexRené Scharfe2017-07-17
| * | | | | | | apply: use COPY_ARRAY and MOVE_ARRAY in update_image()René Scharfe2017-07-17
| * | | | | | | use MOVE_ARRAYRené Scharfe2017-07-17
| * | | | | | | add MOVE_ARRAYRené Scharfe2017-07-17
* | | | | | | | Merge branch 'rs/bswap-ubsan-fix' into maintJunio C Hamano2017-08-23
|\ \ \ \ \ \ \ \
| * | | | | | | | bswap: convert get_be16, get_be32 and put_be32 to inline functionsRené Scharfe2017-07-17
| * | | | | | | | bswap: convert to unsigned before shifting in get_be32René Scharfe2017-07-17
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'dl/credential-cache-socket-in-xdg-cache' into maintJunio C Hamano2017-08-23
|\ \ \ \ \ \ \ \
| * | | | | | | | credential-cache: interpret an ECONNRESET as an EOFRamsay Jones2017-07-27
* | | | | | | | | Merge branch 'hb/gitweb-project-list' into maintJunio C Hamano2017-08-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gitweb: skip unreadable subdirectoriesHielke Christian Braun2017-07-18
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'ks/commit-abort-on-empty-message-fix' into maintJunio C Hamano2017-08-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | commit: check for empty message before the check for untouched templateKaartic Sivaraam2017-07-17
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jk/reflog-walk' into maintJunio C Hamano2017-08-23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | reflog-walk: apply --since/--until to reflog datesJeff King2017-07-09
| * | | | | | | | | reflog-walk: stop using fake parentsJeff King2017-07-09
| * | | | | | | | | rev-list: check reflog_info before showing usageJeff King2017-07-09
| * | | | | | | | | get_revision_1(): replace do-while with an early returnJeff King2017-07-09
| * | | | | | | | | log: do not free parents when walking reflogJeff King2017-07-09
| * | | | | | | | | log: clarify comment about reflog cyclesJeff King2017-07-09
| * | | | | | | | | revision: disallow reflog walking with revs->limitedJeff King2017-07-07
| * | | | | | | | | t1414: document some reflog-walk odditiesJeff King2017-07-07