index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
pull.c
Age
Commit message (
Expand
)
Author
Lines
2023-05-09
Merge branch 'ob/messages-capitalize-exception'
Junio C Hamano
-1
/
+1
2023-04-28
messages: capitalization and punctuation exceptions
Oswald Buddenhagen
-1
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
-0
/
+1
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
-2
/
+2
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
-2
/
+2
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
-0
/
+1
2023-03-17
Merge branch 'jc/gpg-lazy-init'
Junio C Hamano
-6
/
+0
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
-0
/
+1
2023-02-09
gpg-interface: lazily initialize and read the configuration
Junio C Hamano
-6
/
+0
2022-11-21
{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"
Ævar Arnfjörð Bjarmason
-1
/
+1
2022-11-21
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
-2
/
+2
2022-10-30
use child_process members "args" and "env" directly
René Scharfe
-76
/
+71
2022-07-01
pull: fix a "struct oid_array" memory leak
Ævar Arnfjörð Bjarmason
-6
/
+10
2022-05-20
Merge branch 'gc/pull-recurse-submodules'
Junio C Hamano
-3
/
+7
2022-05-11
pull: do not let submodule.recurse override fetch.recurseSubmodules
Glen Choo
-3
/
+7
2022-02-25
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
-3
/
+3
2022-02-18
Merge branch 'js/short-help-outside-repo-fix'
Junio C Hamano
-2
/
+4
2022-02-08
checkout/fetch/pull/pack-objects: allow `-h` outside a repository
Johannes Schindelin
-2
/
+4
2022-02-05
Merge branch 'pb/pull-rebase-autostash-fix'
Junio C Hamano
-4
/
+3
2022-02-04
i18n: factorize "invalid value" messages
Jean-Noël Avila
-3
/
+3
2022-01-14
pull --rebase: honor rebase.autostash when fast-forwarding
Philippe Blain
-4
/
+3
2021-12-22
fetch/pull: use the sparse index
Derrick Stolee
-0
/
+2
2021-12-10
Merge branch 'ah/advice-pull-has-no-preference-between-rebase-and-merge'
Junio C Hamano
-1
/
+1
2021-11-23
Merge branch 'ev/pull-already-up-to-date-is-noop' into maint
Junio C Hamano
-2
/
+4
2021-11-21
Merge branch 'ev/pull-already-up-to-date-is-noop'
Junio C Hamano
-2
/
+4
2021-11-19
pull: don't say that merge is "the default strategy"
Alex Henrie
-1
/
+1
2021-11-18
pull: should be noop when already-up-to-date
Erwin Villejo
-2
/
+4
2021-11-10
Merge branch 'jc/fix-pull-ff-only-when-already-up-to-date'
Junio C Hamano
-1
/
+28
2021-11-04
Merge branch 'ar/fix-git-pull-no-verify'
Junio C Hamano
-0
/
+6
2021-10-29
pull: --ff-only should make it a noop when already-up-to-date
Junio C Hamano
-1
/
+28
2021-10-28
pull: honor --no-verify and do not call the commit-msg hook
Alex Riesen
-0
/
+6
2021-10-18
Merge branch 'js/retire-preserve-merges'
Junio C Hamano
-6
/
+3
2021-09-20
Merge branch 'js/run-command-close-packs'
Junio C Hamano
-1
/
+2
2021-09-09
Close object store closer to spawning child processes
Johannes Schindelin
-2
/
+1
2021-09-08
pull: release packs before fetching
Johannes Schindelin
-0
/
+2
2021-09-07
pull: remove support for `--rebase=preserve`
Johannes Schindelin
-6
/
+3
2021-07-22
pull: fix handling of multiple heads
Elijah Newren
-4
/
+14
2021-07-22
pull: update docs & code for option compatibility with rebasing
Elijah Newren
-0
/
+2
2021-07-22
pull: abort by default when fast-forwarding is not possible
Elijah Newren
-4
/
+6
2021-07-22
pull: make --rebase and --no-rebase override pull.ff=only
Elijah Newren
-1
/
+15
2021-07-22
pull: since --ff-only overrides, handle it first
Elijah Newren
-8
/
+8
2021-07-20
pull: abort if --ff-only is given and fast-forwarding is impossible
Alex Henrie
-3
/
+8
2021-06-19
pull: trivial whitespace style fix
Felipe Contreras
-3
/
+3
2021-06-19
pull: trivial cleanup
Felipe Contreras
-4
/
+2
2021-06-19
pull: cleanup autostash check
Felipe Contreras
-9
/
+7
2020-12-15
pull: display default warning only when non-ff
Felipe Contreras
-2
/
+5
2020-12-15
pull: correct condition to trigger non-ff advice
Junio C Hamano
-13
/
+19
2020-12-15
pull: get rid of unnecessary global variable
Junio C Hamano
-6
/
+5
2020-12-14
pull: give the advice for choosing rebase/merge much later
Felipe Contreras
-14
/
+18
[next]