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
2025-03-03
builtin: introduce diff-pairs command
Justin Tobler
1
-0
/
+193
2025-02-28
path: adjust last remaining users of `the_repository`
Patrick Steinhardt
1
-1
/
+1
2025-02-28
environment: move access to "core.sharedRepository" into repo settings
Patrick Steinhardt
2
-7
/
+7
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
7
-18
/
+43
2025-02-28
rerere: let `rerere_path()` write paths into a caller-provided buffer
Patrick Steinhardt
1
-4
/
+7
2025-02-27
Merge branch 'kn/ref-migrate-skip-reflog'
Junio C Hamano
1
-0
/
+3
2025-02-27
Merge branch 'ua/os-version-capability'
Junio C Hamano
1
-11
/
+2
2025-02-27
builtin/fsck: add `git refs verify` child process
shejialuo
1
-1
/
+32
2025-02-27
builtin/refs: get worktrees without reading head information
shejialuo
1
-1
/
+1
2025-02-26
Merge branch 'jk/check-mailmap-wo-name-fix'
Junio C Hamano
1
-1
/
+1
2025-02-25
Merge branch 'pw/merge-tree-stdin-deadlock-fix'
Junio C Hamano
1
-6
/
+5
2025-02-21
mailmap: fix check-mailmap with full mailmap line
Jacob Keller
1
-1
/
+1
2025-02-21
Merge branch 'ua/update-server-info-sans-the-repository'
Junio C Hamano
1
-4
/
+4
2025-02-21
builtin/refs: add '--no-reflog' flag to drop reflogs
Karthik Nayak
1
-0
/
+3
2025-02-18
Merge branch 'da/difftool-sans-the-repository'
Junio C Hamano
1
-39
/
+56
2025-02-18
Merge branch 'jt/rev-list-missing-print-info'
Junio C Hamano
1
-17
/
+89
2025-02-18
Merge branch 'ds/backfill'
Junio C Hamano
1
-0
/
+147
2025-02-18
merge-tree: only use basic merge config
Phillip Wood
1
-1
/
+1
2025-02-18
merge-tree: remove redundant code
Phillip Wood
1
-5
/
+2
2025-02-18
merge-tree --stdin: flush stdout to avoid deadlock
Phillip Wood
1
-0
/
+2
2025-02-18
version: extend get_uname_info() to hide system details
Usman Akinyemi
1
-1
/
+1
2025-02-18
version: refactor get_uname_info()
Usman Akinyemi
1
-11
/
+2
2025-02-14
Merge branch 'bf/fetch-set-head-fix'
Junio C Hamano
1
-13
/
+12
2025-02-14
Merge branch 'tc/clone-single-revision'
Junio C Hamano
2
-156
/
+199
2025-02-12
Merge branch 'ms/refspec-cleanup'
Junio C Hamano
2
-2
/
+2
2025-02-12
Merge branch 'zh/gc-expire-to'
Junio C Hamano
1
-2
/
+7
2025-02-12
Merge branch 'ps/repack-keep-unreachable-in-unpacked-repo'
Junio C Hamano
1
-1
/
+4
2025-02-12
Merge branch 'ds/name-hash-tweaks'
Junio C Hamano
2
-6
/
+66
2025-02-10
builtin/update-server-info: remove the_repository global variable
Usman Akinyemi
1
-4
/
+4
2025-02-10
Merge branch 'ps/hash-cleanup'
Junio C Hamano
5
-41
/
+39
2025-02-07
path: drop `git_common_path()` in favor of `repo_common_path()`
Patrick Steinhardt
1
-4
/
+12
2025-02-07
worktree: return allocated string from `get_worktree_git_dir()`
Patrick Steinhardt
3
-5
/
+17
2025-02-07
path: drop `git_path_buf()` in favor of `repo_git_path_replace()`
Patrick Steinhardt
1
-1
/
+1
2025-02-07
path: drop `git_pathdup()` in favor of `repo_git_path()`
Patrick Steinhardt
10
-16
/
+16
2025-02-07
path: refactor `repo_submodule_path()` family of functions
Patrick Steinhardt
1
-1
/
+1
2025-02-07
submodule: refactor `submodule_to_gitdir()` to accept a repo
Patrick Steinhardt
1
-1
/
+1
2025-02-06
difftool: eliminate use of USE_THE_REPOSITORY_VARIABLE
David Aguilar
1
-2
/
+0
2025-02-06
difftool: eliminate use of the_repository
David Aguilar
1
-25
/
+29
2025-02-06
difftool: eliminate use of global variables
David Aguilar
1
-18
/
+33
2025-02-06
builtin/clone: teach git-clone(1) the --revision= option
Toon Claes
1
-11
/
+46
2025-02-06
parse-options: introduce die_for_incompatible_opt2()
Toon Claes
1
-3
/
+4
2025-02-06
clone: introduce struct clone_opts in builtin/clone.c
Toon Claes
1
-15
/
+29
2025-02-06
clone: add tags refspec earlier to fetch refspec
Toon Claes
1
-16
/
+11
2025-02-06
clone: refactor wanted_peer_refs()
Toon Claes
1
-24
/
+15
2025-02-06
clone: make it possible to specify --tags
Toon Claes
1
-7
/
+7
2025-02-06
clone: cut down on global variables in clone.c
Toon Claes
1
-94
/
+101
2025-02-05
rev-list: extend print-info to print missing object type
Justin Tobler
1
-3
/
+8
2025-02-05
rev-list: add print-info action to print missing object path
Justin Tobler
1
-17
/
+84
2025-02-04
builtin/repack: fix `--keep-unreachable` when there are no packs
Patrick Steinhardt
1
-1
/
+4
2025-02-04
remote: rename query_refspecs functions
Meet Soni
1
-1
/
+1
[prev]
[next]