index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin
/
checkout.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-21
merge-ll: rename from ll-merge
Elijah Newren
1
-1
/
+1
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
1
-0
/
+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
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
1
-0
/
+1
2023-06-21
add: modify add_files_to_cache() to avoid globals
Elijah Newren
1
-1
/
+1
2023-04-24
symlinks.h: move declarations for symlinks.c functions from cache.h
Elijah Newren
1
-0
/
+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 mem-pool.h
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: be explicit about dependence on trace.h & trace2.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
-14
/
+21
2023-03-28
cocci: apply the "refs.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-2
/
+4
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-5
/
+8
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-7
/
+9
2023-03-21
setup.h: move declarations for setup.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
environment.h: move declarations for environment.c functions from cache.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-03-19
Merge branch 'jk/bundle-use-dash-for-stdfiles'
Junio C Hamano
1
-1
/
+2
2023-03-19
Merge branch 'ak/restore-both-incompatible-with-conflicts'
Junio C Hamano
1
-8
/
+21
2023-03-06
parse-options: consistently allocate memory in fix_filename()
Jeff King
1
-1
/
+2
2023-02-27
restore: fault --staged --worktree with merge opts
Andy Koppe
1
-8
/
+21
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-06
add API: remove run_add_interactive() wrapper function
Ævar Arnfjörð Bjarmason
1
-5
/
+7
2023-01-08
*: fix typos which duplicate a word
Andrei Rybak
1
-1
/
+1
2022-12-26
read-tree: add "--super-prefix" option, eliminate global
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-12-14
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
1
-0
/
+2
2022-11-21
built-ins & libs & helpers: add/move destructors, fix leaks
Ævar Arnfjörð Bjarmason
1
-0
/
+2
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
1
-6
/
+6
2022-11-21
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
1
-23
/
+23
2022-11-21
cocci & cache.h: apply a selection of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2022-11-21
cocci & cache.h: remove rarely used "the_index" compat macros
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-09-01
git-compat-util.h: use "UNUSED", not "UNUSED(var)"
Ævar Arnfjörð Bjarmason
1
-2
/
+2
2022-08-19
mark unused read_tree_recursive() callback parameters
Jeff King
1
-1
/
+1
2022-08-19
refs: mark unused each_ref_fn parameters
Jeff King
1
-1
/
+1
2022-08-18
Merge branch 'vd/sparse-reset-checkout-fixes'
Junio C Hamano
1
-0
/
+1
2022-08-08
checkout: fix nested sparse directory diff in sparse index
Victoria Dye
1
-0
/
+1
2022-08-01
Merge branch 'mt/checkout-count-fix'
Junio C Hamano
1
-1
/
+1
2022-07-14
checkout: fix two bugs on the final count of updated entries
Matheus Tavares
1
-1
/
+1
2022-07-01
checkout: avoid "struct unpack_trees_options" leak
Ævar Arnfjörð Bjarmason
1
-14
/
+22
2022-06-07
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
1
-1
/
+2
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
1
-1
/
+1
2022-05-02
Merge branch 'ep/maint-equals-null-cocci' for maint-2.35
Junio C Hamano
1
-1
/
+1
2022-05-02
tree-wide: apply equals-null.cocci
Junio C Hamano
1
-1
/
+1
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2022-04-13
revision.[ch]: provide and start using a release_revisions()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-03-16
Merge branch 'ab/object-file-api-updates'
Junio C Hamano
1
-1
/
+1
2022-03-13
Merge branch 'gc/parse-tree-indirect-errors'
Junio C Hamano
1
-3
/
+10
2022-03-01
checkout, clone: die if tree cannot be parsed
Glen Choo
1
-3
/
+10
2022-02-25
switch: mention the --detach option when dying due to lack of a branch
Alex Henrie
1
-11
/
+19
2022-02-25
object-file API: have write_object_file() take "enum object_type"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-02-18
Merge branch 'js/short-help-outside-repo-fix'
Junio C Hamano
1
-3
/
+4
[prev]
[next]