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
2023-02-07add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason
2023-02-07add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason
2022-12-26Merge branch 'jk/unused-post-2.39'Junio C Hamano
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano
2022-12-13diff: mark unused parameters in callbacksJeff King
2022-11-21built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason
2022-10-30use child_process members "args" and "env" directlyRené Scharfe
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