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-03-03
clean: improve -n and -f implementation and documentation
Sergey Organov
-16
/
+13
2024-03-03
parse-options: rearrange long_name matching code
René Scharfe
-22
/
+15
2024-03-03
parse-options: normalize arg and long_name before comparison
René Scharfe
-22
/
+22
2024-03-03
parse-options: detect ambiguous self-negation
René Scharfe
-2
/
+12
2024-03-03
parse-options: factor out register_abbrev() and struct parsed_option
René Scharfe
-34
/
+49
2024-03-03
parse-options: set arg of abbreviated option lazily
René Scharfe
-3
/
+4
2024-03-03
parse-options: recognize abbreviated negated option with arg
René Scharfe
-2
/
+19
2024-03-03
t-ctype: avoid duplicating class names
René Scharfe
-40
/
+24
2024-03-03
t-ctype: align output of i
René Scharfe
-1
/
+1
2024-03-03
t-ctype: simplify EOF check
René Scharfe
-2
/
+1
2024-03-03
t-ctype: allow NUL anywhere in the specification string
René Scharfe
-14
/
+4
2024-03-02
repack: check error writing to pack-objects subprocess
Junio C Hamano
-2
/
+3
2024-03-02
sideband: avoid short write(2)
Junio C Hamano
-2
/
+2
2024-03-02
unpack: replace xwrite() loop with write_in_full()
Junio C Hamano
-21
/
+4
2024-03-02
test_i18ngrep: hard deprecate and forbid its use
Junio C Hamano
-2
/
+1
2024-03-01
The third batch
Junio C Hamano
-0
/
+15
2024-03-01
Merge branch 'tb/multi-pack-verbatim-reuse' into HEAD
Junio C Hamano
-5
/
+4
2024-03-01
Merge branch 'hs/rebase-not-in-progress' into HEAD
Junio C Hamano
-1
/
+1
2024-03-01
Merge branch 'jw/remote-doc-typofix' into HEAD
Junio C Hamano
-1
/
+1
2024-03-01
Merge branch 'jc/doc-add-placeholder-fix' into HEAD
Junio C Hamano
-10
/
+10
2024-03-01
Merge branch 'ja/doc-placeholders-markup-rules' into HEAD
Junio C Hamano
-0
/
+7
2024-03-01
Merge branch 'ps/reflog-list' into HEAD
Junio C Hamano
-205
/
+380
2024-03-01
Merge branch 'ds/doc-send-email-capitalization' into HEAD
Junio C Hamano
-15
/
+15
2024-03-01
Merge branch 'ja/docfixes' into HEAD
Junio C Hamano
-16
/
+16
2024-03-01
Merge branch 'cp/t9146-use-test-path-helpers' into HEAD
Junio C Hamano
-44
/
+12
2024-03-01
Merge branch 'ps/difftool-dir-diff-exit-code' into HEAD
Junio C Hamano
-46
/
+67
2024-03-01
gitcli: drop mention of “non-dashed form”
Kristoffer Haugsbakk
-3
/
+0
2024-03-01
format_trailers_from_commit(): indirectly call trailer_info_get()
Linus Arver
-1
/
+4
2024-03-01
format_trailer_info(): move "fast path" to caller
Linus Arver
-11
/
+9
2024-03-01
format_trailers(): use strbuf instead of FILE
Linus Arver
-8
/
+14
2024-03-01
trailer_info_get(): reorder parameters
Linus Arver
-8
/
+10
2024-03-01
trailer: move interpret_trailers() to interpret-trailers.c
Linus Arver
-109
/
+123
2024-03-01
trailer: reorder format_trailers_from_commit() parameters
Linus Arver
-9
/
+11
2024-03-01
trailer: rename functions to use 'trailer'
Linus Arver
-18
/
+18
2024-03-01
shortlog: add test for de-duplicating folded trailers
Linus Arver
-0
/
+33
2024-03-01
trailer: free trailer_info _after_ all related usage
Linus Arver
-2
/
+1
2024-02-29
docs: sort configuration variable groupings alphabetically
Eric Sunshine
-14
/
+14
2024-02-29
add: use unsigned type for collection of bits
Eugenio Gigante
-1
/
+1
2024-02-29
upload-pack: only accept packfile-uris if we advertised it
Jeff King
-9
/
+26
2024-02-29
commit-reach(repo_get_merge_bases_many_dirty): pass on errors
Johannes Schindelin
-16
/
+16
2024-02-29
commit-reach(repo_get_merge_bases_many): pass on "missing commits" errors
Johannes Schindelin
-28
/
+31
2024-02-29
commit-reach(get_octopus_merge_bases): pass on "missing commits" errors
Johannes Schindelin
-15
/
+26
2024-02-29
commit-reach(repo_get_merge_bases): pass on "missing commits" errors
Johannes Schindelin
-51
/
+96
2024-02-29
commit-reach(get_merge_bases_many_0): pass on "missing commits" errors
Johannes Schindelin
-21
/
+36
2024-02-29
commit-reach(merge_bases_many): pass on "missing commits" errors
Johannes Schindelin
-13
/
+22
2024-02-29
commit-reach(paint_down_to_common): start reporting errors
Johannes Schindelin
-21
/
+45
2024-02-29
commit-reach(paint_down_to_common): prepare for handling shallow commits
Johannes Schindelin
-4
/
+12
2024-02-28
upload-pack: use existing config mechanism for advertisement
Jeff King
-16
/
+10
2024-02-28
upload-pack: centralize setup of sideband-all config
Jeff King
-2
/
+3
2024-02-28
upload-pack: use repository struct to get config
Jeff King
-5
/
+6
[prev]
[next]