index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
csum-file.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-23
The fourth batch
Junio C Hamano
1
-0
/
+24
2023-06-23
The third batch
Junio C Hamano
1
-0
/
+28
2023-06-21
fsmonitor-ll.h: split this header out of fsmonitor.h
Elijah Newren
15
-58
/
+73
2023-06-21
hash-ll, hashmap: move oidhash() to hash-ll
Elijah Newren
7
-23
/
+22
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
131
-655
/
+677
2023-06-21
khash: name the structs that khash declares
Elijah Newren
2
-2
/
+2
2023-06-21
merge-ll: rename from ll-merge
Elijah Newren
13
-13
/
+13
2023-06-21
git-compat-util.h: remove unneccessary include of wildmatch.h
Elijah Newren
17
-2
/
+16
2023-06-21
builtin.h: remove unneccessary includes
Elijah Newren
8
-2
/
+7
2023-06-21
list-objects-filter-options.h: remove unneccessary include
Elijah Newren
1
-1
/
+0
2023-06-21
diff.h: remove unnecessary include of oidset.h
Elijah Newren
30
-1
/
+35
2023-06-21
repository: remove unnecessary include of path.h
Elijah Newren
71
-2
/
+70
2023-06-21
log-tree: replace include of revision.h with simple forward declaration
Elijah Newren
3
-1
/
+3
2023-06-21
cache.h: remove this no-longer-used header
Elijah Newren
150
-206
/
+100
2023-06-21
read-cache*.h: move declarations for read-cache.c functions from cache.h
Elijah Newren
77
-524
/
+603
2023-06-21
repository.h: move declaration of the_index from cache.h
Elijah Newren
3
-4
/
+4
2023-06-21
merge.h: move declarations for merge.c from cache.h
Elijah Newren
6
-11
/
+21
2023-06-21
diff.h: move declaration for global in diff.c from cache.h
Elijah Newren
2
-3
/
+2
2023-06-21
preload-index.h: move declarations for preload-index.c from elsewhere
Elijah Newren
15
-6
/
+27
2023-06-21
sparse-index.h: move declarations for sparse-index.c from cache.h
Elijah Newren
21
-2
/
+21
2023-06-21
name-hash.h: move declarations for name-hash.c from cache.h
Elijah Newren
12
-9
/
+26
2023-06-21
run-command.h: move declarations for run-command.c from cache.h
Elijah Newren
4
-5
/
+5
2023-06-21
statinfo: move stat_{data,validity} functions from cache/read-cache
Elijah Newren
8
-132
/
+142
2023-06-21
read-cache: move shared add/checkout/commit code
Elijah Newren
2
-100
/
+102
2023-06-21
add: modify add_files_to_cache() to avoid globals
Elijah Newren
4
-10
/
+21
2023-06-21
read-cache: move shared commit and ls-files code
Elijah Newren
2
-137
/
+137
2023-06-21
setup: adopt shared init-db & clone code
Elijah Newren
5
-507
/
+503
2023-06-21
init-db, clone: change unnecessary global into passed parameter
Elijah Newren
3
-6
/
+9
2023-06-21
init-db: remove unnecessary global variable
Elijah Newren
1
-5
/
+7
2023-06-21
init-db: document existing bug with core.bare in template config
Elijah Newren
3
-1
/
+60
2023-06-21
The second batch for 2.42
Junio C Hamano
1
-0
/
+35
2023-06-20
packfile: delete .idx files before .pack files
Derrick Stolee
1
-1
/
+1
2023-06-17
http: handle both "h2" and "h2h3" in curl info lines
Jeff King
1
-1
/
+2
2023-06-17
tests: mark as passing with SANITIZE=leak
Rubén Justo
11
-0
/
+11
2023-06-17
config: fix a leak in git_config_copy_or_rename_section_in_file
Rubén Justo
1
-0
/
+1
2023-06-17
branch: fix a leak in cmd_branch
Rubén Justo
1
-0
/
+2
2023-06-17
branch: fix a leak in setup_tracking
Rubén Justo
1
-1
/
+1
2023-06-17
rev-parse: fix a leak with --abbrev-ref
Rubén Justo
1
-1
/
+4
2023-06-17
commit: pass --no-divider to interpret-trailers
Jeff King
2
-1
/
+21
2023-06-16
setup.c: don't setup in discover_git_directory()
Glen Choo
1
-5
/
+0
2023-06-15
credential: erase all matching credentials
M Hickford
4
-8
/
+44
2023-06-15
credential: avoid erasing distinct password
M Hickford
5
-18
/
+90
2023-06-15
ls-tree: fix documentation of %x format placeholder
René Scharfe
1
-3
/
+3
2023-06-15
doc: trailer: add more examples in DESCRIPTION
Linus Arver
1
-2
/
+18
2023-06-15
doc: trailer: mention 'key' in DESCRIPTION
Linus Arver
1
-1
/
+4
2023-06-15
doc: trailer.<token>.command: emphasize deprecation
Linus Arver
1
-2
/
+2
2023-06-15
doc: trailer: use angle brackets for <token> and <value>
Linus Arver
1
-4
/
+4
2023-06-15
doc: trailer: remove redundant phrasing
Linus Arver
1
-3
/
+2
2023-06-15
doc: trailer: examples: avoid the word "message" by itself
Linus Arver
1
-25
/
+25
2023-06-15
doc: trailer: drop "commit message part" phrasing
Linus Arver
1
-16
/
+20
[next]