index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pack-mtimes.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-09-12
environment: stop storing "core.preferSymlinkRefs" globally
Patrick Steinhardt
4
-8
/
+4
2024-09-12
environment: stop storing "core.logAllRefUpdates" globally
Patrick Steinhardt
9
-20
/
+32
2024-09-12
refs: stop modifying global `log_all_ref_updates` variable
Patrick Steinhardt
7
-26
/
+36
2024-09-12
branch: stop modifying `log_all_ref_updates` variable
Patrick Steinhardt
1
-2
/
+3
2024-09-12
repo-settings: track defaults close to `struct repo_settings`
Patrick Steinhardt
2
-5
/
+9
2024-09-12
repo-settings: split out declarations into a standalone header
Patrick Steinhardt
3
-50
/
+58
2024-09-12
environment: guard state depending on a repository
Patrick Steinhardt
14
-1
/
+53
2024-09-12
environment: reorder header to split out `the_repository`-free section
Patrick Steinhardt
1
-41
/
+40
2024-09-12
environment: move `set_git_dir()` and related into setup layer
Patrick Steinhardt
4
-107
/
+109
2024-09-12
environment: make `get_git_namespace()` self-contained
Patrick Steinhardt
1
-28
/
+29
2024-09-12
environment: move object database functions into object layer
Patrick Steinhardt
5
-50
/
+49
2024-09-12
config: make dependency on repo in `read_early_config()` explicit
Patrick Steinhardt
7
-14
/
+20
2024-09-12
config: document `read_early_config()` and `read_very_early_config()`
Patrick Steinhardt
2
-4
/
+11
2024-09-12
environment: make `get_git_work_tree()` accept a repository
Patrick Steinhardt
18
-34
/
+36
2024-09-12
environment: make `get_graft_file()` accept a repository
Patrick Steinhardt
6
-13
/
+11
2024-09-12
environment: make `get_index_file()` accept a repository
Patrick Steinhardt
11
-29
/
+36
2024-09-12
environment: make `get_object_directory()` accept a repository
Patrick Steinhardt
20
-39
/
+43
2024-09-12
environment: make `get_git_common_dir()` accept a repository
Patrick Steinhardt
13
-21
/
+22
2024-09-12
environment: make `get_git_dir()` accept a repository
Patrick Steinhardt
21
-38
/
+56
2024-08-28
The tenth batch
Junio C Hamano
1
-0
/
+5
2024-08-26
The ninth batch
Junio C Hamano
1
-0
/
+21
2024-08-26
A bit more topics for 2.46.x maintenance track
Junio C Hamano
1
-0
/
+22
2024-08-23
The eighth batch
Junio C Hamano
1
-0
/
+10
2024-08-21
The seventh batch
Junio C Hamano
1
-0
/
+9
2024-08-21
builtin/maintenance: fix loose objects task emitting pack hash
Patrick Steinhardt
2
-0
/
+22
2024-08-21
t7900: exercise detaching via trace2 regions
Patrick Steinhardt
2
-9
/
+10
2024-08-21
rebase --exec: respect --quiet
Matheus Tavares
3
-3
/
+12
2024-08-20
CodingGuidelines: spaces around C operators
Junio C Hamano
1
-1
/
+10
2024-08-20
t: migrate t0110-urlmatch-normalization to the new framework
Ghanshyam Thakkar
18
-261
/
+272
2024-08-20
t-hashmap: stop calling setup() for t_intern() test
Jeff King
1
-3
/
+2
2024-08-20
git-prompt: support custom 0-width PS1 markers
Avi Halachmi (:avih)
1
-7
/
+12
2024-08-20
git-prompt: ta-da! document usage in other shells
Avi Halachmi (:avih)
1
-2
/
+31
2024-08-20
git-prompt: don't use shell $'...'
Avi Halachmi (:avih)
1
-18
/
+29
2024-08-20
git-prompt: add some missing quotes
Avi Halachmi (:avih)
1
-13
/
+13
2024-08-20
git-prompt: replace [[...]] with standard code
Avi Halachmi (:avih)
1
-14
/
+16
2024-08-20
git-prompt: don't use shell arrays
Avi Halachmi (:avih)
1
-18
/
+30
2024-08-20
git-prompt: fix uninitialized variable
Avi Halachmi (:avih)
1
-1
/
+1
2024-08-20
git-prompt: use here-doc instead of here-string
Avi Halachmi (:avih)
1
-1
/
+3
2024-08-20
ci(win+VS): download the vcpkg artifacts using a dedicated GitHub Action
Johannes Schindelin
1
-8
/
+4
2024-08-20
ci: bump microsoft/setup-msbuild from v1 to v2
Johannes Schindelin
1
-1
/
+1
2024-08-19
The sixth batch
Junio C Hamano
1
-0
/
+7
2024-08-19
t7900: fix flaky test due to leaking background job
Patrick Steinhardt
1
-2
/
+7
2024-08-17
send-email: teach git send-email option to translate aliases
Jacob Keller
3
-1
/
+131
2024-08-17
scalar: mark unused parameters in dummy function
Jeff King
1
-1
/
+2
2024-08-17
daemon: mark unused parameters in non-posix fallbacks
Jeff King
1
-3
/
+3
2024-08-17
setup: mark unused parameter in config callback
Jeff King
1
-1
/
+1
2024-08-17
test-mergesort: mark unused parameters in trivial callback
Jeff King
1
-1
/
+1
2024-08-17
t-hashmap: mark unused parameters in callback function
Jeff King
1
-1
/
+2
2024-08-17
reftable: mark unused parameters in virtual functions
Jeff King
9
-33
/
+41
2024-08-17
reftable: drop obsolete test function declarations
Jeff King
1
-2
/
+0
[next]