summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* write_entry: untangle symlink and regular-file casesls/filter-process-delayedJeff King2017-10-101-31/+40
* write_entry: avoid reading blobs in CE_RETRY caseJeff King2017-10-101-11/+14
* write_entry: fix leak when retrying delayed filterJeff King2017-10-101-0/+1
* entry.c: check if file exists after checkoutLars Schneider2017-10-061-1/+3
* entry.c: update cache entry only for existing filesLars Schneider2017-10-051-1/+2
* convert: add "status=delayed" to filter process protocolLars Schneider2017-06-309-90/+575
* convert: refactor capabilities negotiationLars Schneider2017-06-301-12/+27
* convert: move multiple file filter error handling to separate functionLars Schneider2017-06-291-21/+26
* convert: put the flags field before the flag itself for consistent styleLars Schneider2017-06-291-5/+5
* t0021: write "OUT <size>" only on successLars Schneider2017-06-292-6/+6
* t0021: make debug log file name configurableLars Schneider2017-06-262-25/+27
* t0021: keep filter log files on comparisonLars Schneider2017-06-261-6/+6
* Fourth batch for 2.14Junio C Hamano2017-05-301-0/+55
* Merge branch 'dt/unpack-save-untracked-cache-extension'Junio C Hamano2017-05-304-0/+30
|\
| * unpack-trees: preserve index extensionsdt/unpack-save-untracked-cache-extensionDavid Turner2017-05-204-0/+30
* | Merge branch 'js/larger-timestamps'Junio C Hamano2017-05-301-1/+1
|\ \
| * | name-rev: change a "long" variable to timestamp_tjs/larger-timestampsJunio C Hamano2017-05-201-1/+1
* | | Merge branch 'dk/send-email-avoid-net-smtp-ssl-when-able'Junio C Hamano2017-05-301-19/+35
|\ \ \
| * | | send-email: Net::SMTP::SSL is obsolete, use only when necessaryDennis Kaarsemaker2017-05-201-19/+35
* | | | Merge branch 'jc/skip-test-in-the-middle'Junio C Hamano2017-05-302-50/+56
|\ \ \ \
| * | | | t5545: enhance test coverage when no http server is installedjc/skip-test-in-the-middleStefan Beller2017-05-181-42/+43
| * | | | test: allow skipping the remainderJunio C Hamano2017-05-181-8/+13
* | | | | Merge branch 'ab/conditional-config-with-symlinks'Junio C Hamano2017-05-303-0/+49
|\ \ \ \ \
| * | | | | config: match both symlink & realpath versions in IncludeIf.gitdir:*ab/conditional-config-with-symlinksÆvar Arnfjörð Bjarmason2017-05-173-0/+49
* | | | | | Merge branch 'jt/fetch-allow-tip-sha1-implicitly'Junio C Hamano2017-05-302-2/+73
|\ \ \ \ \ \
| * | | | | | fetch-pack: always allow fetching of literal SHA1sjt/fetch-allow-tip-sha1-implicitlyJonathan Tan2017-05-162-2/+73
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'jt/send-email-validate-hook'Junio C Hamano2017-05-304-1/+68
|\ \ \ \ \ \
| * | | | | | send-email: support validate hookJonathan Tan2017-05-164-1/+68
| |/ / / / /
* | | | | | Merge branch 'jh/memihash-opt'Junio C Hamano2017-05-301-5/+42
|\ \ \ \ \ \
| * | | | | | p0004: don't error out if test repo is too smallRené Scharfe2017-05-161-5/+8
| * | | | | | p0004: don't abort if multi-threaded is too slowRené Scharfe2017-05-161-4/+0
| * | | | | | p0004: use test_perfRené Scharfe2017-05-161-0/+36
| * | | | | | p0004: avoid using pipesRené Scharfe2017-05-161-3/+5
| * | | | | | p0004: simplify calls of test-lazy-init-name-hashRené Scharfe2017-05-161-3/+3
* | | | | | | Merge branch 'bp/sub-process-convert-filter'Junio C Hamano2017-05-307-129/+293
|\ \ \ \ \ \ \
| * | | | | | | convert: update subprocess_read_status() to not die on EOFbp/sub-process-convert-filterBen Peart2017-05-153-6/+16
| * | | | | | | sub-process: move sub-process functions into separate filesBen Peart2017-05-155-103/+212
| * | | | | | | convert: rename reusable sub-process functionsBen Peart2017-05-151-20/+20
| * | | | | | | convert: update generic functions to only use generic data structuresBen Peart2017-05-151-18/+23
| * | | | | | | convert: separate generic structures and variables from the filter specific onesBen Peart2017-05-151-15/+20
| * | | | | | | convert: split start_multi_file_filter() into two separate functionsBen Peart2017-05-151-24/+34
| * | | | | | | pkt-line: annotate packet_writel with LAST_ARG_MUST_BE_NULLJeff King2017-05-151-0/+1
| * | | | | | | convert: move packet_write_line() into pkt-line as packet_writel()Ben Peart2017-05-083-21/+22
| * | | | | | | pkt-line: add packet_read_line_gently()Ben Peart2017-05-082-0/+23
| * | | | | | | pkt-line: fix packet_read_line() to handle len < 0 errorsBen Peart2017-05-081-1/+1
| * | | | | | | convert: remove erroneous tests for errno == EPIPEBen Peart2017-05-081-2/+2
* | | | | | | | Merge branch 'bw/forking-and-threading'Junio C Hamano2017-05-309-134/+449
|\ \ \ \ \ \ \ \
| * | | | | | | | usage.c: drop set_error_handle()bw/forking-and-threadingJeff King2017-05-152-10/+1
| * | | | | | | | run-command: restrict PATH search to executable filesBrandon Williams2017-04-252-1/+48
| * | | | | | | | run-command: expose is_executable functionBrandon Williams2017-04-253-42/+44