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
2026-06-05
docs: fix typos
Tuomas Ahola
5
-5
/
+5
2026-06-05
Merge branch 'ps/odb-source-loose' into ps/odb-source-packed
Junio C Hamano
15
-870
/
+973
2026-06-05
setup: construct object database in `apply_repository_format()`
Patrick Steinhardt
3
-27
/
+32
2026-06-05
repository: stop reading loose object map twice on repo init
Patrick Steinhardt
1
-3
/
+0
2026-06-05
setup: stop initializing object database without repository
Patrick Steinhardt
2
-6
/
+5
2026-06-05
setup: stop creating the object database in `setup_git_env()`
Patrick Steinhardt
1
-11
/
+26
2026-06-05
repository: stop initializing the object database in `repo_set_gitdir()`
Patrick Steinhardt
3
-12
/
+6
2026-06-05
setup: deduplicate logic to apply repository format
Patrick Steinhardt
3
-63
/
+71
2026-06-05
setup: drop `setup_git_env()`
Patrick Steinhardt
3
-14
/
+4
2026-06-05
t0001: plug test gaps for git-init(1) with GIT_OBJECT_DIRECTORY
Patrick Steinhardt
1
-0
/
+10
2026-06-05
t: let prove fail when parsing invalid TAP output
Patrick Steinhardt
1
-0
/
+6
2026-06-05
t/lib-git-p4: silence output when killing p4d and its watchdog
Patrick Steinhardt
1
-2
/
+2
2026-06-05
t/test-lib: silence EBUSY errors on Windows during test cleanup
Patrick Steinhardt
1
-2
/
+2
2026-06-05
t7810: turn MB_REGEX check into a lazy prereq
Patrick Steinhardt
1
-2
/
+3
2026-06-05
t7527: fix broken TAP output
Patrick Steinhardt
1
-3
/
+4
2026-06-05
ci: unify Linux images across GitLab and GitHub
Patrick Steinhardt
2
-2
/
+2
2026-06-05
gitlab-ci: add missing Linux jobs
Patrick Steinhardt
2
-1
/
+7
2026-06-05
gitlab-ci: rearrange Linux jobs to match GitHub's order
Patrick Steinhardt
1
-7
/
+8
2026-06-03
config: improve diagnostic for "set" with missing value
Harald Nordgren
2
-1
/
+87
2026-06-03
config: add git_config_key_is_valid() for quiet validation
Harald Nordgren
2
-9
/
+31
2026-06-03
revision.c: implement --max-count-oldest
Mirko Faina
4
-4
/
+154
2026-06-03
environment: move "warn_on_object_refname_ambiguity" into `struct repo_config...
Olamide Caleb Bello
7
-15
/
+20
2026-06-03
environment: move "sparse_expect_files_outside_of_patterns" into `struct repo...
Olamide Caleb Bello
3
-5
/
+8
2026-06-03
environment: move "core_sparse_checkout_cone" into `struct repo_config_values`
Olamide Caleb Bello
6
-21
/
+29
2026-06-03
environment: move "precomposed_unicode" into `struct repo_config_values`
Olamide Caleb Bello
4
-11
/
+18
2026-06-03
environment: move "pack_compression_level" into `struct repo_config_values`
Olamide Caleb Bello
5
-15
/
+23
2026-06-03
environment: move `zlib_compression_level` into `struct repo_config_values`
Olamide Caleb Bello
6
-8
/
+12
2026-06-03
environment: move "check_stat" into `struct repo_config_values`
Olamide Caleb Bello
4
-10
/
+11
2026-06-03
environment: move "trust_ctime" into `struct repo_config_values`
Olamide Caleb Bello
3
-5
/
+7
2026-06-02
git-gui: add gui and pick as explicit subcommands
Mark Levedahl
1
-4
/
+21
2026-06-02
git-gui: check browser/blame arguments carefully
Mark Levedahl
1
-59
/
+63
2026-06-02
git-gui: allow specifying path '.' to the browser
Mark Levedahl
1
-1
/
+5
2026-06-02
git-gui: try harder to find worktree from gitdir
Mark Levedahl
1
-0
/
+38
2026-06-02
git-gui: simplify [is_bare] to report if a worktree is known
Mark Levedahl
1
-24
/
+1
2026-06-02
git-gui: use git rev-parse for worktree discovery
Mark Levedahl
1
-34
/
+27
2026-06-02
git-gui: use rev-parse exclusively to find a repository
Mark Levedahl
1
-15
/
+34
2026-06-02
git-gui: use --absolute-git-dir
Mark Levedahl
1
-11
/
+3
2026-06-02
git-gui: do not change global vars in choose_repository::pick
Mark Levedahl
2
-14
/
+14
2026-06-02
git-gui: guard set/unset of GIT_DIR and GIT_WORK_TREE
Mark Levedahl
1
-16
/
+20
2026-06-02
SubmittingPatches: describe cover letter
Junio C Hamano
1
-0
/
+24
2026-06-02
SubmittingPatches: separate typofixes section
Junio C Hamano
1
-0
/
+1
2026-06-02
doc: document and test `@` prefix for raw timestamps
Luna Schwalbe
2
-0
/
+16
2026-06-02
config.mak.uname: avoid macOS linker warning on Xcode 16.3+
Harald Nordgren
1
-0
/
+6
2026-06-02
The 11th batch
Junio C Hamano
1
-0
/
+11
2026-06-02
Merge branch 'kh/doc-hook'
Junio C Hamano
3
-11
/
+21
2026-06-02
Merge branch 'ds/path-walk-filters'
Junio C Hamano
12
-78
/
+1124
2026-06-02
Merge branch 'ta/approxidate-noon-fix'
Junio C Hamano
3
-12
/
+81
2026-06-02
Merge branch 'jk/connect-service-enum'
Junio C Hamano
9
-28
/
+58
2026-06-02
describe: fix --exclude, --match with --contains and --all
Jacob Keller
2
-3
/
+37
2026-06-02
index-pack: retain child bases in delta cache
Arijit Banerjee
1
-1
/
+0
[prev]
[next]