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
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2024-06-11
parse-options: fix leaks for users of OPT_FILENAME
Patrick Steinhardt
6
-10
/
+26
2024-06-10
Merge branch 'jk/leakfixes'
Junio C Hamano
1
-24
/
+26
2024-06-07
format-patch: assume --cover-letter for diff in multi-patch series
Rubén Justo
1
-0
/
+2
2024-06-07
builtin/merge: always store allocated strings in `pull_twohead`
Patrick Steinhardt
1
-7
/
+11
2024-06-07
builtin/rebase: always store allocated string in `options.strategy`
Patrick Steinhardt
1
-7
/
+7
2024-06-07
builtin/rebase: do not assign default backend to non-constant field
Patrick Steinhardt
1
-9
/
+16
2024-06-07
send-pack: always allocate receive status
Patrick Steinhardt
1
-0
/
+2
2024-06-07
builtin/remote: cast away constness in `get_head_names()`
Patrick Steinhardt
1
-6
/
+6
2024-06-07
refspec: remove global tag refspec structure
Patrick Steinhardt
2
-5
/
+14
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
12
-44
/
+45
2024-06-07
update-ref: add support for 'symref-update' command
Karthik Nayak
1
-0
/
+92
2024-06-07
update-ref: add support for 'symref-create' command
Karthik Nayak
2
-2
/
+32
2024-06-07
update-ref: add support for 'symref-delete' command
Karthik Nayak
3
-4
/
+36
2024-06-07
update-ref: add support for 'symref-verify' command
Karthik Nayak
1
-10
/
+70
2024-06-06
Merge branch 'rs/difftool-env-simplify'
Junio C Hamano
1
-8
/
+4
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
12
-431
/
+563
2024-06-06
am: add explicit "--retry" option
Jeff King
1
-0
/
+3
2024-06-06
builtin/refs: new command to migrate ref storage formats
Patrick Steinhardt
1
-0
/
+75
2024-06-06
refs: convert ref storage format to an enum
Patrick Steinhardt
2
-2
/
+2
2024-06-05
add-i: finally retire add.interactive.useBuiltin
Junio C Hamano
1
-5
/
+1
2024-06-05
sparse-checkout: free duplicate hashmap entries
Jeff King
1
-1
/
+8
2024-06-05
sparse-checkout: free string list after displaying
Jeff King
1
-0
/
+2
2024-06-05
sparse-checkout: free pattern list in sparse_checkout_list()
Jeff King
1
-3
/
+2
2024-06-05
sparse-checkout: free sparse_filename after use
Jeff King
1
-0
/
+2
2024-06-05
sparse-checkout: refactor temporary sparse_checkout_patterns
Jeff King
1
-1
/
+8
2024-06-05
sparse-checkout: always free "line" strbuf after reading input
Jeff King
1
-0
/
+1
2024-06-05
sparse-checkout: reuse --stdin buffer when reading patterns
Jeff King
1
-5
/
+4
2024-06-04
show-ref: introduce --branches and deprecate --heads
Junio C Hamano
1
-7
/
+9
2024-06-04
ls-remote: introduce --branches and deprecate --heads
Junio C Hamano
1
-2
/
+5
2024-06-04
refs: call branches branches
Junio C Hamano
1
-2
/
+2
2024-06-04
sparse-checkout: clear patterns when init() sees existing sparse file
Jeff King
1
-0
/
+1
2024-06-04
sparse-checkout: pass string literals directly to add_pattern()
Jeff King
1
-8
/
+3
2024-06-04
sparse-checkout: free string list in write_cone_to_file()
Jeff King
1
-0
/
+2
2024-06-03
Merge branch 'ps/leakfixes' into ps/leakfixes-more
Junio C Hamano
12
-431
/
+563
2024-05-30
Merge branch 'jc/fix-2.45.1-and-friends-for-maint'
Junio C Hamano
1
-11
/
+2
2024-05-30
Merge branch 'jc/undecided-is-not-necessarily-sha1-fix'
Junio C Hamano
3
-0
/
+26
2024-05-30
Merge branch 'ps/refs-without-the-repository-updates'
Junio C Hamano
14
-25
/
+38
2024-05-30
Merge branch 'ps/undecided-is-not-necessarily-sha1'
Junio C Hamano
5
-7
/
+19
2024-05-30
rebase -i: pass struct replay_opts to parse_insn_line()
Phillip Wood
1
-6
/
+11
2024-05-30
mv: replace src_dir with a strvec
Jeff King
1
-6
/
+4
2024-05-30
mv: factor out empty src_dir removal
Jeff King
1
-19
/
+23
2024-05-30
mv: move src_dir cleanup to end of cmd_mv()
Jeff King
1
-1
/
+1
2024-05-30
Merge branch 'ps/leakfixes' into jk/leakfixes
Junio C Hamano
12
-431
/
+563
2024-05-29
Merge branch 'ps/leakfixes' into ps/no-writable-strings
Junio C Hamano
12
-431
/
+563
2024-05-29
strbuf: introduce strbuf_addstrings() to repeatedly add a string
Ghanshyam Thakkar
1
-3
/
+1
2024-05-28
Merge branch 'jc/format-patch-more-aggressive-range-diff'
Junio C Hamano
1
-1
/
+1
2024-05-28
Merge branch 'tb/pack-bitmap-write-cleanups'
Junio C Hamano
1
-6
/
+13
2024-05-28
Merge branch 'ps/builtin-config-cleanup'
Junio C Hamano
1
-424
/
+536
2024-05-28
Merge branch 'ps/pseudo-ref-terminology'
Junio C Hamano
1
-1
/
+1
2024-05-27
builtin/mv: fix leaks for submodule gitfile paths
Patrick Steinhardt
1
-19
/
+25
[prev]
[next]