index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-02
Merge branch 'tb/ban-strtok'
Junio C Hamano
12
-51
/
+161
2023-05-02
Merge branch 'jk/blame-fake-commit-label'
Junio C Hamano
3
-9
/
+18
2023-05-02
Merge branch 'jk/misc-null-check-fixes'
Junio C Hamano
2
-4
/
+4
2023-05-02
Merge branch 'en/ort-finalize-after-0-merges-fix'
Junio C Hamano
1
-4
/
+4
2023-05-02
Merge branch 'ek/completion-use-read-r-to-read-literally'
Junio C Hamano
1
-1
/
+1
2023-04-28
The fifteenth batch
Junio C Hamano
1
-0
/
+11
2023-04-28
Merge branch 'jk/gpg-trust-level-fix'
Junio C Hamano
2
-8
/
+15
2023-04-28
Merge branch 'tb/enable-cruft-packs-by-default'
Junio C Hamano
13
-125
/
+118
2023-04-27
The fourteenth batch
Junio C Hamano
1
-0
/
+5
2023-04-27
Merge branch 'fc/doc-checkout-markup-updates'
Junio C Hamano
1
-26
/
+28
2023-04-27
Merge branch 'fc/doc-use-datestamp-in-commit'
Junio C Hamano
1
-1
/
+4
2023-04-27
Merge branch 'ds/fsck-pack-revindex'
Junio C Hamano
5
-4
/
+169
2023-04-27
Merge branch 'tb/pack-revindex-on-disk'
Junio C Hamano
14
-26
/
+62
2023-04-27
banned.h: mark `strtok()` and `strtok_r()` as banned
Taylor Blau
1
-0
/
+4
2023-04-25
The thirteenth batch
Junio C Hamano
1
-0
/
+13
2023-04-25
Merge branch 'ps/fix-geom-repack-with-alternates'
Junio C Hamano
11
-151
/
+504
2023-04-25
Merge branch 'rj/send-email-validate-hook-count-messages'
Junio C Hamano
4
-1
/
+146
2023-04-25
Merge branch 'jk/protocol-cap-parse-fix'
Junio C Hamano
8
-90
/
+112
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
217
-479
/
+827
2023-04-24
Sync with Git 2.40.1
Junio C Hamano
17
-16
/
+208
2023-04-24
t/helper/test-json-writer.c: avoid using `strtok()`
Taylor Blau
1
-28
/
+48
2023-04-24
t/helper/test-oidmap.c: avoid using `strtok()`
Taylor Blau
1
-6
/
+14
2023-04-24
t/helper/test-hashmap.c: avoid using `strtok()`
Taylor Blau
1
-7
/
+15
2023-04-24
string-list: introduce `string_list_setlen()`
Taylor Blau
2
-0
/
+19
2023-04-24
string-list: multi-delimiter `string_list_split_in_place()`
Taylor Blau
8
-10
/
+61
2023-04-24
blame: use different author name for fake commit generated by --contents
Jacob Keller
3
-9
/
+18
2023-04-24
merge-ort: fix calling merge_finalize() with no intermediate merge
Elijah Newren
1
-4
/
+4
2023-04-24
fetch_bundle_uri(): drop pointless NULL check
Jeff King
1
-2
/
+2
2023-04-24
notes: clean up confusing NULL checks in init_notes()
Jeff King
1
-2
/
+2
2023-04-21
The twelfth batch
Junio C Hamano
1
-0
/
+11
2023-04-21
Merge branch 'ow/ref-filter-omit-empty'
Junio C Hamano
9
-4
/
+75
2023-04-21
Merge branch 'ah/format-patch-thread-doc'
Junio C Hamano
2
-2
/
+6
2023-04-21
Merge branch 'rn/sparse-describe'
Junio C Hamano
3
-0
/
+30
2023-04-21
Merge branch 'rs/archive-from-subdirectory-fixes'
Junio C Hamano
3
-21
/
+83
2023-04-21
Merge branch 'fc/doc-stop-using-manversion'
Junio C Hamano
1
-2
/
+1
2023-04-20
completion: suppress unwanted unescaping of `read`
Edwin Kofler
1
-1
/
+1
2023-04-20
The eleventh batch
Junio C Hamano
1
-0
/
+17
2023-04-20
Merge branch 'gc/better-error-when-local-clone-fails-with-symlink'
Junio C Hamano
3
-2
/
+17
2023-04-20
Merge branch 'ar/t2024-checkout-output-fix'
Junio C Hamano
1
-2
/
+5
2023-04-20
Merge branch 'rs/get-tar-commit-id-use-defined-const'
Junio C Hamano
1
-1
/
+1
2023-04-20
Merge branch 'rs/remove-approxidate-relative'
Junio C Hamano
3
-17
/
+2
2023-04-20
Merge branch 'rs/userdiff-multibyte-regex'
Junio C Hamano
3
-2
/
+34
2023-04-19
gpg-interface: set trust level of missing key to "undefined"
Jeff King
2
-8
/
+15
2023-04-18
doc: git-checkout: reorganize examples
Felipe Contreras
1
-22
/
+28
2023-04-18
doc: git-checkout: trivial callout cleanup
Felipe Contreras
1
-4
/
+0
2023-04-18
repository.h: drop unused `gc_cruft_packs`
Taylor Blau
2
-4
/
+1
2023-04-18
builtin/gc.c: make `gc.cruftPacks` enabled by default
Taylor Blau
6
-21
/
+11
2023-04-18
t/t9300-fast-import.sh: prepare for `gc --cruft` by default
Taylor Blau
1
-9
/
+4
2023-04-18
t/t6500-gc.sh: add additional test cases
Taylor Blau
1
-0
/
+4
2023-04-18
t/t6500-gc.sh: refactor cruft pack tests
Taylor Blau
1
-82
/
+44
[next]