Sign in
googlers
/
jrn
/
git
/
cff3b034d5e75c84725823290afed62c93bc2317
cff3b03
Merge branch 'jc/varargs-attributes'
by Junio C Hamano
· 9 months ago
40a163f
Merge branch 'ps/ref-storage-migration'
by Junio C Hamano
· 9 months ago
dfd668f
Merge branch 'ps/check-docs-fix'
by Junio C Hamano
· 9 months ago
4551858
Merge branch 'ps/ci-fix-detection-of-ubuntu-20'
by Junio C Hamano
· 9 months ago
7e2d034
Merge branch 'ap/credential-clear-fix'
by Junio C Hamano
· 9 months ago
4d8ae4d
Merge branch 'jc/format-patch-with-range-diff'
by Junio C Hamano
· 9 months ago
d63586c
The thirteenth batch
by Junio C Hamano
· 10 months ago
2a061a6
Merge branch 'gt/decorate-unit-test'
by Junio C Hamano
· 10 months ago
51ea70c
Merge branch 'jk/sparse-leakfix'
by Junio C Hamano
· 10 months ago
c2f7944
Merge branch 'jk/cap-exclude-file-size'
by Junio C Hamano
· 10 months ago
b8bdb2f
Merge branch 'jc/safe-directory-leading-path'
by Junio C Hamano
· 10 months ago
22cf18f
Merge branch 'gt/t-hash-unit-test'
by Junio C Hamano
· 10 months ago
56346ba
Merge branch 'cp/reftable-unit-test'
by Junio C Hamano
· 10 months ago
a39e28a
Merge branch 'jc/t1517-more'
by Junio C Hamano
· 10 months ago
8d94cfb
The twelfth batch
by Junio C Hamano
· 10 months ago
5235e56
Merge branch 'jk/leakfixes'
by Junio C Hamano
· 10 months ago
718b50e
Merge branch 'iw/trace-argv-on-alias'
by Junio C Hamano
· 10 months ago
99c7de7
__attribute__: add a few missing format attributes
by Junio C Hamano
· 10 months ago
ba74464
__attribute__: mark some functions with LAST_ARG_MUST_BE_NULL
by Junio C Hamano
· 10 months ago
f52c9a2
__attribute__: remove redundant attribute declaration for git_die_config()
by Junio C Hamano
· 10 months ago
89e78c7
__attribute__: trace2_region_enter_printf() is like "printf"
by Junio C Hamano
· 10 months ago
1b76f06
Merge branch 'tb/midx-write-cleanup'
by Junio C Hamano
· 10 months ago
cd77e87
The eleventh batch
by Junio C Hamano
· 10 months ago
9d8e7d2
Merge branch 'mt/openindiana-scalar'
by Junio C Hamano
· 10 months ago
df5c2c4
Merge branch 'rs/difftool-env-simplify'
by Junio C Hamano
· 10 months ago
d11b0c7
Merge branch 'th/quiet-lazy-fetch-from-promisor'
by Junio C Hamano
· 10 months ago
cf79265
Merge branch 'ps/leakfixes'
by Junio C Hamano
· 10 months ago
27db485
credential: clear expired c->credential, unify secret clearing
by Aaron Plattner
· 10 months ago
df65133
ci: fix check for Ubuntu 20.04
by Patrick Steinhardt
· 10 months ago
25a0023
builtin/refs: new command to migrate ref storage formats
by Patrick Steinhardt
· 10 months ago
6d6a3a9
refs: implement logic to migrate between ref storage formats
by Patrick Steinhardt
· 10 months ago
64a6dd8
refs: implement removal of ref storages
by Patrick Steinhardt
· 10 months ago
1339cb3
worktree: don't store main worktree twice
by Patrick Steinhardt
· 10 months ago
b5d7db9
reftable: inline `merged_table_release()`
by Patrick Steinhardt
· 10 months ago
b3e098d
refs/files: fix NULL pointer deref when releasing ref store
by Patrick Steinhardt
· 10 months ago
120b671
refs/files: extract function to iterate through root refs
by Patrick Steinhardt
· 10 months ago
66275a6
refs/files: refactor `add_pseudoref_and_head_entries()`
by Patrick Steinhardt
· 10 months ago
fbd1a69
refs: allow to skip creation of reflog entries
by Patrick Steinhardt
· 10 months ago
6e1683a
refs: pass storage format to `ref_store_init()` explicitly
by Patrick Steinhardt
· 10 months ago
318efb9
refs: convert ref storage format to an enum
by Patrick Steinhardt
· 10 months ago
a83f7f5
setup: unset ref storage when reinitializing repository version
by Patrick Steinhardt
· 10 months ago
f60fec6
ci/test-documentation: work around SyntaxWarning in Python 3.12
by Patrick Steinhardt
· 10 months ago
401151d
gitlab-ci: add job to run `make check-docs`
by Patrick Steinhardt
· 10 months ago
6423920
Documentation/lint-manpages: bubble up errors
by Patrick Steinhardt
· 10 months ago
2dd100c
Makefile: extract script to lint missing/extraneous manpages
by Patrick Steinhardt
· 10 months ago
6d10775
sparse-checkout: free duplicate hashmap entries
by Jeff King
· 10 months ago
a544b7d
sparse-checkout: free string list after displaying
by Jeff King
· 10 months ago
521e04e
sparse-checkout: free pattern list in sparse_checkout_list()
by Jeff King
· 10 months ago
008f59d
sparse-checkout: free sparse_filename after use
by Jeff King
· 10 months ago
a14d49c
sparse-checkout: refactor temporary sparse_checkout_patterns
by Jeff King
· 10 months ago
d765fa0
sparse-checkout: always free "line" strbuf after reading input
by Jeff King
· 10 months ago
c332464
sparse-checkout: reuse --stdin buffer when reading patterns
by Jeff King
· 10 months ago
eed1fbe
dir.c: always copy input to add_pattern()
by Jeff King
· 10 months ago
e7c3d1d
dir.c: reduce max pattern file size to 100MB
by Jeff King
· 10 months ago
56f4f4a
imap-send: minimum leakfix
by Junio C Hamano
· 10 months ago
4c844c2
dir.c: free removed sparse-pattern hashmap entries
by Jeff King
· 10 months ago
db83b64
sparse-checkout: clear patterns when init() sees existing sparse file
by Jeff King
· 10 months ago
4318d3a
dir.c: free strings in sparse cone pattern hashmaps
by Jeff King
· 10 months ago
4d7f95e
sparse-checkout: pass string literals directly to add_pattern()
by Jeff King
· 10 months ago
2181fe6
sparse-checkout: free string list in write_cone_to_file()
by Jeff King
· 10 months ago
7b0defb
The tenth batch
by Junio C Hamano
· 10 months ago
eb6392f
Merge branch 'th/push-local-ff-check-without-lazy-fetch'
by Junio C Hamano
· 10 months ago
5c7c063
Merge branch 'ps/fix-reinit-includeif-onbranch'
by Junio C Hamano
· 10 months ago
9eaef58
Sync with 'maint'
by Junio C Hamano
· 10 months ago
291ef5b
run-command: show prepared command
by Ian Wienand
· 10 months ago
d35a743
Documentation: alias: add notes on shell expansion
by Ian Wienand
· 10 months ago
a2bc523
dir.c: skip .gitignore, etc larger than INT_MAX
by Jeff King
· 10 months ago
715ae27
Post 2.45.2 updates
by Junio C Hamano
· 10 months ago
8211adf
Merge branch 'jk/ci-macos-gcc13-fix' into maint-2.45
by Junio C Hamano
· 10 months ago
6e90e88
Merge branch 'ma/win32-unix-domain-socket' into maint-2.45
by Junio C Hamano
· 10 months ago
104cf14
Merge branch 'jt/doc-submitting-rerolled-series' into maint-2.45
by Junio C Hamano
· 10 months ago
2e416ef
Merge branch 'jc/doc-manpages-l10n' into maint-2.45
by Junio C Hamano
· 10 months ago
7304949
Merge branch 'jc/compat-regex-calloc-fix' into maint-2.45
by Junio C Hamano
· 10 months ago
1258fc2
Merge branch 'jc/no-default-attr-tree-in-bare' into maint-2.45
by Junio C Hamano
· 10 months ago
1b2e906
Merge branch 'ps/ci-python-2-deprecation' into maint-2.45
by Junio C Hamano
· 10 months ago
0d7b748
Merge branch 'jc/test-workaround-broken-mv' into maint-2.45
by Junio C Hamano
· 10 months ago
7482bc9
Merge branch 'jc/git-gui-maintainer-update' into maint-2.45
by Junio C Hamano
· 10 months ago
94d25d3
Merge branch 'jk/leakfixes' into jk/sparse-leakfix
by Junio C Hamano
· 10 months ago
b25ec8b
t1517: more coverage for commands that work without repository
by Junio C Hamano
· 10 months ago
c3ebe91
Sync with Git 2.45.2
by Junio C Hamano
· 10 months ago
bea9ecd
Git 2.45.2
by Junio C Hamano
· 10 months ago
v2.45.2
f8c58f2
Merge branch 'jc/fix-2.45.1-and-friends-for-maint' into maint-2.45
by Junio C Hamano
· 10 months ago
46698a8
Git 2.44.2
by Junio C Hamano
· 10 months ago
v2.44.2
d103d3d
Merge branch 'fixes/2.45.1/2.44' into maint-2.44
by Junio C Hamano
· 10 months ago
337b4d4
Git 2.43.5
by Junio C Hamano
· 10 months ago
v2.43.5
5eebcea
Merge branch 'fixes/2.45.1/2.43' into maint-2.43
by Junio C Hamano
· 10 months ago
239bd35
Git 2.42.3
by Junio C Hamano
· 10 months ago
v2.42.3
18df122
Merge branch 'fixes/2.45.1/2.42' into maint-2.42
by Junio C Hamano
· 10 months ago
0dc9cad
Git 2.41.2
by Junio C Hamano
· 10 months ago
v2.41.2
f20b96a
Merge branch 'fixes/2.45.1/2.41' into maint-2.41
by Junio C Hamano
· 10 months ago
dbecc61
Git 2.40.3
by Junio C Hamano
· 10 months ago
v2.40.3
75e7cd2
Merge branch 'fixes/2.45.1/2.40' into maint-2.40
by Junio C Hamano
· 10 months ago
cc7d11c
Git 2.39.5
by Junio C Hamano
· 10 months ago
v2.39.5
7eb9152
Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into maint-2.39
by Junio C Hamano
· 10 months ago
58bac47
The ninth batch
by Junio C Hamano
· 10 months ago
f8da12a
Merge branch 'jc/fix-2.45.1-and-friends-for-maint'
by Junio C Hamano
· 10 months ago
d019b80
Merge branch 'jc/add-patch-enforce-single-letter-input'
by Junio C Hamano
· 10 months ago
99d3cbe
Merge branch 'gt/unit-test-strcmp-offset'
by Junio C Hamano
· 10 months ago
b3ba0f2
Merge branch 'es/chainlint-ncores-fix'
by Junio C Hamano
· 10 months ago
b7544a1
Merge branch 'js/doc-decisions'
by Junio C Hamano
· 10 months ago
Next »