summaryrefslogtreecommitdiff
path: root/builtin/add.c
Commit message (Expand)AuthorAgeFilesLines
* editor: move editor-related functions and declarations into common fileElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on advice.hElijah Newren2023-04-111-0/+1
* treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* add API: remove run_add_interactive() wrapper functionÆvar Arnfjörð Bjarmason2023-02-061-27/+4
* add: remove "add.interactive.useBuiltin" & Perl "git add--interactive"Ævar Arnfjörð Bjarmason2023-02-061-43/+23
* Merge branch 'jk/unused-post-2.39'Junio C Hamano2022-12-261-1/+1
|\
| * diff: mark unused parameters in callbacksJeff King2022-12-131-1/+1
* | Merge branch 'ab/various-leak-fixes'Junio C Hamano2022-12-141-1/+1
|\ \ | |/ |/|
| * built-ins: use free() not UNLEAK() if trivial, rm dead codeÆvar Arnfjörð Bjarmason2022-11-211-1/+1
* | cocci: apply "pending" index-compatibility to some "builtin/*.c"Ævar Arnfjörð Bjarmason2022-11-211-4/+4
* | cocci & cache.h: apply variable section of "pending" index-compatibilityÆvar Arnfjörð Bjarmason2022-11-211-4/+4
* | cocci & cache.h: remove rarely used "the_index" compat macrosÆvar Arnfjörð Bjarmason2022-11-211-2/+3
* | use child_process members "args" and "env" directlyRené Scharfe2022-10-301-10/+9
|/
* Merge branch 'ab/plug-leak-in-revisions'Junio C Hamano2022-06-071-1/+2
|\
| * revisions API: have release_revisions() release "prune_data"Ævar Arnfjörð Bjarmason2022-04-131-1/+0
| * revisions API users: use release_revisions() for "prune_data" usersÆvar Arnfjörð Bjarmason2022-04-131-0/+1
| * revisions API users: add straightforward release_revisions()Ævar Arnfjörð Bjarmason2022-04-131-0/+1
* | Merge branch 'ns/batch-fsync'Junio C Hamano2022-06-031-2/+11
|\ \
| * | builtin/add: add ODB transaction around add_files_to_cacheNeeraj Singh2022-04-061-0/+9
| * | bulk-checkin: rebrand plug/unplug APIs as 'odb transactions'Neeraj Singh2022-04-061-2/+2
| |/
* | Merge branch 'js/use-builtin-add-i'Junio C Hamano2022-05-301-10/+5
|\ \ | |/ |/|
| * add -i: default to the built-in implementationJohannes Schindelin2021-12-011-10/+5
* | add: remove support for `git-legacy-stash`Johannes Schindelin2022-01-271-14/+0
* | i18n: turn even more messages into "cannot be used together" onesJean-Noël Avila2022-01-051-1/+1
* | i18n: factorize "--foo requires --bar" and the likeJean-Noël Avila2022-01-051-2/+2
* | i18n: turn "options are incompatible" into "cannot be used together"Jean-Noël Avila2022-01-051-4/+4
* | run-command API users: use strvec_pushl(), not argv constructionÆvar Arnfjörð Bjarmason2021-11-251-5/+2
|/
* Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano2021-10-131-3/+29
|\
| * add: update --renormalize to skip sparse pathsDerrick Stolee2021-09-281-1/+3
| * add: update --chmod to skip sparse pathsDerrick Stolee2021-09-281-1/+3
| * add: implement the --sparse optionDerrick Stolee2021-09-281-4/+8
| * add: skip tracked paths outside sparse-checkout coneDerrick Stolee2021-09-281-0/+4
| * add: fail when adding an untracked sparse fileDerrick Stolee2021-09-281-0/+14
* | Merge branch 'ds/sparse-index-ignored-files'Junio C Hamano2021-09-201-6/+1
|\ \ | |/
| * sparse-checkout: create helper methodsDerrick Stolee2021-09-071-6/+1
| * Merge branch 'ds/add-with-sparse-index' into ds/sparse-index-ignored-filesJunio C Hamano2021-08-101-3/+12
| |\
* | \ Merge branch 'ab/retire-advice-config'Junio C Hamano2021-09-101-5/+6
|\ \ \
| * | | advice: remove use of global advice_add_embedded_repoÆvar Arnfjörð Bjarmason2021-08-251-3/+4
| * | | advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-2/+2
| |/ /
* | | Merge branch 'rs/xopen-reports-open-failures'Junio C Hamano2021-09-081-3/+1
|\ \ \
| * | | use xopen() to handle fatal open(2) failuresRené Scharfe2021-08-251-3/+1
| |/ /
* | | Merge branch 'ds/add-with-sparse-index'Junio C Hamano2021-08-241-3/+12
|\ \ \ | |/ / |/| / | |/
| * add: remove ensure_full_index() with --renormalizeDerrick Stolee2021-07-291-2/+0
| * add: ignore outside the sparse-checkout in refresh()Derrick Stolee2021-07-291-1/+9
| * add: allow operating on a sparse-only indexDerrick Stolee2021-07-291-0/+3
* | dir.[ch]: replace dir_init() with DIR_INITÆvar Arnfjörð Bjarmason2021-07-011-2/+1
|/
* Merge branch 'ow/no-dryrun-in-add-i'Junio C Hamano2021-05-141-0/+2
|\
| * add: die if both --dry-run and --interactive are givenØystein Walle2021-05-071-0/+2
* | Merge branch 'mt/add-rm-in-sparse-checkout'Junio C Hamano2021-05-071-14/+63
|\ \ | |/ |/|
| * add: warn when asked to update SKIP_WORKTREE entriesMatheus Tavares2021-04-081-14/+56