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-04-05
Merge branch 'ps/pack-refs-auto' into jt/reftable-geometric-compaction
Junio C Hamano
5
-47
/
+124
2024-04-03
builtin/add: error out when passing untracked path with -u
Ghanshyam Thakkar
1
-0
/
+10
2024-04-03
builtin/commit: error out when passing untracked path with -i
Ghanshyam Thakkar
1
-15
/
+1
2024-04-03
Win32: detect unix socket support at runtime
Matthias Aßhauer
1
-0
/
+8
2024-04-03
Merge branch 'bl/cherry-pick-empty'
Junio C Hamano
4
-7
/
+145
2024-04-03
Merge branch 'bl/pretty-shorthand-config-fix'
Junio C Hamano
1
-16
/
+22
2024-04-03
Merge branch 'pb/test-scripts-are-build-targets'
Junio C Hamano
1
-0
/
+7
2024-04-03
Merge branch 'jk/remote-helper-object-format-option-fix'
Junio C Hamano
1
-1
/
+3
2024-04-03
t/t7700-repack.sh: fix test breakages with `GIT_TEST_MULTI_PACK_INDEX=1 `
Taylor Blau
1
-0
/
+2
2024-04-02
t-prio-queue: simplify using compound literals
René Scharfe
1
-34
/
+17
2024-04-02
t2104: style fixes
Junio C Hamano
1
-15
/
+15
2024-04-02
update-ref: use {old,new}-oid instead of {old,new}value
Karthik Nayak
1
-17
/
+17
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
1
-0
/
+9
2024-04-01
Merge branch 'ps/t7800-variable-interpolation-fix'
Junio C Hamano
2
-20
/
+40
2024-04-01
Merge branch 'pb/advice-merge-conflict'
Junio C Hamano
4
-5
/
+8
2024-04-01
Merge branch 'ds/config-internal-whitespace-fix'
Junio C Hamano
1
-3
/
+111
2024-04-01
Merge branch 'pw/checkout-conflict-errorfix'
Junio C Hamano
1
-0
/
+66
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
1
-0
/
+34
2024-03-30
add: use advise_if_enabled for ADVICE_ADD_EMPTY_PATHSPEC
Rubén Justo
1
-0
/
+10
2024-03-30
add: use advise_if_enabled for ADVICE_ADD_IGNORED_FILE
Rubén Justo
2
-4
/
+2
2024-03-30
checkout: omit "tracking" information on a detached HEAD
Junio C Hamano
1
-1
/
+4
2024-03-29
advice: omit trailing whitespace
Junio C Hamano
2
-4
/
+4
2024-03-29
doc: allow literal and emphasis format in doc vs help tests
Jean-Noël Avila
1
-1
/
+3
2024-03-29
t4126: fix "funny directory name" test on Windows (again)
Junio C Hamano
1
-18
/
+17
2024-03-28
add-patch: introduce 'p' in interactive-patch
Rubén Justo
1
-11
/
+11
2024-03-28
t4126: make sure a directory with SP at the end is usable
Junio C Hamano
1
-15
/
+18
2024-03-28
Merge branch 'rs/t-prio-queue-fixes'
Junio C Hamano
1
-7
/
+17
2024-03-28
Merge branch 'jc/show-untracked-false'
Junio C Hamano
1
-10
/
+22
2024-03-28
Merge branch 'ph/diff-src-dst-prefix-config'
Junio C Hamano
1
-10
/
+45
2024-03-28
Merge branch 'eb/hash-transition'
Junio C Hamano
7
-162
/
+581
2024-03-27
config: add core.commentString
Jeff King
1
-2
/
+7
2024-03-25
cherry-pick: add `--empty` for more robust redundant commit handling
Brian Lyles
2
-1
/
+68
2024-03-25
cherry-pick: enforce `--keep-redundant-commits` incompatibility
Brian Lyles
1
-0
/
+14
2024-03-25
sequencer: handle unborn branch with `--allow-empty`
Brian Lyles
1
-3
/
+11
2024-03-25
rebase: update `--empty=ask` to `--empty=stop`
Brian Lyles
1
-5
/
+16
2024-03-25
docs: address inaccurate `--empty` default with `--exec`
Brian Lyles
1
-0
/
+38
2024-03-25
Merge branch 'bb/sh-scripts-cleanup'
Junio C Hamano
33
-86
/
+79
2024-03-25
Merge branch 'jc/index-pack-fsck-levels'
Junio C Hamano
1
-1
/
+1
2024-03-25
Merge branch 'rj/restore-plug-leaks'
Junio C Hamano
4
-0
/
+4
2024-03-25
pretty: find pretty formats case-insensitively
Brian Lyles
1
-0
/
+8
2024-03-25
pretty: update tests to use `test_config`
Brian Lyles
1
-16
/
+14
2024-03-25
t/README: mention test files are make targets
Philippe Blain
1
-0
/
+7
2024-03-25
builtin/gc: pack refs when using `git maintenance run --auto`
Patrick Steinhardt
2
-1
/
+11
2024-03-25
builtin/gc: forward git-gc(1)'s `--auto` flag when packing refs
Patrick Steinhardt
1
-3
/
+16
2024-03-25
t6500: extract objects with "17" prefix
Patrick Steinhardt
2
-23
/
+19
2024-03-25
builtin/pack-refs: introduce new "--auto" flag
Patrick Steinhardt
2
-0
/
+41
2024-03-25
t/helper: drop pack-refs wrapper
Patrick Steinhardt
2
-24
/
+9
2024-03-25
refs/reftable: print errors on compaction failure
Patrick Steinhardt
1
-0
/
+12
[prev]
[next]