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
/
clone.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+3
2024-12-04
Merge branch 'ps/ref-backend-migration-optim'
Junio C Hamano
1
-2
/
+2
2024-12-04
Merge branch 'ps/leakfixes-part-10'
Junio C Hamano
1
-1
/
+0
2024-11-21
global: drop `UNLEAK()` annotation
Patrick Steinhardt
1
-1
/
+0
2024-11-21
refs: introduce "initial" transaction flag
Patrick Steinhardt
1
-2
/
+2
2024-11-21
refs: allow passing flags when setting up a transaction
Patrick Steinhardt
1
-1
/
+1
2024-11-04
doc: correct misleading descriptions for --shallow-exclude
Elijah Newren
1
-2
/
+2
2024-09-30
builtin/clone: fix leaking repo state when cloning with bundle URIs
Patrick Steinhardt
1
-0
/
+27
2024-09-13
builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h
John Cai
1
-1
/
+2
2024-09-13
builtin: add a repository parameter for builtin functions
John Cai
1
-1
/
+4
2024-08-23
Merge branch 'ps/config-wo-the-repository'
Junio C Hamano
1
-1
/
+1
2024-08-13
hooks: remove implicit dependency on `the_repository`
Patrick Steinhardt
1
-1
/
+1
2024-08-08
builtin/clone: propagate ref storage format to submodules
Patrick Steinhardt
1
-2
/
+8
2024-07-08
Merge branch 'ps/leakfixes-more'
Junio C Hamano
1
-1
/
+2
2024-07-02
Merge branch 'jk/remote-wo-url'
Junio C Hamano
1
-2
/
+2
2024-06-20
Merge branch 'kn/update-ref-symref'
Junio C Hamano
1
-1
/
+1
2024-06-17
Merge branch 'ps/no-writable-strings'
Junio C Hamano
1
-5
/
+9
2024-06-17
Merge branch 'ps/ref-storage-migration'
Junio C Hamano
1
-1
/
+1
2024-06-14
remote: use strvecs to store remote url/pushurl
Jeff King
1
-2
/
+2
2024-06-11
builtin/clone: plug leaking HEAD ref in `wanted_peer_refs()`
Patrick Steinhardt
1
-1
/
+2
2024-06-07
refspec: remove global tag refspec structure
Patrick Steinhardt
1
-2
/
+6
2024-06-07
global: improve const correctness when assigning string constants
Patrick Steinhardt
1
-3
/
+3
2024-06-07
update-ref: add support for 'symref-create' command
Karthik Nayak
1
-1
/
+1
2024-06-06
refs: convert ref storage format to an enum
Patrick Steinhardt
1
-1
/
+1
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 'ps/refs-without-the-repository-updates'
Junio C Hamano
1
-1
/
+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-23
Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...
Junio C Hamano
1
-1
/
+4
2024-05-21
clone: drop the protections where hooks aren't run
Johannes Schindelin
1
-11
/
+1
2024-05-20
Merge branch 'kn/ref-transaction-symref'
Junio C Hamano
1
-3
/
+3
2024-05-17
refs: drop `git_default_branch_name()`
Patrick Steinhardt
1
-1
/
+4
2024-05-16
Merge branch 'ps/refs-without-the-repository'
Junio C Hamano
1
-15
/
+21
2024-05-16
Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...
Junio C Hamano
1
-15
/
+21
2024-05-13
Sync with Git 2.45.1
Junio C Hamano
1
-6
/
+45
2024-05-07
cocci: apply rules to rewrite callers of "refs" interfaces
Patrick Steinhardt
1
-15
/
+21
2024-04-29
Sync with 2.44.1
Johannes Schindelin
1
-6
/
+45
2024-04-19
Sync with 2.43.4
Johannes Schindelin
1
-6
/
+45
2024-04-19
Sync with 2.42.2
Johannes Schindelin
1
-6
/
+45
2024-04-19
Sync with 2.41.1
Johannes Schindelin
1
-6
/
+45
2024-04-19
Sync with 2.40.2
Johannes Schindelin
1
-6
/
+45
2024-04-19
Sync with 2.39.4
Johannes Schindelin
1
-6
/
+45
[prev]
[next]