aboutsummaryrefslogtreecommitdiffstats
path: root/builtin/add.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-26Merge branch 'jk/unused-post-2.39'Junio C Hamano1-1/+1
2022-12-14Merge branch 'ab/various-leak-fixes'Junio C Hamano1-1/+1
2022-12-13diff: mark unused parameters in callbacksJeff King1-1/+1
2022-11-21built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason1-1/+1
2022-11-21cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason1-4/+4
2022-11-21cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason1-4/+4
2022-11-21cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason1-2/+3
2022-10-30use child_process members "args" and "env" directlyRené Scharfe1-10/+9
2022-06-07Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano1-1/+2
2022-06-03Merge branch 'ns/batch-fsync'Junio C Hamano1-2/+11
2022-05-30Merge branch 'js/use-builtin-add-i'Junio C Hamano1-10/+5
2022-04-13revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason1-1/+0
2022-04-13revisions API users: use release_revisions() for "prune_data" usersÆvar Arnfjörð Bjarmason1-0/+1
2022-04-13revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason1-0/+1
2022-04-06builtin/add: add ODB transaction around add_files_to_cacheNeeraj Singh1-0/+9
2022-04-06bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'Neeraj Singh1-2/+2
2022-01-27add: remove support for `git-legacy-stash`Johannes Schindelin1-14/+0
2022-01-05i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila1-1/+1
2022-01-05i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila1-2/+2
2022-01-05i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila1-4/+4
2021-12-01add -i: default to the built-in implementationJohannes Schindelin1-10/+5
2021-11-25run-command API users: use strvec_pushl(), not argv constructionÆvar Arnfjörð Bjarmason1-5/+2
2021-10-13Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano1-3/+29
2021-09-28add: update --renormalize to skip sparse pathsDerrick Stolee1-1/+3
2021-09-28add: update --chmod to skip sparse pathsDerrick Stolee1-1/+3
2021-09-28add: implement the --sparse optionDerrick Stolee1-4/+8
2021-09-28add: skip tracked paths outside sparse-checkout coneDerrick Stolee1-0/+4
2021-09-28add: fail when adding an untracked sparse fileDerrick Stolee1-0/+14
2021-09-20Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano1-6/+1
2021-09-10Merge branch 'ab/retire-advice-config'Junio C Hamano1-5/+6
2021-09-08Merge branch 'rs/xopen-reports-open-failures'Junio C Hamano1-3/+1
2021-09-07sparse-checkout: create helper methodsDerrick Stolee1-6/+1
2021-08-25use xopen() to handle fatal open(2) failuresRené Scharfe1-3/+1
2021-08-25advice: remove use of global advice_add_embedded_repoÆvar Arnfjörð Bjarmason1-3/+4
2021-08-25advice: remove read uses of most global `advice_` variablesBen Boeckel1-2/+2
2021-08-24Merge branch 'ds/add-with-sparse-index'Junio C Hamano1-3/+12
2021-08-10Merge branch 'ds/add-with-sparse-index' into ds/sparse-index-ignored-filesJunio C Hamano1-3/+12
2021-07-29add: remove ensure_full_index() with --renormalizeDerrick Stolee1-2/+0
2021-07-29add: ignore outside the sparse-checkout in refresh()Derrick Stolee1-1/+9
2021-07-29add: allow operating on a sparse-only indexDerrick Stolee1-0/+3
2021-07-01dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason1-2/+1
2021-05-14Merge branch 'ow/no-dryrun-in-add-i'Junio C Hamano1-0/+2
2021-05-07Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano1-14/+63
2021-05-07add: die if both --dry-run and --interactive are givenØystein Walle1-0/+2
2021-04-14add: ensure full indexDerrick Stolee1-0/+2
2021-04-08add: warn when asked to update SKIP_WORKTREE entriesMatheus Tavares1-14/+56
2021-04-08pathspec: allow to ignore SKIP_WORKTREE entries on index matchingMatheus Tavares1-2/+4
2021-04-08add: make --chmod and --renormalize honor sparse checkoutsMatheus Tavares1-0/+5
2021-04-08add: include magic part of pathspec on --refresh errorMatheus Tavares1-1/+1
2021-02-24add: propagate --chmod errors to exit statusMatheus Tavares1-4/+6