aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | Merge branch 'ab/conditional-config-with-symlinks'Junio C Hamano2017-05-30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | config: match both symlink & realpath versions in IncludeIf.gitdir:*Ævar Arnfjörð Bjarmason2017-05-17
* | | | | | | | | | Merge branch 'jt/fetch-allow-tip-sha1-implicitly'Junio C Hamano2017-05-30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | fetch-pack: always allow fetching of literal SHA1sJonathan Tan2017-05-16
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'jt/send-email-validate-hook'Junio C Hamano2017-05-30
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | send-email: support validate hookJonathan Tan2017-05-16
| |/ / / / / / / /
* | | | | | | | | Merge branch 'jh/memihash-opt'Junio C Hamano2017-05-30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | p0004: don't error out if test repo is too smallRené Scharfe2017-05-16
| * | | | | | | | | p0004: don't abort if multi-threaded is too slowRené Scharfe2017-05-16
| * | | | | | | | | p0004: use test_perfRené Scharfe2017-05-16
| * | | | | | | | | p0004: avoid using pipesRené Scharfe2017-05-16
| * | | | | | | | | p0004: simplify calls of test-lazy-init-name-hashRené Scharfe2017-05-16
* | | | | | | | | | Merge branch 'bp/sub-process-convert-filter'Junio C Hamano2017-05-30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | convert: update subprocess_read_status() to not die on EOFBen Peart2017-05-15
| * | | | | | | | | | sub-process: move sub-process functions into separate filesBen Peart2017-05-15
| * | | | | | | | | | convert: rename reusable sub-process functionsBen Peart2017-05-15
| * | | | | | | | | | convert: update generic functions to only use generic data structuresBen Peart2017-05-15
| * | | | | | | | | | convert: separate generic structures and variables from the filter specific onesBen Peart2017-05-15
| * | | | | | | | | | convert: split start_multi_file_filter() into two separate functionsBen Peart2017-05-15
| * | | | | | | | | | pkt-line: annotate packet_writel with LAST_ARG_MUST_BE_NULLJeff King2017-05-15
| * | | | | | | | | | convert: move packet_write_line() into pkt-line as packet_writel()Ben Peart2017-05-08
| * | | | | | | | | | pkt-line: add packet_read_line_gently()Ben Peart2017-05-08
| * | | | | | | | | | pkt-line: fix packet_read_line() to handle len < 0 errorsBen Peart2017-05-08
| * | | | | | | | | | convert: remove erroneous tests for errno == EPIPEBen Peart2017-05-08
* | | | | | | | | | | Merge branch 'bw/forking-and-threading'Junio C Hamano2017-05-30
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | usage.c: drop set_error_handle()Jeff King2017-05-15
| * | | | | | | | | | | run-command: restrict PATH search to executable filesBrandon Williams2017-04-25
| * | | | | | | | | | | run-command: expose is_executable functionBrandon Williams2017-04-25
| * | | | | | | | | | | run-command: block signals between fork and execveEric Wong2017-04-20
| * | | | | | | | | | | run-command: add note about forking and threadingBrandon Williams2017-04-20
| * | | | | | | | | | | run-command: handle dup2 and close errors in childBrandon Williams2017-04-20
| * | | | | | | | | | | run-command: eliminate calls to error handling functions in childBrandon Williams2017-04-20
| * | | | | | | | | | | run-command: don't die in child when duping /dev/nullBrandon Williams2017-04-20
| * | | | | | | | | | | run-command: prepare child environment before forkingBrandon Williams2017-04-20
| * | | | | | | | | | | string-list: add string_list_remove functionBrandon Williams2017-04-20
| * | | | | | | | | | | run-command: use the async-signal-safe execv instead of execvpBrandon Williams2017-04-20
| * | | | | | | | | | | run-command: prepare command before forkingBrandon Williams2017-04-20
| * | | | | | | | | | | t0061: run_command executes scripts without a #! lineBrandon Williams2017-04-20
| * | | | | | | | | | | t5550: use write_script to generate post-update hookBrandon Williams2017-04-18
* | | | | | | | | | | | Merge branch 'ab/perf-wildmatch'Junio C Hamano2017-05-30
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | perf: add test showing exponential growth in path globbingÆvar Arnfjörð Bjarmason2017-05-12
| * | | | | | | | | | | | perf: add function to setup a fresh test repoÆvar Arnfjörð Bjarmason2017-05-12
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'bw/pathspec-sans-the-index'Junio C Hamano2017-05-30
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | pathspec: convert find_pathspecs_matching_against_index to take an indexBrandon Williams2017-05-12
| * | | | | | | | | | | | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAPBrandon Williams2017-05-12
| * | | | | | | | | | | | ls-files: prevent prune_cache from overeagerly pruning submodulesBrandon Williams2017-05-12
| * | | | | | | | | | | | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flagBrandon Williams2017-05-12
| * | | | | | | | | | | | submodule: add die_in_unpopulated_submodule functionBrandon Williams2017-05-10
| * | | | | | | | | | | | pathspec: provide a more descriptive die messageBrandon Williams2017-05-10
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jc/name-rev-lw-tag'Junio C Hamano2017-05-30
|\ \ \ \ \ \ \ \ \ \ \ \