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-04-03
Merge branch 'pb/test-scripts-are-build-targets'
Junio C Hamano
1
-0
/
+7
2024-04-03
Merge branch 'ds/grep-doc-updates'
Junio C Hamano
2
-15
/
+23
2024-04-03
Merge branch 'az/grep-group-error-message-update'
Junio C Hamano
1
-2
/
+2
2024-04-03
Merge branch 'jc/release-notes-entry-experiment'
Junio C Hamano
1
-0
/
+12
2024-04-03
Merge branch 'jk/remote-helper-object-format-option-fix'
Junio C Hamano
4
-20
/
+11
2024-04-03
t/t7700-repack.sh: fix test breakages with `GIT_TEST_MULTI_PACK_INDEX=1 `
Taylor Blau
1
-0
/
+2
2024-04-03
reftable/block: avoid decoding keys when searching restart points
Patrick Steinhardt
1
-10
/
+19
2024-04-03
reftable/record: extract function to decode key lengths
Patrick Steinhardt
2
-9
/
+31
2024-04-03
reftable/block: fix error handling when searching restart points
Patrick Steinhardt
3
-8
/
+11
2024-04-03
reftable/block: refactor binary search over restart points
Patrick Steinhardt
1
-27
/
+73
2024-04-03
reftable/refname: refactor binary search over refnames
Patrick Steinhardt
1
-22
/
+22
2024-04-03
reftable/basics: improve `binsearch()` test
Patrick Steinhardt
1
-24
/
+31
2024-04-03
reftable/basics: fix return type of `binsearch()` to be `size_t`
Patrick Steinhardt
5
-16
/
+14
2024-04-02
t-prio-queue: simplify using compound literals
René Scharfe
1
-34
/
+17
2024-04-02
INSTALL: bump libcurl version to 7.21.3
Jeff King
1
-1
/
+1
2024-04-02
http: reset POSTFIELDSIZE when clearing curl handle
Jeff King
1
-0
/
+1
2024-04-02
t2104: style fixes
Junio C Hamano
1
-15
/
+15
2024-04-02
imap-send: use xsnprintf to format command
René Scharfe
1
-20
/
+4
2024-04-02
githooks: use {old,new}-oid instead of {old,new}-value
Karthik Nayak
1
-8
/
+8
2024-04-02
update-ref: use {old,new}-oid instead of {old,new}value
Karthik Nayak
3
-59
/
+59
2024-04-01
osxkeychain: store new attributes
Bo Anderson
1
-6
/
+62
2024-04-01
osxkeychain: erase matching passwords only
Bo Anderson
1
-1
/
+55
2024-04-01
osxkeychain: erase all matching credentials
Bo Anderson
1
-1
/
+2
2024-04-01
osxkeychain: replace deprecated SecKeychain API
Bo Anderson
2
-67
/
+197
2024-04-01
midx-write.c: use `--stdin-packs` when repacking
Taylor Blau
1
-9
/
+9
2024-04-01
midx-write.c: check count of packs to repack after grouping
Taylor Blau
1
-24
/
+20
2024-04-01
midx-write.c: factor out common want_included_pack() routine
Taylor Blau
1
-12
/
+20
2024-04-01
midx-write: move writing-related functions from midx.c
Taylor Blau
4
-1539
/
+1555
2024-04-01
Merge branch 'rs/midx-use-strvec-pushf' into tb/midx-write
Junio C Hamano
1
-6
/
+1
2024-04-01
The thirteenth batch
Junio C Hamano
1
-0
/
+26
2024-04-01
Merge branch 'ps/clone-with-includeif-onbranch'
Junio C Hamano
1
-0
/
+12
2024-04-01
Merge branch 'jk/rebase-apply-leakfix'
Junio C Hamano
2
-3
/
+12
2024-04-01
Merge branch 'ps/t7800-variable-interpolation-fix'
Junio C Hamano
2
-20
/
+40
2024-04-01
Merge branch 'ps/reftable-unit-test-nfs-workaround'
Junio C Hamano
1
-1
/
+11
2024-04-01
Merge branch 'jk/doc-remote-helpers-markup-fix'
Junio C Hamano
1
-3
/
+3
2024-04-01
Merge branch 'pb/advice-merge-conflict'
Junio C Hamano
9
-25
/
+39
2024-04-01
Merge branch 'ds/config-internal-whitespace-fix'
Junio C Hamano
3
-20
/
+135
2024-04-01
Merge branch 'jk/pretty-subject-cleanup'
Junio C Hamano
7
-46
/
+38
2024-04-01
Merge branch 'pw/checkout-conflict-errorfix'
Junio C Hamano
9
-37
/
+139
2024-04-01
completion: protect prompt against unset SHOWUPSTREAM in nounset mode
Ville Skyttä
1
-1
/
+1
2024-04-01
completion: fix prompt with unset SHOWCONFLICTSTATE in nounset mode
Ville Skyttä
1
-1
/
+1
2024-03-31
config: fix some small capitalization issues, as spotted
Dragan Simic
1
-1
/
+1
2024-03-31
mem-pool: use st_add() in mem_pool_strvfmt()
René Scharfe
1
-2
/
+4
2024-03-31
test-lib: fix non-functioning GIT_TEST_MAINT_SCHEDULER fallback
Eric Sunshine
1
-0
/
+1
2024-03-30
add: use advise_if_enabled for ADVICE_ADD_EMBEDDED_REPO
Rubén Justo
2
-3
/
+37
2024-03-30
add: use advise_if_enabled for ADVICE_ADD_EMPTY_PATHSPEC
Rubén Justo
2
-4
/
+12
2024-03-30
add: use advise_if_enabled for ADVICE_ADD_IGNORED_FILE
Rubén Justo
3
-8
/
+4
2024-03-30
checkout: omit "tracking" information on a detached HEAD
Junio C Hamano
2
-2
/
+6
2024-03-29
advice: omit trailing whitespace
Junio C Hamano
3
-5
/
+6
2024-03-29
doc: git-clone: do not autoreference the manpage in itself
Jean-Noël Avila
1
-2
/
+12
[prev]
[next]