index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
-157
/
+200
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
2025-02-04
remote: rename function omit_name_by_refspec
Meet Soni
1
-1
/
+1
2025-02-03
backfill: assume --sparse when sparse-checkout is enabled
Derrick Stolee
1
-0
/
+7
2025-02-03
backfill: add --sparse option
Derrick Stolee
1
-1
/
+14
2025-02-03
backfill: add --min-batch-size=<n> option
Derrick Stolee
1
-1
/
+3
2025-02-03
backfill: basic functionality and tests
Derrick Stolee
1
-3
/
+99
2025-02-03
backfill: add builtin boilerplate
Derrick Stolee
1
-0
/
+28
2025-02-03
Merge branch 'kn/pack-write-with-reduced-globals'
Junio C Hamano
4
-16
/
+20
2025-02-03
Merge branch 'ps/3.0-remote-deprecation'
Junio C Hamano
1
-0
/
+2
2025-02-03
Merge branch 'tb/unsafe-hash-cleanup'
Junio C Hamano
1
-1
/
+1
2025-01-31
global: adapt callers to use generic hash context helpers
Patrick Steinhardt
5
-32
/
+30
2025-01-31
hash: stop typedeffing the hash context
Patrick Steinhardt
5
-9
/
+9
2025-01-31
Merge branch 'tb/unsafe-hash-cleanup' into ps/hash-cleanup
Junio C Hamano
1
-1
/
+1
2025-01-31
Merge branch 'jc/show-index-h-update'
Junio C Hamano
1
-1
/
+1
[prev]
[next]