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-21ls-files: fix a --with-tree memory leakÆvar Arnfjörð Bjarmason
2022-09-12ls-files: fix black space in error messageZheNing Hu
2022-07-23ls-files: introduce "--format" optionZheNing Hu
2022-02-24ls-files: support --recurse-submodules --stageJonathan Tan
2022-01-10Merge branch 'ja/i18n-similar-messages'Junio C Hamano
2022-01-06i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-12-22ls-files: add --sparse optionDerrick Stolee
2021-10-08ls-files: add missing string_list_clear()Ævar Arnfjörð Bjarmason
2021-10-08ls-files: fix a trivial dir_clear() leakÆvar Arnfjörð Bjarmason
2021-10-06Merge branch 'jt/add-submodule-odb-clean-up'Junio C Hamano
2021-09-22ls-files: use imperative mood for -X and -z option descriptionBagas Sanjaya
2021-09-10repository: support unabsorbed in repo_submodule_initJonathan Tan
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason
2021-05-20Merge branch 'en/dir-traversal'Junio C Hamano
2021-05-13ls-files: error out on -i unless -o or -c are specifiedElijah Newren
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Junio C Hamano
2021-05-07Merge branch 'ah/plugleaks'Junio C Hamano
2021-04-28ls-files: free max_prefix when doneAndrzej Hunt
2021-04-27hash: provide per-algorithm null OIDsbrian m. carlson
2021-04-14ls-files: ensure full indexDerrick Stolee
2021-04-14*: remove 'const' qualifier for struct index_stateDerrick Stolee
2021-03-21tree.h API: simplify read_tree_recursive() signatureÆvar Arnfjörð Bjarmason
2021-03-21ls-files: refactor away read_tree()Ævar Arnfjörð Bjarmason
2021-03-21ls-files: don't needlessly pass around stage variableÆvar Arnfjörð Bjarmason
2021-03-21tree.c API: move read_tree() into builtin/ls-files.cÆvar Arnfjörð Bjarmason
2021-01-23ls-files.c: add --deduplicate optionZheNing Hu
2021-01-23ls_files.c: consolidate two for loops into oneZheNing Hu
2021-01-23ls_files.c: bugfix for --deleted and --modifiedZheNing Hu
2020-08-19dir: fix problematic API to avoid memory leaksElijah Newren
2020-05-06Merge branch 'dl/opt-callback-cleanup'Junio C Hamano
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu
2020-04-01Fix error-prone fill_directory() API; make it only return matchesElijah Newren
2019-09-30Merge branch 'ds/include-exclude'Junio C Hamano
2019-09-06treewide: rename 'exclude' methods to 'pattern'Derrick Stolee
2019-09-06treewide: rename 'struct exclude_list' to 'struct pattern_list'Derrick Stolee
2019-06-13cleanup: fix possible overflow errors in binary search, part 2René Scharfe
2019-04-25Merge branch 'tg/ls-files-debug-format-fix'Junio C Hamano
2019-04-08ls-files: use correct format stringThomas Gummerer
2019-03-20report_path_error(): drop unused prefix parameterJeff King
2019-02-07Merge branch 'nd/the-index-final'Junio C Hamano
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy
2018-12-05repository: repo_submodule_init to take a submodule structStefan Beller
2018-11-19tree.c: make read_tree*() take 'struct repository *'Nguyễn Thái Ngọc Duy
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksJeff King
2018-11-06ls-files: mark exclude options as NONEGJeff King
2018-08-14ls-files: correct index argument to get_convert_attr_ascii()Nguyễn Thái Ngọc Duy
2018-08-14dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy
2018-08-14convert.c: remove an implicit dependency on the_indexNguyễn Thái Ngọc Duy
2018-06-01Merge branch 'nd/use-opt-int-set-f'Junio C Hamano