index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mailinfo.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-24
treewide: replace cache.h with more direct headers, where possible
Elijah Newren
12
-11
/
+30
2023-02-24
replace-object.h: move read_replace_refs declaration from cache.h to here
Elijah Newren
15
-9
/
+21
2023-02-24
object-store.h: move struct object_info from cache.h
Elijah Newren
4
-65
/
+67
2023-02-24
dir.h: refactor to no longer need to include cache.h
Elijah Newren
5
-35
/
+43
2023-02-24
object.h: stop depending on cache.h; make cache.h depend on object.h
Elijah Newren
17
-32
/
+36
2023-02-24
ident.h: move ident-related declarations out of cache.h
Elijah Newren
11
-59
/
+79
2023-02-24
pretty.h: move has_non_ascii() declaration from commit.h
Elijah Newren
3
-3
/
+4
2023-02-24
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
173
-1
/
+172
2023-02-24
hex.h: move some hex-related declarations from cache.h
Elijah Newren
7
-82
/
+95
2023-02-24
hash.h: move some oid-related declarations from cache.h
Elijah Newren
7
-37
/
+42
2023-02-24
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
91
-134
/
+219
2023-02-24
treewide: remove unnecessary cache.h includes in source files
Elijah Newren
29
-30
/
+25
2023-02-24
treewide: remove unnecessary cache.h includes
Elijah Newren
10
-11
/
+7
2023-02-24
treewide: remove unnecessary git-compat-util.h includes in headers
Elijah Newren
11
-15
/
+0
2023-02-24
treewide: ensure one of the appropriate headers is sourced first
Elijah Newren
14
-3
/
+19
2023-02-22
The seventeenth batch
Junio C Hamano
1
-0
/
+12
2023-02-16
The sixteenth batch
Junio C Hamano
1
-33
/
+24
2023-02-14
Prepare for 2.39.3 just in case
Junio C Hamano
3
-2
/
+60
2023-02-11
doc/ls-remote: clarify pattern format
Jeff King
2
-6
/
+11
2023-02-11
doc/ls-remote: cosmetic cleanups for examples
Jeff King
1
-1
/
+3
2023-02-10
cache-tree: fix strbuf growth in prime_cache_tree_rec()
René Scharfe
1
-2
/
+1
2023-02-10
cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"
Ævar Arnfjörð Bjarmason
5
-35
/
+13
2023-02-10
cache-tree API: remove redundant update_main_cache_tree()
Ævar Arnfjörð Bjarmason
3
-15
/
+8
2023-02-10
cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"
Ævar Arnfjörð Bjarmason
6
-15
/
+25
2023-02-10
cocci & cache.h: apply pending "index_cache_pos" rule
Ævar Arnfjörð Bjarmason
5
-9
/
+10
2023-02-10
cocci & cache.h: fully apply "active_nr" part of index-compatibility
Ævar Arnfjörð Bjarmason
3
-12
/
+5
2023-02-10
builtin/rm.c: use narrower "USE_THE_INDEX_VARIABLE"
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2023-02-09
The fifteenth batch
Junio C Hamano
1
-0
/
+13
2023-02-09
name-rev: fix names by dropping taggerdate workaround
Elijah Newren
2
-11
/
+9
2023-02-08
userdiff: support Java sealed classes
Andrei Rybak
7
-1
/
+40
2023-02-08
userdiff: support Java record types
Andrei Rybak
4
-2
/
+20
2023-02-08
userdiff: support Java type parameters
Andrei Rybak
7
-1
/
+37
2023-02-08
hook: support a --to-stdin=<path> option
Emily Shaffer
3
-2
/
+27
2023-02-08
sequencer: use the new hook API for the simpler "post-rewrite" call
Emily Shaffer
1
-14
/
+4
2023-02-08
hook API: support passing stdin to hooks, convert am's 'post-rewrite'
Emily Shaffer
3
-16
/
+14
2023-02-08
run-command: allow stdin for run_processes_parallel
Emily Shaffer
1
-1
/
+8
2023-02-08
run-command.c: remove dead assignment in while-loop
Ævar Arnfjörð Bjarmason
1
-3
/
+1
2023-02-08
The fourteenth batch
Junio C Hamano
1
-0
/
+8
2023-02-07
Documentation: clarify multiple pushurls vs urls
Calvin Wan
2
-1
/
+11
2023-02-07
config.h: remove unused git_configset_add_parameters()
Ævar Arnfjörð Bjarmason
1
-9
/
+0
2023-02-07
commit.c: free() revs.commit in get_fork_point()
Ævar Arnfjörð Bjarmason
3
-0
/
+3
2023-02-07
builtin/rebase.c: free() "options.strategy_opts"
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2023-02-07
sequencer.c: always free() the "msgbuf" in do_pick_commit()
Ævar Arnfjörð Bjarmason
1
-6
/
+10
2023-02-07
builtin/rebase.c: fix "options.onto_name" leak
Ævar Arnfjörð Bjarmason
2
-1
/
+4
2023-02-07
builtin/revert.c: move free-ing of "revs" to replay_opts_release()
Ævar Arnfjörð Bjarmason
2
-6
/
+3
2023-02-07
sequencer API users: fix get_replay_opts() leaks
Ævar Arnfjörð Bjarmason
19
-5
/
+23
2023-02-07
sequencer.c: split up sequencer_remove_state()
Ævar Arnfjörð Bjarmason
1
-9
/
+14
2023-02-07
rebase: use "cleanup" pattern in do_interactive_rebase()
Ævar Arnfjörð Bjarmason
1
-8
/
+5
2023-02-07
push: free_refs() the "local_refs" in set_refspecs()
Ævar Arnfjörð Bjarmason
14
-0
/
+21
2023-02-07
push: refactor refspec_append_mapped() for subsequent leak-fix
Ævar Arnfjörð Bjarmason
1
-12
/
+17
[next]