summaryrefslogtreecommitdiff
path: root/advice.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-141-1/+1
|/
* switch: mention the --detach option when dying due to lack of a branchAlex Henrie2022-02-251-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-131-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-301-0/+3
| |/
* | pull: abort if --ff-only is given and fast-forwarding is impossibleAlex Henrie2021-07-201-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
|/
* submodule--helper: advise on fatal alternate errorJonathan Tan2019-12-031-0/+2
* Merge branch 'ra/cherry-pick-revert-skip'Junio C Hamano2019-07-191-0/+2
|\
| * sequencer: add advice for revertRohit Ashiwal2019-07-021-0/+2
* | Merge branch 'ds/fetch-disable-force-notice'Junio C Hamano2019-07-091-0/+2
|\ \
| * | fetch: warn about forced updates in branch listingDerrick Stolee2019-06-211-0/+2
| |/
* | Merge branch 'jh/status-aheadbehind'Junio C Hamano2019-07-091-0/+2
|\ \
| * | status: warn when a/b calculation takes too longJeff Hostetler2019-06-211-0/+2
| |/
* | Merge branch 'nd/switch-and-restore'Junio C Hamano2019-07-091-4/+13
|\ \ | |/ |/|
| * doc: promote "git switch"Nguyễn Thái Ngọc Duy2019-04-021-6/+6
| * checkout: advice how to get out of detached HEAD modeNguyễn Thái Ngọc Duy2019-04-021-4/+13
* | tag: advise on nested tagsDenton Liu2019-04-121-0/+2
|/
* push: add an advice on unqualified <dst> pushÆvar Arnfjörð Bjarmason2018-11-141-0/+2
* reset: warn when refresh_index() takes more than 2 secondsBen Peart2018-10-241-0/+2
* Merge branch 'ab/checkout-default-remote'Junio C Hamano2018-08-021-0/+2
|\
| * checkout: add advice for ambiguous "checkout <branch>"Ævar Arnfjörð Bjarmason2018-06-111-0/+2
* | am: move advice.amWorkDir parsing back to advice.cNguyễn Thái Ngọc Duy2018-05-291-0/+2
* | advice: keep config name in camelCase in advice_config[]Nguyễn Thái Ngọc Duy2018-05-291-21/+21
* | help: add --config to list all available configNguyễn Thái Ngọc Duy2018-05-291-0/+9
|/
* Merge branch 'js/deprecate-grafts'Junio C Hamano2018-05-231-0/+2
|\
| * Deprecate support for .git/info/graftsJohannes Schindelin2018-04-301-0/+2
* | push: colorize errorsRyan Dammrose2018-04-241-2/+47
|/
* Merge branch 'ls/editor-waiting-message'Junio C Hamano2017-12-191-0/+2
|\