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-05-27
builtin/mv: refactor to use `struct strvec`
Patrick Steinhardt
1
-65
/
+60
2024-05-27
builtin/mv duplicate string list memory
Patrick Steinhardt
1
-6
/
+13
2024-05-27
builtin/mv: refactor `add_slash()` to always return allocated strings
Patrick Steinhardt
1
-18
/
+20
2024-05-27
builtin/credential: clear credential before exit
Patrick Steinhardt
1
-0
/
+2
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
6
-15
/
+15
2024-05-27
builtin/log: stop using globals for format config
Patrick Steinhardt
1
-202
/
+265
2024-05-27
builtin/log: stop using globals for log config
Patrick Steinhardt
1
-103
/
+156
2024-05-27
config: clarify memory ownership in `git_config_pathname()`
Patrick Steinhardt
5
-6
/
+6
2024-05-27
checkout: clarify memory ownership in `unique_tracking_name()`
Patrick Steinhardt
2
-15
/
+19
2024-05-27
difftool: add env vars directly in run_file_diff()
René Scharfe
1
-8
/
+4
2024-05-24
Merge branch 'fixes/2.45.1/2.44' into jc/fix-2.45.1-and-friends-for-maint
Junio C Hamano
1
-11
/
+2
2024-05-24
Merge branch 'fixes/2.45.1/2.43' into fixes/2.45.1/2.44
Junio C Hamano
1
-11
/
+2
2024-05-24
Merge branch 'fixes/2.45.1/2.42' into fixes/2.45.1/2.43
Junio C Hamano
1
-11
/
+2
2024-05-24
Merge branch 'fixes/2.45.1/2.41' into fixes/2.45.1/2.42
Junio C Hamano
1
-11
/
+2
2024-05-24
Merge branch 'fixes/2.45.1/2.40' into fixes/2.45.1/2.41
Junio C Hamano
1
-11
/
+2
2024-05-24
Merge branch 'jc/fix-2.45.1-and-friends-for-2.39' into fixes/2.45.1/2.40
Junio C Hamano
1
-11
/
+2
2024-05-24
pack-bitmap: move some initialization to `bitmap_writer_init()`
Taylor Blau
1
-1
/
+2
2024-05-23
Merge branch 'la/hide-trailer-info'
Junio C Hamano
1
-6
/
+6
2024-05-23
Merge branch 'kn/ref-transaction-symref' into kn/update-ref-symref
Junio C Hamano
8
-6
/
+10
2024-05-23
Merge branch 'ps/pseudo-ref-terminology' into ps/ref-storage-migration
Junio C Hamano
1
-1
/
+1
2024-05-23
Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...
Junio C Hamano
14
-25
/
+38
2024-05-21
clone: drop the protections where hooks aren't run
Johannes Schindelin
1
-11
/
+1
2024-05-21
apply: fix uninitialized hash function
Junio C Hamano
1
-0
/
+10
2024-05-21
builtin/hash-object: fix uninitialized hash function
Patrick Steinhardt
1
-0
/
+3
2024-05-21
builtin/patch-id: fix uninitialized hash function
Patrick Steinhardt
1
-0
/
+13
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
13
-16
/
+20
2024-05-17
refs: remove `dwim_log()`
Patrick Steinhardt
1
-1
/
+1
2024-05-17
refs: drop `git_default_branch_name()`
Patrick Steinhardt
2
-2
/
+5
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
5
-7
/
+7
2024-05-17
refs: pass ref store when detecting dangling symrefs
Patrick Steinhardt
2
-2
/
+4
2024-05-17
refs: convert iteration over replace refs to accept ref store
Patrick Steinhardt
1
-5
/
+8
2024-05-17
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
2
-5
/
+8
2024-05-17
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
1
-2
/
+4
2024-05-17
refs: rename `init_db` callback to avoid confusion
Patrick Steinhardt
1
-1
/
+1
2024-05-16
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
34
-239
/
+384
2024-05-16
Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...
Junio C Hamano
34
-239
/
+384
2024-05-15
Merge branch 'jp/tag-trailer'
Junio C Hamano
2
-26
/
+32
2024-05-15
Merge branch 'ps/config-subcommands'
Junio C Hamano
1
-98
/
+414
2024-05-15
ref-filter: properly distinuish pseudo and root refs
Patrick Steinhardt
1
-1
/
+1
2024-05-15
builtin/config: pass data between callbacks via local variables
Patrick Steinhardt
1
-38
/
+52
2024-05-15
builtin/config: convert flags to a local variable
Patrick Steinhardt
1
-19
/
+29
2024-05-15
builtin/config: track "fixed value" option via flags only
Patrick Steinhardt
1
-7
/
+7
2024-05-15
builtin/config: convert `key` to a local variable
Patrick Steinhardt
1
-2
/
+5
2024-05-15
builtin/config: convert `key_regexp` to a local variable
Patrick Steinhardt
1
-8
/
+8
2024-05-15
builtin/config: convert `regexp` to a local variable
Patrick Steinhardt
1
-9
/
+9
2024-05-15
builtin/config: convert `value_pattern` to a local variable
Patrick Steinhardt
1
-3
/
+3
2024-05-15
builtin/config: convert `do_not_match` to a local variable
Patrick Steinhardt
1
-3
/
+3
2024-05-15
builtin/config: move `respect_includes_opt` into location options
Patrick Steinhardt
1
-7
/
+12
2024-05-15
builtin/config: move default value into display options
Patrick Steinhardt
1
-8
/
+11
2024-05-15
builtin/config: move type options into display options
Patrick Steinhardt
1
-31
/
+29
[prev]
[next]