index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
pull.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
global: trivial conversions to fix `-Wsign-compare` warnings
Patrick Steinhardt
2024-12-06
1
-3
/
+1
*
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
2024-12-06
1
-0
/
+2
*
doc: correct misleading descriptions for --shallow-exclude
Elijah Newren
2024-11-05
1
-2
/
+2
*
Merge branch 'ps/leakfixes-part-7'
Junio C Hamano
2024-10-02
1
-4
/
+7
|
\
|
*
builtin/pull: fix leaking "ff" option
Patrick Steinhardt
2024-09-27
1
-4
/
+7
*
|
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
2024-09-13
1
-0
/
+1
*
|
builtin: add a repository parameter for builtin functions
John Cai
2024-09-13
1
-1
/
+4
|
/
*
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-07-02
1
-3
/
+3
|
\
|
*
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
2024-06-14
1
-3
/
+3
*
|
global: improve const correctness when assigning string constants
Patrick Steinhardt
2024-06-07
1
-26
/
+26
|
/
*
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
2024-05-16
1
-1
/
+1
|
\
|
*
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
2024-05-07
1
-1
/
+1
*
|
builtin: stop using `the_index`
Patrick Steinhardt
2024-04-18
1
-2
/
+2
|
/
*
commit-reach(get_octopus_merge_bases): pass on "missing commits" errors
Johannes Schindelin
2024-02-29
1
-2
/
+3
*
commit-reach(repo_in_merge_bases_many): report missing commits
Johannes Schindelin
2024-02-28
1
-0
/
+4
*
treewide: remove unnecessary includes in source files
Elijah Newren
2023-12-26
1
-5
/
+0
*
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-06
1
-2
/
+3
|
\
|
*
config: add ctx arg to config_fn_t
Glen Choo
2023-06-28
1
-2
/
+3
*
|
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
1
-2
/
+1
*
|
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
*
|
merge.h: move declarations for merge.c from cache.h
Elijah Newren
2023-06-21
1
-0
/
+1
|
/
*
Merge branch 'ob/messages-capitalize-exception'
Junio C Hamano
2023-05-10
1
-1
/
+1
|
\
|
*
messages: capitalization and punctuation exceptions
Oswald Buddenhagen
2023-04-28
1
-1
/
+1
*
|
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
treewide: be explicit about dependence on advice.h
Elijah Newren
2023-04-11
1
-0
/
+1
*
|
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-04-04
1
-2
/
+2
|
\
\
|
*
|
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
1
-2
/
+2
|
|
/
*
|
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-21
1
-0
/
+1
*
|
Merge branch 'jc/gpg-lazy-init'
Junio C Hamano
2023-03-17
1
-6
/
+0
|
\
\
|
*
|
gpg-interface: lazily initialize and read the configuration
Junio C Hamano
2023-02-10
1
-6
/
+0
|
|
/
*
/
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
|
/
*
{builtin/*,repository}.c: add & use "USE_THE_INDEX_VARIABLE"
Ævar Arnfjörð Bjarmason
2022-11-21
1
-1
/
+1
*
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
2022-11-21
1
-2
/
+2
*
use child_process members "args" and "env" directly
René Scharfe
2022-10-30
1
-76
/
+71
*
pull: fix a "struct oid_array" memory leak
Ævar Arnfjörð Bjarmason
2022-07-01
1
-6
/
+10
*
Merge branch 'gc/pull-recurse-submodules'
Junio C Hamano
2022-05-21
1
-3
/
+7
|
\
|
*
pull: do not let submodule.recurse override fetch.recurseSubmodules
Glen Choo
2022-05-12
1
-3
/
+7
*
|
Merge branch 'ja/i18n-common-messages'
Junio C Hamano
2022-02-26
1
-3
/
+3
|
\
\
|
*
|
i18n: factorize "invalid value" messages
Jean-Noël Avila
2022-02-04
1
-3
/
+3
*
|
|
Merge branch 'js/short-help-outside-repo-fix'
Junio C Hamano
2022-02-18
1
-2
/
+4
|
\
\
\
|
*
|
|
checkout/fetch/pull/pack-objects: allow `-h` outside a repository
Johannes Schindelin
2022-02-08
1
-2
/
+4
|
|
/
/
*
|
|
Merge branch 'pb/pull-rebase-autostash-fix'
Junio C Hamano
2022-02-05
1
-4
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
pull --rebase: honor rebase.autostash when fast-forwarding
Philippe Blain
2022-01-14
1
-4
/
+3
|
*
|
Merge branch 'ev/pull-already-up-to-date-is-noop' into maint
Junio C Hamano
2021-11-23
1
-2
/
+4
|
|
\
\
*
|
|
|
fetch/pull: use the sparse index
Derrick Stolee
2021-12-22
1
-0
/
+2
*
|
|
|
Merge branch 'ah/advice-pull-has-no-preference-between-rebase-and-merge'
Junio C Hamano
2021-12-10
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
pull: don't say that merge is "the default strategy"
Alex Henrie
2021-11-19
1
-1
/
+1
*
|
|
|
|
Merge branch 'ev/pull-already-up-to-date-is-noop'
Junio C Hamano
2021-11-22
1
-2
/
+4
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
/
/
|
|
|
/
/
|
|
/
|
|
|
*
|
|
pull: should be noop when already-up-to-date
Erwin Villejo
2021-11-18
1
-2
/
+4
[next]