index
:
git
jch
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2024-08-14
t9001-send-email.sh: fix quoting for mailrc --dump-aliases test
Jacob Keller
-3
/
+3
2024-08-13
midx: drop unused parameters from add_midx_to_chain()
Jeff King
-9
/
+5
2024-08-13
bundle: default to SHA1 when reading bundle headers
Patrick Steinhardt
-1
/
+31
2024-08-13
builtin/bundle: have unbundle check for repo before opening its bundle
Patrick Steinhardt
-2
/
+10
2024-08-13
t-reftable-readwrite: add test for known error
Chandra Pratap
-0
/
+5
2024-08-13
t-reftable-readwrite: use 'for' in place of infinite 'while' loops
Chandra Pratap
-9
/
+3
2024-08-13
t-reftable-readwrite: use free_names() instead of a for loop
Chandra Pratap
-7
/
+3
2024-08-13
t: move reftable/readwrite_test.c to the unit testing framework
Chandra Pratap
-212
/
+210
2024-08-13
config: hide functions using `the_repository` by default
Patrick Steinhardt
-208
/
+171
2024-08-13
global: prepare for hiding away repo-less config functions
Patrick Steinhardt
-0
/
+45
2024-08-13
config: don't depend on `the_repository` with branch conditions
Patrick Steinhardt
-4
/
+5
2024-08-13
config: don't have setters depend on `the_repository`
Patrick Steinhardt
-8
/
+8
2024-08-13
config: pass repo to functions that rename or copy sections
Patrick Steinhardt
-33
/
+36
2024-08-13
config: pass repo to `git_die_config()`
Patrick Steinhardt
-10
/
+11
2024-08-13
config: pass repo to `git_config_get_expiry_in_days()`
Patrick Steinhardt
-5
/
+9
2024-08-13
config: pass repo to `git_config_get_expiry()`
Patrick Steinhardt
-8
/
+8
2024-08-13
config: pass repo to `git_config_get_max_percent_split_change()`
Patrick Steinhardt
-4
/
+4
2024-08-13
config: pass repo to `git_config_get_split_index()`
Patrick Steinhardt
-6
/
+6
2024-08-13
config: pass repo to `git_config_get_index_threads()`
Patrick Steinhardt
-7
/
+7
2024-08-13
config: expose `repo_config_clear()`
Patrick Steinhardt
-1
/
+2
2024-08-13
config: introduce missing setters that take repo as parameter
Patrick Steinhardt
-21
/
+87
2024-08-13
path: hide functions using `the_repository` by default
Patrick Steinhardt
-99
/
+100
2024-08-13
path: stop relying on `the_repository` in `worktree_git_path()`
Patrick Steinhardt
-17
/
+24
2024-08-13
path: stop relying on `the_repository` when reporting garbage
Patrick Steinhardt
-5
/
+5
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
-42
/
+47
2024-08-13
editor: do not rely on `the_repository` for interactive edits
Patrick Steinhardt
-8
/
+13
2024-08-13
path: expose `do_git_common_path()` as `repo_common_pathv()`
Patrick Steinhardt
-12
/
+15
2024-08-13
path: expose `do_git_path()` as `repo_git_pathv()`
Patrick Steinhardt
-10
/
+18
2024-08-09
remerge-diff: clean up temporary objdir at a central place
Junio C Hamano
-26
/
+26
2024-08-09
remerge-diff: lazily prepare temporary objdir on demand
Junio C Hamano
-18
/
+12
2024-08-09
doc: grammofix in git-diff-tree
Junio C Hamano
-1
/
+1
2024-08-09
tutorial: grammofix
Junio C Hamano
-1
/
+1
2024-08-09
ref-filter: populate symref from iterator
John Cai
-5
/
+12
2024-08-09
refs: add referent to each_ref_fn
John Cai
-54
/
+78
2024-08-09
refs: keep track of unresolved reference value in iterators
John Cai
-5
/
+30
2024-08-09
diff-tree: fix crash when used with --remerge-diff
Xing Xin
-0
/
+48
2024-08-08
tests: drop use of 'tee' that hides exit status
Junio C Hamano
-3
/
+3
2024-08-08
The third batch
Junio C Hamano
-0
/
+25
2024-08-08
Merge branch 'ps/p4-tests-updates'
Junio C Hamano
-9
/
+84
2024-08-08
Merge branch 'dh/encoding-trace-optim'
Junio C Hamano
-0
/
+3
2024-08-08
Merge branch 'ps/doc-more-c-coding-guidelines'
Junio C Hamano
-3
/
+51
2024-08-08
Merge branch 'rs/grep-omit-blank-lines-after-function-at-eof'
Junio C Hamano
-1
/
+3
2024-08-08
Merge branch 'dd/notes-empty-no-edit-by-default'
Junio C Hamano
-12
/
+20
2024-08-08
Merge branch 'es/shell-check-updates'
Junio C Hamano
-5
/
+4
2024-08-08
Merge branch 'rj/add-p-pager'
Junio C Hamano
-8
/
+107
2024-08-08
Merge branch 'ks/unit-test-comment-typofix'
Junio C Hamano
-2
/
+3
2024-08-08
t7004: make use of write_script
AbdAlRahman Gad
-6
/
+2
2024-08-08
t7004: use single quotes instead of double quotes
AbdAlRahman Gad
-35
/
+35
2024-08-08
t7004: begin the test body on the same line as test_expect_success
AbdAlRahman Gad
-54
/
+71
2024-08-08
t7004: description on the same line as test_expect_success
AbdAlRahman Gad
-166
/
+83
[prev]
[next]