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-06-08Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano
2022-06-04Merge branch 'ns/batch-fsync'Junio C Hamano
2022-05-31Merge branch 'js/use-builtin-add-i'Junio C Hamano
2022-04-14revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason
2022-04-14revisions API users: use release_revisions() for "prune_data" usersÆvar Arnfjörð Bjarmason
2022-04-14revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason
2022-04-06builtin/add: add ODB transaction around add_files_to_cacheNeeraj Singh
2022-04-06bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'Neeraj Singh
2022-01-28add: remove support for `git-legacy-stash`Johannes Schindelin
2022-01-06i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila
2022-01-06i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila
2022-01-06i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila
2021-12-02add -i: default to the built-in implementationJohannes Schindelin
2021-11-26run-command API users: use strvec_pushl(), not argv constructionÆvar Arnfjörð Bjarmason
2021-10-14Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano
2021-09-28add: update --renormalize to skip sparse pathsDerrick Stolee
2021-09-28add: update --chmod to skip sparse pathsDerrick Stolee
2021-09-28add: implement the --sparse optionDerrick Stolee
2021-09-28add: skip tracked paths outside sparse-checkout coneDerrick Stolee
2021-09-28add: fail when adding an untracked sparse fileDerrick Stolee
2021-09-21Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano
2021-09-10Merge branch 'ab/retire-advice-config'Junio C Hamano
2021-09-08Merge branch 'rs/xopen-reports-open-failures'Junio C Hamano
2021-09-08sparse-checkout: create helper methodsDerrick Stolee
2021-08-26use xopen() to handle fatal open(2) failuresRené Scharfe
2021-08-25advice: remove use of global advice_add_embedded_repoÆvar Arnfjörð Bjarmason
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel
2021-08-25Merge branch 'ds/add-with-sparse-index'Junio C Hamano
2021-08-10Merge branch 'ds/add-with-sparse-index' into ds/sparse-index-ignored-filesJunio C Hamano
2021-07-29add: remove ensure_full_index() with --renormalizeDerrick Stolee
2021-07-29add: ignore outside the sparse-checkout in refresh()Derrick Stolee
2021-07-29add: allow operating on a sparse-only indexDerrick Stolee
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason
2021-05-14Merge branch 'ow/no-dryrun-in-add-i'Junio C Hamano
2021-05-07Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano
2021-05-07add: die if both --dry-run and --interactive are givenØystein Walle
2021-04-14add: ensure full indexDerrick Stolee
2021-04-09add: warn when asked to update SKIP_WORKTREE entriesMatheus Tavares
2021-04-09pathspec: allow to ignore SKIP_WORKTREE entries on index matchingMatheus Tavares
2021-04-09add: make --chmod and --renormalize honor sparse checkoutsMatheus Tavares
2021-04-09add: include magic part of pathspec on --refresh errorMatheus Tavares
2021-02-24add: propagate --chmod errors to exit statusMatheus Tavares
2021-02-24add: mark --chmod error string for translationMatheus Tavares
2021-02-24add --chmod: don't update index when --dry-run is usedMatheus Tavares
2020-09-30drop unused argc parametersJeff King
2020-09-09add -i: use the built-in version when feature.experimental is setJunio C Hamano
2020-08-19dir: fix problematic API to avoid memory leaksElijah Newren
2020-07-31strvec: rename struct fieldsJeff King
2020-07-29strvec: convert builtin/ callers away from argv_array nameJeff King
2020-07-29strvec: rename files from argv-array to strvecJeff King