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
/
remote.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-05
Merge branch 'ps/path-sans-the-repository'
Junio C Hamano
1
-9
/
+12
2025-02-28
path: drop `git_path()` in favor of `repo_git_path()`
Patrick Steinhardt
1
-9
/
+12
2025-02-18
refspec: clarify function naming and documentation
Meet Soni
1
-3
/
+3
2025-02-14
Merge branch 'tc/clone-single-revision'
Junio C Hamano
1
-1
/
+1
2025-02-12
Merge branch 'ms/remote-valid-remote-name'
Junio C Hamano
1
-0
/
+10
2025-02-12
Merge branch 'ms/refspec-cleanup'
Junio C Hamano
1
-203
/
+2
2025-02-06
clone: introduce struct clone_opts in builtin/clone.c
Toon Claes
1
-1
/
+1
2025-02-04
remote: relocate valid_remote_name
Meet Soni
1
-0
/
+10
2025-02-04
refspec: relocate apply_refspecs and related funtions
Meet Soni
1
-31
/
+0
2025-02-04
refspec: relocate matching related functions
Meet Soni
1
-122
/
+0
2025-02-04
remote: rename query_refspecs functions
Meet Soni
1
-10
/
+10
2025-02-04
refspec: relocate refname_matches_negative_refspec_item
Meet Soni
1
-48
/
+0
2025-02-04
remote: rename function omit_name_by_refspec
Meet Soni
1
-4
/
+4
2025-02-03
Merge branch 'ps/3.0-remote-deprecation'
Junio C Hamano
1
-0
/
+26
2025-01-24
remote: announce removal of "branches/" and "remotes/"
Patrick Steinhardt
1
-0
/
+26
2024-12-27
commit-reach: use `size_t` to track indices in `get_reachable_subset()`
Patrick Steinhardt
1
-2
/
+2
2024-12-23
Merge branch 'sk/calloc-not-malloc-plus-memset'
Junio C Hamano
1
-2
/
+2
2024-12-23
Merge branch 'ps/build-sign-compare'
Junio C Hamano
1
-0
/
+1
2024-12-18
git: use calloc instead of malloc + memset where possible
Seija Kijin
1
-2
/
+2
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-12-06
fetch set_head: add warn-if-not-$branch option
Bence Ferdinandy
1
-2
/
+11
2024-12-02
fetch: add configuration for set_head behaviour
Bence Ferdinandy
1
-0
/
+9
2024-10-15
Merge branch 'xx/remote-server-option-config'
Taylor Blau
1
-0
/
+6
2024-10-08
remote: introduce remote.<name>.serverOption configuration
Xing Xin
1
-0
/
+6
2024-09-30
remote: fix leaking push reports
Patrick Steinhardt
1
-0
/
+15
2024-09-25
send-pack: free cas options before exit
Jeff King
1
-1
/
+1
2024-09-20
Merge branch 'ps/leakfixes-part-6'
Junio C Hamano
1
-1
/
+5
2024-09-09
ref-filter: fix leak when formatting %(push:remoteref)
Jeff King
1
-4
/
+4
2024-09-05
remote: fix leak in reachability check of a remote-tracking ref
Patrick Steinhardt
1
-0
/
+1
2024-09-05
remote: fix leaking tracking refs
Patrick Steinhardt
1
-1
/
+4
2024-08-23
Merge branch 'ps/leakfixes-part-4'
Junio C Hamano
1
-0
/
+2
2024-08-22
remote: fix leaking peer ref when expanding refmap
Patrick Steinhardt
1
-0
/
+2
2024-08-22
remote: fix leaks when matching refspecs
Patrick Steinhardt
1
-14
/
+29
2024-08-22
remote: fix leaking config strings
Patrick Steinhardt
1
-2
/
+38
2024-08-20
Merge branch 'ps/leakfixes-part-4' into ps/leakfixes-part-5
Junio C Hamano
1
-0
/
+2
2024-08-14
remote: plug memory leak when aliasing URLs
Patrick Steinhardt
1
-0
/
+2
2024-08-09
refs: add referent to each_ref_fn
John Cai
1
-2
/
+2
2024-07-02
Merge branch 'jk/remote-wo-url'
Junio C Hamano
1
-42
/
+52
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-14
hash: require hash algorithm in `oidread()` and `oidclr()`
Patrick Steinhardt
1
-4
/
+4
2024-06-14
remote: always require at least one url in a remote
Jeff King
1
-1
/
+1
2024-06-14
remote: allow resetting url list
Jeff King
1
-2
/
+8
2024-06-14
remote: simplify url/pushurl selection
Jeff King
1
-0
/
+5
2024-06-14
remote: use strvecs to store remote url/pushurl
Jeff King
1
-31
/
+21
2024-06-14
remote: transfer ownership of memory in add_url(), etc
Jeff King
1
-14
/
+19
2024-06-14
remote: refactor alias_url() memory ownership
Jeff King
1
-11
/
+15
2024-06-06
Merge branch 'ps/leakfixes'
Junio C Hamano
1
-10
/
+10
2024-06-03
Merge branch 'th/push-local-ff-check-without-lazy-fetch'
Junio C Hamano
1
-1
/
+1
2024-05-27
config: clarify memory ownership in `git_config_string()`
Patrick Steinhardt
1
-10
/
+10
2024-05-22
push: don't fetch commit object when checking existence
Tom Hughes
1
-1
/
+1
[next]