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
path:
root
/
t
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-13
Merge branch 'ps/stash-keep-untrack-empty-fix' into maint-2.46
Junio C Hamano
1
-0
/
+15
2024-09-13
Merge branch 'ps/index-pack-outside-repo-fix' into maint-2.46
Junio C Hamano
1
-0
/
+39
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 'ps/bundle-outside-repo-fix' into maint-2.46
Junio C Hamano
1
-0
/
+32
2024-09-12
Merge branch 'jc/patch-id' into maint-2.46
Junio C Hamano
1
-0
/
+40
2024-09-12
Merge branch 'jk/apply-patch-mode-check-fix' into maint-2.46
Junio C Hamano
1
-0
/
+62
2024-09-04
builtin/index-pack: fix segfaults when running outside of a repo
Patrick Steinhardt
1
-0
/
+39
2024-08-26
Merge branch 'xx/diff-tree-remerge-diff-fix' into maint-2.46
Junio C Hamano
1
-0
/
+35
2024-08-26
Merge branch 'rs/t-example-simplify' into maint-2.46
Junio C Hamano
1
-16
/
+8
2024-08-26
Merge branch 'jc/safe-directory' into maint-2.46
Junio C Hamano
1
-0
/
+178
2024-08-26
Merge branch 'kl/test-fixes' into maint-2.46
Junio C Hamano
3
-6
/
+12
2024-08-26
Merge branch 'jc/reflog-expire-lookup-commit-fix' into maint-2.46
Junio C Hamano
1
-0
/
+8
2024-08-26
Merge branch 'jc/leakfix-mailmap' into maint-2.46
Junio C Hamano
1
-0
/
+1
2024-08-26
Merge branch 'jc/leakfix-hashfile' into maint-2.46
Junio C Hamano
1
-0
/
+1
2024-08-26
Merge branch 'jc/jl-git-no-advice-fix' into maint-2.46
Junio C Hamano
1
-1
/
+0
2024-08-26
Merge branch 'tb/config-fixed-value-with-valueless-true' into maint-2.46
Junio C Hamano
1
-0
/
+9
2024-08-26
Merge branch 'ps/ls-remote-out-of-repo-fix' into maint-2.46
Junio C Hamano
1
-0
/
+13
2024-08-16
Merge branch 'ps/p4-tests-updates' into maint-2.46
Junio C Hamano
35
-8
/
+83
2024-08-16
Merge branch 'ks/unit-test-comment-typofix' into maint-2.46
Junio C Hamano
1
-2
/
+3
2024-08-16
Merge branch 'dd/notes-empty-no-edit-by-default' into maint-2.46
Junio C Hamano
1
-0
/
+10
2024-08-16
Merge branch 'pw/add-patch-with-suppress-blank-empty' into maint-2.46
Junio C Hamano
1
-0
/
+19
2024-08-16
Merge branch 'jc/checkout-no-op-switch-errors' into maint-2.46
Junio C Hamano
1
-0
/
+13
2024-08-16
builtin/stash: fix `--keep-index --include-untracked` with empty HEAD
Patrick Steinhardt
1
-0
/
+15
2024-08-15
t4129: fix racy index when calling chmod after git-add
Jeff King
1
-1
/
+1
2024-08-13
bundle: default to SHA1 when reading bundle headers
Patrick Steinhardt
1
-0
/
+25
2024-08-13
builtin/bundle: have unbundle check for repo before opening its bundle
Patrick Steinhardt
1
-0
/
+7
2024-08-09
diff-tree: fix crash when used with --remerge-diff
Xing Xin
1
-0
/
+35
2024-08-08
tests: drop use of 'tee' that hides exit status
Junio C Hamano
2
-3
/
+3
2024-08-05
t6421: fix test to work when repo dir contains d0
Kyle Lippincott
1
-6
/
+9
2024-08-05
set errno=0 before strtoX calls
Kyle Lippincott
2
-0
/
+3
2024-08-05
apply: canonicalize modes read from patches
Jeff King
1
-0
/
+62
2024-08-02
builtin/ls-remote: fall back to SHA1 outside of a repo
Patrick Steinhardt
1
-0
/
+13
2024-08-01
t0018: remove leftover debugging cruft
Junio C Hamano
1
-1
/
+0
2024-08-01
config.c: avoid segfault with --fixed-value and valueless config
Taylor Blau
1
-0
/
+9
2024-07-31
t98xx: mark Perforce tests as memory-leak free
Patrick Steinhardt
35
-0
/
+35
2024-07-31
t98xx: fix Perforce tests with p4d r23 and newer
Patrick Steinhardt
3
-8
/
+48
2024-07-30
t-example-decorate: remove test messages
René Scharfe
1
-16
/
+8
2024-07-30
safe.directory: setting safe.directory="." allows the "current" directory
Junio C Hamano
1
-0
/
+64
2024-07-30
safe.directory: normalize the configured path
Junio C Hamano
1
-0
/
+57
2024-07-30
safe.directory: normalize the checked path
Junio C Hamano
1
-0
/
+57
2024-07-29
patch-id: tighten code to detect the patch header
Junio C Hamano
1
-0
/
+17
2024-07-29
t4204: patch-id supports various input format
Junio C Hamano
1
-0
/
+23
2024-07-29
notes: do not trigger editor when adding an empty note
David Disseldorp
1
-0
/
+10
2024-07-29
unit-tests/test-lib: fix typo in check_pointer_eq() description
Kousik Sanagavarapu
1
-2
/
+3
2024-07-26
csum-file: introduce discard_hashfile()
Junio C Hamano
1
-0
/
+1
2024-07-26
mailmap: plug memory leak in read_mailmap_blob()
Junio C Hamano
1
-0
/
+1
2024-07-23
Merge branch 'ds/midx-write-repack-fix'
Junio C Hamano
1
-0
/
+55
2024-07-20
add-patch: handle splitting hunks with diff.suppressBlankEmpty
Phillip Wood
1
-0
/
+19
2024-07-19
midx-write: revert use of --stdin-packs
Derrick Stolee
1
-1
/
+1
2024-07-18
t5319: add failing test case for repack/expire
Derrick Stolee
1
-0
/
+55
[next]