index
:
pub/scm/git/git.git
jch
main
maint
master
next
seen
todo
Git source code mirror
Junio C Hamano
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-13
builtin: remove USE_THE_REPOSITORY for those without the_repository
John Cai
9
-9
/
+0
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
125
-92
/
+147
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
127
-296
/
+703
2024-09-13
t5512.40 sometimes dies by SIGPIPE
Junio C Hamano
1
-0
/
+1
2024-09-13
Git.pm: use "rev-parse --absolute-git-dir" rather than perl code
Jeff King
1
-5
/
+5
2024-09-13
Git.pm: fix bare repository search with Directory option
Jeff King
3
-7
/
+11
2024-09-13
ci: add Ubuntu 16.04 job to GitLab CI
Patrick Steinhardt
3
-1
/
+16
2024-09-12
unicode: update the width tables to Unicode 16
Beat Bolli
1
-12
/
+25
2024-09-12
t/interop: allow per-version make options
Jeff King
3
-3
/
+13
2024-09-12
Sync with 'maint'
Junio C Hamano
1
-0
/
+7
2024-09-12
The fifteenth batch
Junio C Hamano
1
-0
/
+19
2024-09-12
Merge branch 'kl/cat-file-on-sparse-index'
Junio C Hamano
2
-5
/
+48
2024-09-12
Merge branch 'jk/messages-with-excess-lf-fix'
Junio C Hamano
12
-22
/
+22
2024-09-12
Merge branch 'ps/pack-refs-auto-heuristics'
Junio C Hamano
6
-27
/
+194
2024-09-12
Merge branch 'tb/multi-pack-reuse-fix'
Junio C Hamano
5
-17
/
+78
2024-09-12
Merge branch 'gt/unit-test-oid-array'
Junio C Hamano
8
-175
/
+136
2024-09-12
Merge branch 'ps/index-pack-outside-repo-fix'
Junio C Hamano
2
-0
/
+48
2024-09-12
Merge branch 'jc/mailinfo-header-cleanup'
Junio C Hamano
1
-12
/
+11
2024-09-12
Another batch of topics for 2.46.1
Junio C Hamano
1
-0
/
+7
2024-09-12
Merge branch 'jc/grammo-fixes' into maint-2.46
Junio C Hamano
2
-2
/
+2
2024-09-12
Merge branch 'jc/tests-no-useless-tee' into maint-2.46
Junio C Hamano
2
-3
/
+3
2024-09-12
Merge branch 'jc/how-to-maintain-updates' into maint-2.46
Junio C Hamano
1
-0
/
+4
2024-09-12
Merge branch 'ps/bundle-outside-repo-fix' into maint-2.46
Junio C Hamano
3
-3
/
+41
2024-09-12
Merge branch 'jc/patch-id' into maint-2.46
Junio C Hamano
2
-21
/
+112
2024-09-12
Merge branch 'jk/apply-patch-mode-check-fix' into maint-2.46
Junio C Hamano
2
-0
/
+63
2024-09-12
imap-send: handle NO_OPENSSL even when openssl exists
Jeff King
1
-3
/
+4
2024-09-12
ci: use regular action versions for linux32 job
Jeff King
1
-4
/
+4
2024-09-12
ci: use more recent linux32 image
Jeff King
2
-3
/
+12
2024-09-12
ci: unify ubuntu and ubuntu32 dependencies
Jeff King
1
-18
/
+16
2024-09-12
ci: drop run-docker scripts
Jeff King
2
-113
/
+0
2024-09-12
environment: stop storing "core.notesRef" globally
Patrick Steinhardt
6
-28
/
+29
2024-09-12
environment: stop storing "core.warnAmbiguousRefs" globally
Patrick Steinhardt
9
-13
/
+23
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
[prev]
[next]