index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
advice.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-5
/
+2
2024-12-19
Merge branch 'bf/fetch-set-head-config'
Junio C Hamano
1
-0
/
+1
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
1
-7
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-12-06
advice: suggest using subcommand "git config set"
Bence Ferdinandy
1
-1
/
+1
2024-12-06
fetch set_head: move warn advice into advise_if_enabled
Bence Ferdinandy
1
-0
/
+1
2024-07-16
Merge branch 'ds/advice-sparse-index-expansion'
Junio C Hamano
1
-0
/
+1
2024-07-08
advice: warn when sparse index expands
Derrick Stolee
1
-0
/
+1
2024-06-20
Merge branch 'pw/rebase-i-error-message'
Junio C Hamano
1
-0
/
+1
2024-05-30
rebase -i: improve error message when picking merge
Phillip Wood
1
-0
/
+1
2024-05-03
advice: add --no-advice global option
James Liu
1
-0
/
+7
2024-04-09
Merge branch 'jc/advice-sans-trailing-whitespace'
Junio C Hamano
1
-1
/
+2
2024-03-29
advice: omit trailing whitespace
Junio C Hamano
1
-1
/
+2
2024-03-18
sequencer: allow disabling conflict advice
Philippe Blain
1
-0
/
+1
2024-03-15
Merge branch 'kh/branch-ref-syntax-advice'
Junio C Hamano
1
-0
/
+1
2024-03-05
branch: advise about ref syntax rules
Kristoffer Haugsbakk
1
-0
/
+1
2024-02-26
merge-ort: turn submodule conflict suggestions into an advice
Philippe Blain
1
-0
/
+1
2024-01-16
advice: allow disabling the automatic hint in advise_if_enabled()
Rubén Justo
1
-50
/
+59
2024-01-11
branch: make the advice to force-deleting a conditional one
Rubén Justo
1
-0
/
+1
2024-01-11
advice: sort the advice related lists
Rubén Justo
1
-8
/
+5
2023-08-07
advice: handle "rebase" in error_resolve_conflict()
Oswald Buddenhagen
1
-2
/
+3
2023-05-17
worktree add: introduce "try --orphan" hint
Jacob Abel
1
-0
/
+1
2023-03-19
Merge branch 'fc/advice-diverged-history'
Junio C Hamano
1
-0
/
+9
2023-03-08
advice: add diverging advice for novices
Felipe Contreras
1
-0
/
+9
2023-02-23
treewide: replace cache.h with more direct headers, where possible
Elijah Newren
1
-1
/
+3
2022-08-10
advice.h: add advise_on_moving_dirty_path()
Shaoxuan Yuan
1
-0
/
+19
2022-04-04
Merge branch 'tk/ambiguous-fetch-refspec'
Junio C Hamano
1
-0
/
+1
2022-04-01
tracking branches: add advice to ambiguous refspec error
Tao Klerks
1
-0
/
+1
2022-03-14
reset: replace '--quiet' with '--no-refresh' in performance advice
Victoria Dye
1
-1
/
+1
2022-02-25
switch: mention the --detach option when dying due to lack of a branch
Alex Henrie
1
-0
/
+1
2022-02-04
branch: add --recurse-submodules option for branch creation
Glen Choo
1
-0
/
+1
2021-10-13
Merge branch 'ds/add-rm-with-sparse-index'
Junio C Hamano
1
-5
/
+6
2021-09-28
advice: update message to suggest '--sparse'
Derrick Stolee
1
-5
/
+6
2021-09-10
Merge branch 'ab/retire-advice-config'
Junio C Hamano
1
-81
/
+4
2021-09-10
Merge branch 'js/advise-when-skipping-cherry-picked'
Junio C Hamano
1
-0
/
+3
2021-08-30
sequencer: advise if skipping cherry-picked commit
Josh Steadmon
1
-0
/
+3
2021-08-25
advice: move advice.graftFileDeprecated squashing to commit.[ch]
Ævar Arnfjörð Bjarmason
1
-16
/
+0
2021-08-25
advice: remove use of global advice_add_embedded_repo
Ævar Arnfjörð Bjarmason
1
-2
/
+0
2021-08-25
advice: remove read uses of most global `advice_` variables
Ben Boeckel
1
-61
/
+2
2021-08-25
advice: add enum variants for missing advice variables
Ben Boeckel
1
-0
/
+2
2021-07-20
pull: abort if --ff-only is given and fast-forwarding is impossible
Alex Henrie
1
-0
/
+5
2021-04-08
add: warn when asked to update SKIP_WORKTREE entries
Matheus Tavares
1
-0
/
+20
2020-10-03
push: parse and set flag for "--force-if-includes"
Srinidhi Kaushik
1
-0
/
+3
2020-03-25
Merge branch 'hw/advise-ng'
Junio C Hamano
1
-9
/
+88
2020-03-05
tag: use new advice API to check visibility
Heba Waly
1
-2
/
+0
2020-03-05
advice: revamp advise API
Heba Waly
1
-4
/
+80
2020-03-02
advice: change "setupStreamFailure" to "setUpstreamFailure"
Heba Waly
1
-1
/
+1
2020-03-02
advice: extract vadvise() from advise()
Heba Waly
1
-4
/
+9
2020-02-06
add: change advice config variables used by the add API
Heba Waly
1
-2
/
+4
2020-01-15
add: use advise function to display hints
Heba Waly
1
-0
/
+2
[next]