index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packfile.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-06-28
config: pass ctx with config files
Glen Choo
5
-41
/
+81
2023-06-28
config.c: pass ctx in configsets
Glen Choo
5
-32
/
+33
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
91
-181
/
+515
2023-06-28
urlmatch.h: use config_fn_t type
Glen Choo
1
-2
/
+3
2023-06-28
config: inline git_color_default_config
Glen Choo
8
-20
/
+26
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
The second batch for 2.42
Junio C Hamano
1
-0
/
+35
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-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
2023-06-15
doc: trailer: swap verb order
Linus Arver
1
-1
/
+1
2023-06-15
doc: trailer: fix grammar
Linus Arver
1
-4
/
+4
2023-06-14
CodingGuidelines: use octal escapes, not hex
Jonathan Tan
1
-0
/
+4
2023-06-14
diff-lib: honor override_submodule_config flag bit
Josip Sokcevic
2
-1
/
+31
2023-06-13
Start the 2.42 cycle
Junio C Hamano
3
-2
/
+41
2023-06-13
branch: fix a leak in setup_tracking
Rubén Justo
1
-1
/
+1
2023-06-13
branch: fix a leak in check_tracking_branch
Rubén Justo
1
-1
/
+4
2023-06-13
branch: fix a leak in inherit_tracking
Rubén Justo
1
-1
/
+1
2023-06-13
branch: fix a leak in dwim_and_setup_tracking
Rubén Justo
1
-1
/
+2
2023-06-13
remote: fix a leak in query_matches_negative_refspec
Rubén Justo
1
-1
/
+1
2023-06-13
config: fix a leak in git_config_copy_or_rename_section_in_file
Rubén Justo
1
-0
/
+1
2023-06-12
pack-bitmap.c: gracefully degrade on failure to load MIDX'd pack
Taylor Blau
2
-3
/
+40
2023-06-12
gc: introduce `gc.recentObjectsHook`
Taylor Blau
5
-3
/
+307
2023-06-12
reachable.c: extract `obj_is_recent()`
Taylor Blau
1
-1
/
+7
2023-06-12
docs: typofixes
Linus Arver
12
-13
/
+13
2023-06-12
t/lib-gpg: require GPGSSH for GPGSSH_VERIFYTIME prereq
Todd Zullinger
1
-0
/
+1
2023-06-12
repository: create read_replace_refs setting
Derrick Stolee
7
-16
/
+68
2023-06-12
replace-objects: create wrapper around setting
Derrick Stolee
4
-5
/
+20
2023-06-12
repository: create disable_replace_refs()
Derrick Stolee
13
-11
/
+24
2023-06-12
cat-file: add option '-Z' that delimits input and output with NUL
Patrick Steinhardt
3
-56
/
+139
2023-06-12
cat-file: simplify reading from standard input
Patrick Steinhardt
1
-23
/
+9
2023-06-12
strbuf: provide CRLF-aware helper to read until a specified delimiter
Patrick Steinhardt
2
-3
/
+20
2023-06-12
t1006: modernize test style to use `test_cmp`
Patrick Steinhardt
1
-23
/
+47
2023-06-12
t1006: don't strip timestamps from expected results
Patrick Steinhardt
1
-42
/
+26
2023-06-12
worktree: integrate with sparse-index
Shuqi Liang
3
-0
/
+42
2023-06-12
run-command: report exec error even on ENOENT
René Scharfe
2
-12
/
+4
[next]