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
2023-06-21
notes: introduce "--no-separator" option
Teng Long
3
-18
/
+79
2023-06-21
notes.c: introduce "--[no-]stripspace" option
Teng Long
3
-19
/
+332
2023-06-21
notes.c: append separator instead of insert by pos
Teng Long
1
-9
/
+12
2023-06-21
notes.c: introduce '--separator=<paragraph-break>' option
Teng Long
3
-29
/
+227
2023-06-21
t3321: add test cases about the notes stripspace behavior
Teng Long
1
-0
/
+291
2023-06-21
notes.c: use designated initializers for clarity
Teng Long
1
-2
/
+2
2023-06-21
notes.c: cleanup 'strbuf_grow' call in 'append_edit'
Teng Long
1
-2
/
+0
2023-06-20
The second batch for 2.42
Junio C Hamano
1
-0
/
+35
2023-06-20
Merge branch 'la/doc-interpret-trailers'
Junio C Hamano
1
-56
/
+78
2023-06-20
Merge branch 'jk/log-follow-with-non-literal-pathspec'
Junio C Hamano
6
-10
/
+70
2023-06-20
Merge branch 'vd/worktree-config-is-per-repository'
Junio C Hamano
13
-37
/
+102
2023-06-20
Merge branch 'tb/submodule-null-deref-fix'
Junio C Hamano
2
-2
/
+21
2023-06-20
Merge branch 'jc/test-modernization-2'
Junio C Hamano
10
-713
/
+737
2023-06-20
Merge branch 'jc/test-modernization'
Junio C Hamano
20
-1501
/
+1472
2023-06-20
Merge branch 'kh/use-default-notes-doc'
Junio C Hamano
1
-8
/
+11
2023-06-20
Merge branch 'pb/complete-and-document-auto-merge-and-friends'
Junio C Hamano
5
-20
/
+79
2023-06-20
Merge branch 'mh/commit-reach-get-reachable-plug-leak'
Junio C Hamano
1
-0
/
+2
2023-06-20
Merge branch 'tz/test-fix-pthreads-prereq'
Junio C Hamano
1
-2
/
+2
2023-06-20
Merge branch 'tz/test-ssh-verifytime-fix'
Junio C Hamano
1
-1
/
+1
2023-06-20
Merge branch 'jk/ci-use-clang-for-sanitizer-jobs'
Junio C Hamano
2
-13
/
+4
2023-06-20
Merge branch 'tl/quote-problematic-arg-for-clarity'
Junio C Hamano
2
-4
/
+4
2023-06-20
Merge branch 'ps/fetch-cleanups'
Junio C Hamano
1
-68
/
+79
2023-06-20
packfile: delete .idx files before .pack files
Derrick Stolee
1
-1
/
+1
2023-06-18
strbuf: simplify strbuf_expand_literal_cb()
René Scharfe
5
-11
/
+7
2023-06-18
replace strbuf_expand() with strbuf_expand_step()
René Scharfe
7
-271
/
+168
2023-06-18
replace strbuf_expand_dict_cb() with strbuf_expand_step()
René Scharfe
4
-56
/
+28
2023-06-18
strbuf: factor out strbuf_expand_step()
René Scharfe
3
-25
/
+24
2023-06-18
pretty: factor out expand_separator()
René Scharfe
1
-14
/
+13
2023-06-17
http: handle both "h2" and "h2h3" in curl info lines
Jeff King
1
-1
/
+2
2023-06-17
tests: mark as passing with SANITIZE=leak
Rubén Justo
11
-0
/
+11
2023-06-17
config: fix a leak in git_config_copy_or_rename_section_in_file
Rubén Justo
1
-0
/
+1
2023-06-17
branch: fix a leak in cmd_branch
Rubén Justo
1
-0
/
+2
2023-06-17
branch: fix a leak in setup_tracking
Rubén Justo
1
-1
/
+1
2023-06-17
rev-parse: fix a leak with --abbrev-ref
Rubén Justo
1
-1
/
+4
2023-06-16
commit: pass --no-divider to interpret-trailers
Jeff King
2
-1
/
+21
2023-06-16
credential/libsecret: store new attributes
M Hickford
4
-6
/
+152
2023-06-16
setup.c: don't setup in discover_git_directory()
Glen Choo
1
-5
/
+0
2023-06-15
credential: erase all matching credentials
M Hickford
4
-8
/
+44
2023-06-15
credential: avoid erasing distinct password
M Hickford
5
-18
/
+90
2023-06-15
revision: handle pseudo-opts in `--stdin` mode
Patrick Steinhardt
3
-9
/
+72
2023-06-15
revision: small readability improvement for reading from stdin
Patrick Steinhardt
1
-8
/
+9
2023-06-15
revision: reorder `read_revisions_from_stdin()`
Patrick Steinhardt
1
-33
/
+33
2023-06-15
ls-tree: fix documentation of %x format placeholder
René Scharfe
1
-3
/
+3
2023-06-14
doc: trailer: add more examples in DESCRIPTION
Linus Arver
1
-2
/
+18
2023-06-14
doc: trailer: mention 'key' in DESCRIPTION
Linus Arver
1
-1
/
+4
2023-06-14
doc: trailer.<token>.command: emphasize deprecation
Linus Arver
1
-2
/
+2
2023-06-14
doc: trailer: use angle brackets for <token> and <value>
Linus Arver
1
-4
/
+4
2023-06-14
doc: trailer: remove redundant phrasing
Linus Arver
1
-3
/
+2
2023-06-14
doc: trailer: examples: avoid the word "message" by itself
Linus Arver
1
-25
/
+25
2023-06-14
doc: trailer: drop "commit message part" phrasing
Linus Arver
1
-16
/
+20
[prev]
[next]