summaryrefslogtreecommitdiffstats
path: root/match-trees.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-03-26fsmonitor: enhance existing comments, clarify trivial response handlingJeff Hostetler1-23/+41
2022-02-26The eighth batchJunio C Hamano1-0/+29
2022-02-24The seventh batchJunio C Hamano1-0/+12
2022-02-18The sixth batchJunio C Hamano1-0/+34
2022-02-18CODE_OF_CONDUCT.md: update PLC members listTaylor Blau1-1/+1
2022-02-18The fifth batchJunio C Hamano1-0/+24
2022-02-18merge-ort: make informational messages from recursive merges clearerElijah Newren1-0/+5
2022-02-17grep: fix triggering PCRE2_NO_START_OPTIMIZE workaroundRené Scharfe1-1/+1
2022-02-17dir: force untracked cache with core.untrackedCacheDerrick Stolee1-1/+3
2022-02-17The fourth batchJunio C Hamano1-0/+28
2022-02-16diff.[ch]: have diff_free() free options->parseoptsÆvar Arnfjörð Bjarmason1-0/+1
2022-02-16diff.[ch]: have diff_free() call clear_pathspec(opts.pathspec)Ævar Arnfjörð Bjarmason5-9/+4
2022-02-16date API: add and use a date_mode_release()Ævar Arnfjörð Bjarmason5-1/+18
2022-02-16date API: add basic API docsÆvar Arnfjörð Bjarmason1-2/+22
2022-02-16date API: provide and use a DATE_MODE_INITÆvar Arnfjörð Bjarmason4-4/+7
2022-02-16date API: create a date.h, split from cache.hÆvar Arnfjörð Bjarmason18-48/+68
2022-02-16cache.h: remove always unused show_date_human() declarationÆvar Arnfjörð Bjarmason1-2/+0
2022-02-16grep: simplify config parsing and option parsingÆvar Arnfjörð Bjarmason4-71/+13
2022-02-16grep.c: do "if (bool && memchr())" not "if (memchr() && bool)"Ævar Arnfjörð Bjarmason1-1/+2
2022-02-16grep.h: make "grep_opt.pattern_type_option" use its enumÆvar Arnfjörð Bjarmason1-1/+1
2022-02-16grep API: call grep_config() after grep_init()Ævar Arnfjörð Bjarmason4-40/+37
2022-02-16grep.c: don't pass along NULL callback valueÆvar Arnfjörð Bjarmason1-2/+2
2022-02-16built-ins: trust the "prefix" from run_builtin()Ævar Arnfjörð Bjarmason6-13/+13
2022-02-16grep tests: add missing "grep.patternType" config testsÆvar Arnfjörð Bjarmason1-0/+52
2022-02-16grep tests: create a helper function for "BRE" or "ERE"Ævar Arnfjörð Bjarmason1-80/+54
2022-02-16log tests: check if grep_config() is called by "log"-like cmdsÆvar Arnfjörð Bjarmason1-0/+24
2022-02-16grep.h: remove unused "regex_t regexp" from grep_optÆvar Arnfjörð Bjarmason1-1/+0
2022-02-16name-rev: replace --stdin with --annotate-stdin in synopsisJohn Cai1-1/+1
2022-02-14mailmap: change primary address for Derrick StoleeDerrick Stolee1-2/+3
2022-02-14doc: clarify interaction between 'eol' and text=autobrian m. carlson1-5/+6
2022-02-12The third batchJunio C Hamano1-0/+19
2022-02-12t0001: replace "test [-d|-f]" with test_path_is_* functionsShaoxuan Yuan1-1/+2
2022-02-11fetch-pack: parameterize message containing 'ready' keywordBagas Sanjaya1-2/+10
2022-02-11log: add a --no-graph optionAlex Henrie5-4/+87
2022-02-11log: fix memory leak if --graph is passed multiple timesAlex Henrie3-0/+18
2022-02-10fetch: skip computing output width when not printing anythingPatrick Steinhardt1-2/+6
2022-02-10fetch-pack: use commit-graph when computing cutoffPatrick Steinhardt1-12/+16
2022-02-10t1410: mark bufsize boundary test as REFFILESHan-Wen Nienhuys1-1/+1
2022-02-10t1410: use test-tool ref-store to inspect reflogsHan-Wen Nienhuys1-1/+2
2022-02-10glossary: describe "worktree"Junio C Hamano1-2/+11
2022-02-10t/t0015-hash.sh: remove unnecessary '\' at line endJaydeep Das1-3/+3
2022-02-10clone, submodule: pass partial clone filters to submodulesJosh Steadmon8-8/+175
2022-02-09The second batch for 2.36Junio C Hamano1-1/+59
2022-02-09midx: prevent writing a .bitmap without any objectsTaylor Blau2-0/+31
2022-02-08completion: handle unusual characters for sparse-checkoutLessley Dennington2-13/+60
2022-02-08completion: improve sparse-checkout cone mode directory completionLessley Dennington2-17/+53
2022-02-08completion: address sparse-checkout issuesLessley Dennington2-8/+91
2022-02-08t0012: verify that built-ins handle `-h` even without gitdirJohannes Schindelin1-1/+6
2022-02-08checkout/fetch/pull/pack-objects: allow `-h` outside a repositoryJohannes Schindelin4-10/+17
2022-02-08config: make git_configset_get_string_tmp() privateDerrick Stolee2-3/+2