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
/
commit.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-08
Merge branch 'js/empty-index-fixes'
Junio C Hamano
1
-5
/
+2
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-8
/
+12
2023-07-06
Merge branch 'cw/strbuf-cleanup'
Junio C Hamano
1
-1
/
+1
2023-06-29
Merge branch 'en/header-split-cache-h-part-3'
Junio C Hamano
1
-3
/
+7
2023-06-29
commit -a -m: allow the top-level tree to become empty again
Johannes Schindelin
1
-5
/
+2
2023-06-28
config: pass kvi to die_bad_number()
Glen Choo
1
-4
/
+6
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-4
/
+6
2023-06-26
Merge branch 'jk/commit-use-no-divider-with-interpret-trailers'
Junio C Hamano
1
-1
/
+2
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
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
1
-0
/
+1
2023-06-21
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
1
-0
/
+1
2023-06-21
add: modify add_files_to_cache() to avoid globals
Elijah Newren
1
-1
/
+2
2023-06-16
commit: pass --no-divider to interpret-trailers
Jeff King
1
-1
/
+2
2023-06-12
strbuf: remove global variable
Calvin Wan
1
-1
/
+1
2023-06-03
surround %s with quotes when failed to lookup commit
Teng Long
1
-3
/
+3
2023-04-11
editor: move editor-related functions and declarations into common file
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 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
-13
/
+16
2023-03-28
cocci: apply the "pretty.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-5
/
+8
2023-03-28
cocci: apply the "commit.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2023-03-28
cocci: apply the "cache.h" part of "the_repository.pending"
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2023-03-21
environment: move comment_line_char 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-17
Merge branch 'jc/gpg-lazy-init'
Junio C Hamano
1
-4
/
+0
2023-02-10
cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2023-02-10
cache-tree API: remove redundant update_main_cache_tree()
Ævar Arnfjörð Bjarmason
1
-5
/
+5
2023-02-10
cocci & cache.h: fully apply "active_nr" part of index-compatibility
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-02-09
gpg-interface: lazily initialize and read the configuration
Junio C Hamano
1
-4
/
+0
2022-12-14
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
1
-5
/
+8
2022-11-21
built-ins: use free() not UNLEAK() if trivial, rm dead code
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2022-11-21
commit: discard partial cache before (re-)reading it
Ævar Arnfjörð Bjarmason
1
-2
/
+5
2022-11-21
cocci: apply "pending" index-compatibility to some "builtin/*.c"
Ævar Arnfjörð Bjarmason
1
-18
/
+22
2022-11-21
cocci & cache.h: apply variable section of "pending" index-compatibility
Ævar Arnfjörð Bjarmason
1
-8
/
+8
2022-11-21
cocci & cache.h: apply a selection of "pending" index-compatibility
Æ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
-1
/
+1
2022-10-28
Merge branch 'ab/doc-synopsis-and-cmd-usage'
Junio C Hamano
1
-2
/
+9
2022-10-13
doc txt & -h consistency: make "commit" consistent
Ævar Arnfjörð Bjarmason
1
-1
/
+8
2022-10-13
doc txt & -h consistency: use "[<label>...]" for "zero or more"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2022-10-06
commit: avoid writing to global in option callback
Jeff King
1
-2
/
+2
2022-06-07
Merge branch 'ab/plug-leak-in-revisions'
Junio C Hamano
1
-3
/
+3
2022-05-23
Merge branch 'ab/commit-plug-leaks'
Junio C Hamano
1
-3
/
+6
2022-05-20
Merge branch 'ep/maint-equals-null-cocci'
Junio C Hamano
1
-1
/
+1
2022-05-12
commit: fix "author_ident" leak
Junio C Hamano
1
-3
/
+6
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: have release_revisions() release "mailmap"
Ævar Arnfjörð Bjarmason
1
-3
/
+2
2022-04-13
revisions API users: add straightforward release_revisions()
Ævar Arnfjörð Bjarmason
1
-0
/
+1
[next]