index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remote.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-25
remote: use commit_stack for src_commits
René Scharfe
1
-8
/
+7
2025-12-25
remote: use commit_stack for sent_tips
René Scharfe
1
-13
/
+7
2025-12-25
remote: use commit_stack for local_commits
René Scharfe
1
-33
/
+6
2025-11-04
refs: introduce wrapper struct for `each_ref_fn`
Patrick Steinhardt
1
-15
/
+12
2025-09-29
Merge branch 'jk/setup-revisions-freefix'
Junio C Hamano
1
-4
/
+1
2025-09-22
revision: add wrapper to setup_revisions() from a strvec
Jeff King
1
-4
/
+1
2025-08-21
Merge branch 'dl/push-missing-object-error'
Junio C Hamano
1
-9
/
+15
2025-08-21
Merge branch 'ps/remote-rename-fix'
Junio C Hamano
1
-2
/
+4
2025-08-08
remote.c: convert if-else ladder to switch
Denton Liu
1
-7
/
+12
2025-08-08
remote.c: remove BUG in show_push_unqualified_ref_name_error()
Denton Liu
1
-2
/
+3
2025-08-06
refs: pass refname when invoking reflog entry callback
Patrick Steinhardt
1
-2
/
+4
2025-07-23
config: drop `git_config_get_string()` wrapper
Patrick Steinhardt
1
-1
/
+1
2025-07-15
Merge branch 'ps/object-store'
Junio C Hamano
1
-4
/
+5
2025-07-01
odb: rename `has_object()`
Patrick Steinhardt
1
-1
/
+1
2025-07-01
odb: rename `oid_object_info()`
Patrick Steinhardt
1
-2
/
+3
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-06-23
submodule: look up remotes by URL first
Jacob Keller
1
-0
/
+15
2025-06-23
submodule--helper: improve logic for fallback remote name
Jacob Keller
1
-5
/
+20
2025-06-23
remote: remove the_repository from some functions
Jacob Keller
1
-30
/
+28
2025-06-23
remote: fix tear down of struct remote
Jacob Keller
1
-0
/
+3
2025-06-23
remote: remove branch->merge_name and fix branch_release()
Jacob Keller
1
-16
/
+28
2025-04-29
treewide: convert users of `repo_has_object_file()` to `has_object()`
Patrick Steinhardt
1
-1
/
+1
2025-04-24
Merge branch 'ps/object-file-cleanup' into ps/object-store-cleanup
Junio C Hamano
1
-1
/
+1
2025-04-15
Merge branch 'jt/clone-guess-remote-head-fix'
Junio C Hamano
1
-4
/
+6
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-03-25
remote: allow `guess_remote_head()` to suppress advice
Justin Tobler
1
-4
/
+6
2025-03-21
refspec: replace `refspec_init()` with fetch/push variants
Taylor Blau
1
-2
/
+2
2025-03-21
refspec: treat 'fetch' as a Boolean value
Taylor Blau
1
-2
/
+2
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
[next]