index
:
git
main
maint
master
next
seen
todo
Git: sistema de control de versiones
mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
submodule--helper.c
Age
Commit message (
Expand
)
Author
2023-08-21
diff: drop useless "status" parameter from diff_result_code()
Jeff King
2023-08-21
diff: drop useless return from run_diff_{files,index} functions
Jeff King
2023-08-21
diff: spell DIFF_INDEX_CACHED out when calling run_diff_index()
Junio C Hamano
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
2023-06-21
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
2023-06-21
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
2023-06-20
Merge branch 'tb/submodule-null-deref-fix'
Junio C Hamano
2023-05-24
builtin/submodule--helper.c: handle missing submodule URLs
Taylor Blau
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
2023-04-11
object-file.h: move declarations for object-file.c functions from cache.h
Elijah Newren
2023-04-11
object-name.h: move declarations for object-name.c functions from cache.h
Elijah Newren
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
2023-04-06
Merge branch 'ab/remove-implicit-use-of-the-repository'
Junio C Hamano
2023-04-06
Merge branch 'ab/config-multi-and-nonbool'
Junio C Hamano
2023-04-04
Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...
Junio C Hamano
2023-03-28
builtins: mark unused prefix parameters
Jeff King
2023-03-28
config API: add and use a "git_config_get()" family of functions
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "revision.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
2023-03-21
abspath.h: move absolute path functions from cache.h
Elijah Newren
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
2023-03-17
Merge branch 'jk/unused-post-2.39-part2'
Junio C Hamano
2023-02-24
run_processes_parallel: mark unused callback parameters
Jeff King
2023-02-24
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-01-08
*: fix typos which duplicate a word
Andrei Rybak
2023-01-05
Merge branch 'ab/no-more-git-global-super-prefix'
Junio C Hamano
2022-12-26
submodule--helper: convert "{update,clone}" to their own "--super-prefix"
Ævar Arnfjörð Bjarmason
2022-12-26
submodule--helper: convert "status" to its own "--super-prefix"
Ævar Arnfjörð Bjarmason
2022-12-26
submodule--helper: convert "sync" to its own "--super-prefix"
Ævar Arnfjörð Bjarmason
2022-12-26
submodule--helper: convert "foreach" to its own "--super-prefix"
Ævar Arnfjörð Bjarmason
2022-12-26
submodule--helper: don't use global --super-prefix in "absorbgitdirs"
Ævar Arnfjörð Bjarmason
2022-12-26
submodule.c & submodule--helper: pass along "super_prefix" param
Ævar Arnfjörð Bjarmason
2022-12-13
diff: mark unused parameters in callbacks
Jeff King
2022-11-28
Merge branch 'ab/fewer-the-index-macros'
Junio C Hamano
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
2022-11-21
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
2022-11-08
submodule--helper: use OPT_SUBCOMMAND() API
Ævar Arnfjörð Bjarmason
2022-11-08
submodule--helper: drop "update --prefix <pfx>" for "-C <pfx> update"
Ævar Arnfjörð Bjarmason
2022-11-08
submodule--helper: remove --prefix from "absorbgitdirs"
Ævar Arnfjörð Bjarmason
[next]