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
2024-05-17
refs: remove `dwim_log()`
Patrick Steinhardt
5
-10
/
+4
2024-05-17
refs: drop `git_default_branch_name()`
Patrick Steinhardt
6
-20
/
+18
2024-05-17
refs: pass repo when peeling objects
Patrick Steinhardt
20
-36
/
+37
2024-05-17
refs: move object peeling into "object.c"
Patrick Steinhardt
4
-56
/
+55
2024-05-17
refs: pass ref store when detecting dangling symrefs
Patrick Steinhardt
4
-25
/
+28
2024-05-17
refs: convert iteration over replace refs to accept ref store
Patrick Steinhardt
6
-81
/
+28
2024-05-17
refs: retrieve worktree ref stores via associated repository
Patrick Steinhardt
5
-13
/
+28
2024-05-17
refs: refactor `resolve_gitlink_ref()` to accept a repository
Patrick Steinhardt
11
-18
/
+29
2024-05-17
refs: pass repo when retrieving submodule ref store
Patrick Steinhardt
8
-21
/
+33
2024-05-17
refs: track ref stores via strmap
Patrick Steinhardt
1
-57
/
+14
2024-05-17
refs: implement releasing ref storages
Patrick Steinhardt
7
-0
/
+68
2024-05-17
refs: rename `init_db` callback to avoid confusion
Patrick Steinhardt
9
-29
/
+29
2024-05-17
refs: adjust names for `init` and `init_db` callbacks
Patrick Steinhardt
3
-16
/
+16
2024-05-17
SubmittingPatches: add section for iterating patches
Karthik Nayak
1
-0
/
+79
2024-05-17
Merge branch 'jc/patch-flow-updates' into kn/patch-iteration-doc
Junio C Hamano
1
-51
/
+70
2024-05-17
completion: adapt git-config(1) to complete subcommands
Patrick Steinhardt
2
-25
/
+73
2024-05-16
t0017: clarify dubious test set-up
Junio C Hamano
1
-1
/
+8
2024-05-16
The fifth batch
Junio C Hamano
1
-0
/
+7
2024-05-16
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
77
-680
/
+1052
2024-05-16
Merge branch 'jl/git-no-advice'
Junio C Hamano
5
-10
/
+104
2024-05-16
Merge branch 'rs/external-diff-with-exit-code'
Junio C Hamano
2
-38
/
+3
2024-05-16
Revert "diff: fix --exit-code with external diff"
Junio C Hamano
2
-38
/
+3
2024-05-16
Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...
Junio C Hamano
77
-680
/
+1052
2024-05-16
t/t0211-trace2-perf.sh: fix typo patern -> pattern
Marcel Telka
1
-1
/
+1
2024-05-15
osxkeychain: state to skip unnecessary store operations
Koji Nakamaru
1
-0
/
+11
2024-05-15
osxkeychain: exclusive lock to serialize execution of operations
Koji Nakamaru
1
-0
/
+3
2024-05-15
The fourth batch
Junio C Hamano
1
-1
/
+19
2024-05-15
Merge branch 'ds/scalar-reconfigure-all-fix'
Junio C Hamano
2
-3
/
+45
2024-05-15
Merge branch 'vd/doc-merge-tree-x-option'
Junio C Hamano
1
-0
/
+5
2024-05-15
Merge branch 'rs/external-diff-with-exit-code'
Junio C Hamano
3
-3
/
+47
2024-05-15
Merge branch 'jt/port-ci-whitespace-check-to-gitlab'
Junio C Hamano
4
-64
/
+109
2024-05-15
Merge branch 'ow/refspec-glossary-update'
Junio C Hamano
1
-1
/
+2
2024-05-15
Merge branch 'jp/tag-trailer'
Junio C Hamano
6
-28
/
+181
2024-05-15
Merge branch 'ps/config-subcommands'
Junio C Hamano
6
-370
/
+812
2024-05-15
Merge branch 'js/unit-test-suite-runner'
Junio C Hamano
11
-30
/
+74
2024-05-15
refs: refuse to write pseudorefs
Patrick Steinhardt
2
-3
/
+10
2024-05-15
ref-filter: properly distinuish pseudo and root refs
Patrick Steinhardt
5
-27
/
+31
2024-05-15
refs: pseudorefs are no refs
Patrick Steinhardt
2
-32
/
+50
2024-05-15
refs: classify HEAD as a root ref
Patrick Steinhardt
4
-15
/
+5
2024-05-15
refs: do not check ref existence in `is_root_ref()`
Patrick Steinhardt
6
-20
/
+29
2024-05-15
refs: rename `is_special_ref()` to `is_pseudo_ref()`
Patrick Steinhardt
1
-10
/
+10
2024-05-15
refs: rename `is_pseudoref()` to `is_root_ref()`
Patrick Steinhardt
5
-15
/
+37
2024-05-15
Documentation/glossary: define root refs as refs
Patrick Steinhardt
1
-7
/
+25
2024-05-15
Documentation/glossary: clarify limitations of pseudorefs
Patrick Steinhardt
1
-2
/
+2
2024-05-15
Documentation/glossary: redefine pseudorefs as special refs
Patrick Steinhardt
1
-28
/
+12
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
[prev]
[next]