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
/
builtin
/
pull.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-04
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-4
/
+5
2025-08-01
Merge branch 'ly/pull-autostash'
Junio C Hamano
1
-3
/
+17
2025-07-23
config: move Git config parsing into "environment.c"
Patrick Steinhardt
1
-0
/
+1
2025-07-23
config: drop `git_config_get_value()` wrapper
Patrick Steinhardt
1
-3
/
+3
2025-07-23
config: drop `git_config()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-21
pull: add pull.autoStash config option
Lidong Yan
1
-3
/
+17
2025-07-07
Merge branch 'jk/submodule-remote-lookup-cleanup'
Junio C Hamano
1
-1
/
+1
2025-06-23
remote: remove branch->merge_name and fix branch_release()
Jacob Keller
1
-1
/
+1
2025-06-13
merge/pull: add the "--compact-summary" option
Junio C Hamano
1
-0
/
+3
2025-03-21
refspec: replace `refspec_item_init()` with fetch/push variants
Taylor Blau
1
-1
/
+1
2025-03-21
refspec: remove refspec_item_init_or_die()
Taylor Blau
1
-1
/
+2
2025-03-21
refspec: treat 'fetch' as a Boolean value
Taylor Blau
1
-1
/
+1
2024-12-06
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
1
-3
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-11-04
doc: correct misleading descriptions for --shallow-exclude
Elijah Newren
1
-2
/
+2
2024-10-02
Merge branch 'ps/leakfixes-part-7'
Junio C Hamano
1
-4
/
+7
2024-09-27
builtin/pull: fix leaking "ff" option
Patrick Steinhardt
1
-4
/
+7
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-0
/
+1
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-3
/
+3
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-3
/
+3
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
1
-26
/
+26
2024-05-16
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
1
-1
/
+1
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-1
/
+1
2024-04-18
builtin: stop using `the_index`
Patrick Steinhardt
1
-2
/
+2
2024-02-29
commit-reach(get_octopus_merge_bases): pass on "missing commits" errors
Johannes Schindelin
1
-2
/
+3
2024-02-28
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
1
-0
/
+4
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-5
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-2
/
+3
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-2
/
+3
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+1
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
1
-2
/
+1
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-06-21
merge.h: move declarations for merge.c from cache.h
Elijah Newren
1
-0
/
+1
2023-05-09
Merge branch 'ob/messages-capitalize-exception'
Junio C Hamano
1
-1
/
+1
2023-04-28
messages: capitalization and punctuation exceptions
Oswald Buddenhagen
1
-1
/
+1
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on advice.h
Elijah Newren
1
-0
/
+1
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
1
-2
/
+2
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-17
Merge branch 'jc/gpg-lazy-init'
Junio C Hamano
1
-6
/
+0
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-09
gpg-interface: lazily initialize and read the configuration
Junio C Hamano
1
-6
/
+0
2022-11-21
{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-11-21
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-10-30
use child_process members "args" and "env" directly
René Scharfe
1
-76
/
+71
2022-07-01
pull: fix a "struct oid_array" memory leak
Ævar Arnfjörð Bjarmason
1
-6
/
+10
2022-05-20
Merge branch 'gc/pull-recurse-submodules'
Junio C Hamano
1
-3
/
+7
2022-05-11
pull: do not let submodule.recurse override fetch.recurseSubmodules
Glen Choo
1
-3
/
+7
[next]