summaryrefslogtreecommitdiff
path: root/advice.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fc/advice-diverged-history'Junio C Hamano2023-03-191-0/+1
|\
| * advice: add diverging advice for novicesFelipe Contreras2023-03-081-0/+1
* | treewide: remove unnecessary git-compat-util.h includes in headersElijah Newren2023-02-231-2/+0
|/
* advice.h: add advise_on_moving_dirty_path()Shaoxuan Yuan2022-08-101-0/+1
* 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 'ab/retire-advice-config'Junio C Hamano2021-09-101-32/+2
|\
| * advice: move advice.graftFileDeprecated squashing to commit.[ch]Ævar Arnfjörð Bjarmason2021-08-251-2/+0
| * advice: remove use of global advice_add_embedded_repoÆvar Arnfjörð Bjarmason2021-08-251-1/+0
| * advice: remove read uses of most global `advice_` variablesBen Boeckel2021-08-251-28/+0
| * 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/+2
|\ \
| * | sequencer: advise if skipping cherry-picked commitJosh Steadmon2021-08-301-0/+2
| |/
* | Merge branch 'en/pull-conflicting-options'Junio C Hamano2021-08-301-0/+1
|\ \ | |/ |/|
| * pull: abort if --ff-only is given and fast-forwarding is impossibleAlex Henrie2021-07-201-0/+1
* | advice.h: add missing __attribute__((format)) & fix usageÆvar Arnfjörð Bjarmason2021-07-131-0/+1
|/
* add: warn when asked to update SKIP_WORKTREE entriesMatheus Tavares2021-04-081-0/+4
* push: parse and set flag for "--force-if-includes"Srinidhi Kaushik2020-10-031-0/+2
* Merge branch 'hw/advise-ng'Junio C Hamano2020-03-251-1/+51
|\
| * tag: use new advice API to check visibilityHeba Waly2020-03-051-1/+0
| * advice: revamp advise APIHeba Waly2020-03-051-0/+51
* | add: change advice config variables used by the add APIHeba Waly2020-02-061-1/+2
* | add: use advise function to display hintsHeba Waly2020-01-151-0/+1
|/
* submodule--helper: advise on fatal alternate errorJonathan Tan2019-12-031-0/+1
* Merge branch 'ra/cherry-pick-revert-skip'Junio C Hamano2019-07-191-0/+1
|\
| * sequencer: add advice for revertRohit Ashiwal2019-07-021-0/+1
* | Merge branch 'ds/fetch-disable-force-notice'Junio C Hamano2019-07-091-0/+1
|\ \
| * | fetch: warn about forced updates in branch listingDerrick Stolee2019-06-211-0/+1
| |/
* | status: warn when a/b calculation takes too longJeff Hostetler2019-06-211-0/+1
|/
* Merge branch 'dl/no-extern-in-func-decl'Junio C Hamano2019-05-131-1/+1
|\
| * *.[ch]: remove extern from function declarations using spatchDenton Liu2019-05-051-1/+1
* | tag: advise on nested tagsDenton Liu2019-04-121-0/+1
|/
* push: add an advice on unqualified <dst> pushÆvar Arnfjörð Bjarmason2018-11-141-0/+1
* reset: warn when refresh_index() takes more than 2 secondsBen Peart2018-10-241-0/+1
* Merge branch 'ab/checkout-default-remote'Junio C Hamano2018-08-021-0/+1
|\
| * checkout: add advice for ambiguous "checkout <branch>"Ævar Arnfjörð Bjarmason2018-06-111-0/+1
* | am: move advice.amWorkDir parsing back to advice.cNguyễn Thái Ngọc Duy2018-05-291-0/+1
|/
* Deprecate support for .git/info/graftsJohannes Schindelin2018-04-301-0/+1
* Merge branch 'ls/editor-waiting-message'Junio C Hamano2017-12-191-0/+1
|\
| * launch_editor(): indicate that Git waits for user inputls/editor-waiting-messageLars Schneider2017-12-071-0/+1
* | run-command: add hint when a hook is ignoreddm/run-command-ignored-hook-adviseDamien Marié2017-10-101-0/+1
|/
* add: warn when adding an embedded repositoryJeff King2017-06-151-0/+1
* pull: check if in unresolved merge statePaul Tan2015-06-181-0/+1
* Merge branch 'jc/push-2.0-default-to-simple'Junio C Hamano2014-03-071-1/+0
|\
| * push: switch default from "matching" to "simple"jc/push-2.0-default-to-simpleJunio C Hamano2013-06-181-1/+0
* | Merge branch 'jk/gcc-function-attributes'Junio C Hamano2013-07-221-0/+1
|\ \
| * | add missing "format" function attributesJeff King2013-07-091-0/+1