Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-21builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason
2022-09-23builtin/grep.c: integrate with sparse indexShaoxuan Yuan
2022-06-22grep: add --max-count command line optionCarlos López
2022-03-17Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-02-26object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason
2022-02-26Merge branch 'ab/grep-patterntype'Junio C Hamano
2022-02-16grep: simplify config parsing and option parsingÆvar Arnfjörð Bjarmason
2022-02-16grep API: call grep_config() after grep_init()Ævar Arnfjörð Bjarmason
2022-02-16grep.c: don't pass along NULL callback valueÆvar Arnfjörð Bjarmason
2022-02-16built-ins: trust the "prefix" from run_builtin()Ævar Arnfjörð Bjarmason
2022-02-05i18n: factorize more 'incompatible options' messagesJean-Noël Avila
2021-10-23grep: fix a "path_list" memory leakÆvar Arnfjörð Bjarmason
2021-10-23grep: use object_array_clear() in cmd_grep()Ævar Arnfjörð Bjarmason
2021-10-23grep: prefer "struct grep_opt" over its "void *" equivalentÆvar Arnfjörð Bjarmason
2021-09-10repository: support unabsorbed in repo_submodule_initJonathan Tan
2021-09-08grep: add repository to OID grep sourcesJonathan Tan
2021-09-08grep: allocate subrepos on heapJonathan Tan
2021-09-08grep: read submodule entry with explicit repoJonathan Tan
2021-09-08grep: typesafe versions of grep_source_initJonathan Tan
2021-09-08grep: use submodule-ODB-as-alternate lazy-additionJonathan Tan
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano
2021-04-30Merge branch 'ds/sparse-index-protections'Junio C Hamano
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-04-14grep: ensure full indexDerrick Stolee
2021-03-23Merge branch 'ab/grep-pcre2-allocfix'Junio C Hamano
2021-03-14use CALLOC_ARRAYRené Scharfe
2021-02-26Merge branch 'mt/grep-sparse-checkout'Junio C Hamano
2021-02-18Merge branch 'mt/grep-cached-untracked'Junio C Hamano
2021-02-18grep/pcre2: move back to thread-only PCREv2 structuresÆvar Arnfjörð Bjarmason
2021-02-10grep: honor sparse-checkout on working tree searchesMatheus Tavares
2021-02-09grep: error out if --untracked is used with --cachedMatheus Tavares
2021-01-26grep/log: remove hidden --debug and --grep-debug optionsÆvar Arnfjörð Bjarmason
2020-11-22grep: use designated initializers for `grep_defaults`Martin Ågren
2020-11-22grep: don't set up a "default" repo for grepMartin Ågren
2020-10-12grep: handle deref_tag() returning NULLRené Scharfe
2020-09-10quote_path: give flags parameter to quote_path()Junio C Hamano
2020-09-10quote_path: rename quote_path_relative() to quote_path()Junio C Hamano
2020-08-19dir: fix problematic API to avoid memory leaksElijah Newren
2020-08-10Merge branch 'jk/strvec'Junio C Hamano
2020-07-29grep: avoid using oid_to_hex() with parse_object_or_die()René Scharfe
2020-07-29strvec: convert builtin/ callers away from argv_array nameJeff King
2020-05-06Merge branch 'dl/opt-callback-cleanup'Junio C Hamano
2020-04-30Merge branch 'en/fill-directory-exponential'Junio C Hamano
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-04-20grep: follow conventions for printing paths w/ unusual charsMatheus Tavares
2020-04-01Fix error-prone fill_directory() API; make it only return matchesElijah Newren
2020-02-14Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano
2020-01-30grep: ignore --recurse-submodules if --no-index is givenPhilippe Blain
2020-01-18grep: use no. of cores as the default no. of threadsMatheus Tavares