summaryrefslogtreecommitdiffstats
path: root/advice.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ps/build-sign-compare'Junio C Hamano2024-12-231-5/+2
|\
| * global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt2024-12-061-7/+2
| * global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt2024-12-061-0/+2
* | Merge branch 'bf/fetch-set-head-config'Junio C Hamano2024-12-191-0/+1
|\ \
| * | fetch set_head: move warn advice into advise_if_enabledBence Ferdinandy2024-12-051-0/+1
| |/
* / advice: suggest using subcommand "git config set"Bence Ferdinandy2024-12-061-1/+1
|/
* Merge branch 'ds/advice-sparse-index-expansion'Junio C Hamano2024-07-161-0/+1
|\
| * advice: warn when sparse index expandsDerrick Stolee2024-07-081-0/+1
* | Merge branch 'pw/rebase-i-error-message'Junio C Hamano2024-06-211-0/+1
|\ \
| * | rebase -i: improve error message when picking mergePhillip Wood2024-05-301-0/+1
* | | advice: add --no-advice global optionJames Liu2024-05-031-0/+7
* | | Merge branch 'jc/advice-sans-trailing-whitespace'Junio C Hamano2024-04-091-1/+2
|\ \ \ | |/ / |/| |
| * | advice: omit trailing whitespaceJunio C Hamano2024-03-301-1/+2
* | | sequencer: allow disabling conflict advicePhilippe Blain2024-03-181-0/+1
|/ /
* | Merge branch 'kh/branch-ref-syntax-advice'Junio C Hamano2024-03-161-0/+1
|\ \
| * | branch: advise about ref syntax rulesKristoffer Haugsbakk2024-03-051-0/+1
| |/
* / merge-ort: turn submodule conflict suggestions into an advicePhilippe Blain2024-02-261-0/+1
|/
* advice: allow disabling the automatic hint in advise_if_enabled()Rubén Justo2024-01-161-50/+59
* branch: make the advice to force-deleting a conditional oneRubén Justo2024-01-121-0/+1
* advice: sort the advice related listsRubén Justo2024-01-121-8/+5
* advice: handle "rebase" in error_resolve_conflict()Oswald Buddenhagen2023-08-071-2/+3
* worktree add: introduce "try --orphan" hintJacob Abel2023-05-181-0/+1
* Merge branch 'fc/advice-diverged-history'Junio C Hamano2023-03-191-0/+9
|\
| * advice: add diverging advice for novicesFelipe Contreras2023-03-081-0/+9
* | treewide: replace cache.h with more direct headers, where possibleElijah Newren2023-02-241-1/+3
|/
* advice.h: add advise_on_moving_dirty_path()Shaoxuan Yuan2022-08-101-0/+19
* Merge branch 'tk/ambiguous-fetch-refspec'Junio C Hamano2022-04-041-0/+1
|\
| * tracking branches: add advice to ambiguous refspec errorTao Klerks2022-04-011-0/+1
* | reset: replace '--quiet' with '--no-refresh' in performance adviceVictoria Dye2022-03-151-1/+1
|/
* switch: mention the --detach option when dying due to lack of a branchAlex Henrie2022-02-261-0/+1
* branch: add --recurse-submodules option for branch creationGlen Choo2022-02-041-0/+1
* Merge branch 'ds/add-rm-with-sparse-index'Junio C Hamano2021-10-141-5/+6
|\
| * advice: update message to suggest '--sparse'Derrick Stolee2021-09-281-5/+6
* | Merge branch 'ab/retire-advice-config'Junio C Hamano2021-09-101-81/+4
|\ \
| * | advice: move advice.graftFileDeprecated squashing to commit.[ch]Ævar Arnfjörð Bjarmason2021-08-251-16/+0
| * | advice: remove use of global advice_add_embedded_repoÆvar Arnfjörð Bjarmason2021-08-251-2/+0
| * | advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-61/+2
| * | advice: add enum variants for missing advice variablesBen Boeckel2021-08-251-0/+2
| |/
* | Merge branch 'js/advise-when-skipping-cherry-picked'Junio C Hamano2021-09-101-0/+3
|\ \
| * | sequencer: advise if skipping cherry-picked commitJosh Steadmon2021-08-311-0/+3
| |/
* / pull: abort if --ff-only is given and fast-forwarding is impossibleAlex Henrie2021-07-211-0/+5
|/
* add: warn when asked to update SKIP_WORKTREE entriesMatheus Tavares2021-04-081-0/+20
* push: parse and set flag for "--force-if-includes"Srinidhi Kaushik2020-10-031-0/+3
* Merge branch 'hw/advise-ng'Junio C Hamano2020-03-251-9/+88
|\
| * tag: use new advice API to check visibilityHeba Waly2020-03-051-2/+0
| * advice: revamp advise APIHeba Waly2020-03-051-4/+80
| * advice: change "setupStreamFailure" to "setUpstreamFailure"Heba Waly2020-03-021-1/+1
| * advice: extract vadvise() from advise()Heba Waly2020-03-021-4/+9
* | add: change advice config variables used by the add APIHeba Waly2020-02-061-2/+4
* | add: use advise function to display hintsHeba Waly2020-01-151-0/+2
|/