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
/
refspec.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-21
refspec: replace `refspec_item_init()` with fetch/push variants
Taylor Blau
1
-3
/
+19
2025-03-21
refspec: remove refspec_item_init_or_die()
Taylor Blau
1
-8
/
+2
2025-03-21
refspec: replace `refspec_init()` with fetch/push variants
Taylor Blau
1
-3
/
+9
2025-03-21
refspec: treat 'fetch' as a Boolean value
Taylor Blau
1
-2
/
+2
2025-03-10
refspec_ref_prefixes(): clean up refspec_item logic
Jeff King
1
-6
/
+16
2025-02-18
refspec: clarify function naming and documentation
Meet Soni
1
-17
/
+17
2025-02-12
Merge branch 'ms/remote-valid-remote-name'
Junio C Hamano
1
-10
/
+0
2025-02-04
remote: relocate valid_remote_name
Meet Soni
1
-10
/
+0
2025-02-04
refspec: relocate apply_refspecs and related funtions
Meet Soni
1
-0
/
+32
2025-02-04
refspec: relocate matching related functions
Meet Soni
1
-0
/
+123
2025-02-04
refspec: relocate refname_matches_negative_refspec_item
Meet Soni
1
-0
/
+48
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+1
2024-11-12
refspec: store raw refspecs inside refspec_item
Jeff King
1
-16
/
+9
2024-11-12
refspec: drop separate raw_nr count
Jeff King
1
-7
/
+8
2024-09-25
fetch: free "raw" string when shrinking refspec
Jeff King
1
-1
/
+1
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
1
-0
/
+2
2024-06-14
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
1
-0
/
+2
2024-06-07
refspec: remove global tag refspec structure
Patrick Steinhardt
1
-13
/
+0
2023-07-05
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
1
-1
/
+0
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-04-24
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
1
-0
/
+1
2023-03-21
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-23
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
1
-1
/
+2
2022-02-24
refspec.c: use designated initializers for "struct refspec_item"
Ævar Arnfjörð Bjarmason
1
-7
/
+7
2020-12-14
Merge branch 'fc/atmark-in-refspec'
Junio C Hamano
1
-1
/
+4
2020-12-01
refspec: trivial cleanup
Felipe Contreras
1
-9
/
+10
2020-11-30
refspec: make @ a synonym of HEAD
Felipe Contreras
1
-1
/
+4
2020-10-27
Merge branch 'sb/clone-origin'
Junio C Hamano
1
-0
/
+10
2020-10-05
Merge branch 'jk/refspecs-negative'
Junio C Hamano
1
-2
/
+32
2020-09-30
refs: consolidate remote name validation
Sean Barag
1
-0
/
+10
2020-09-30
refspec: add support for negative refspecs
Jacob Keller
1
-2
/
+32
2020-09-06
refspec: add and use refspec_appendf()
René Scharfe
1
-2
/
+16
2020-07-28
strvec: fix indentation in renamed calls
Jeff King
1
-2
/
+2
2020-07-28
strvec: convert remaining callers away from argv_array name
Jeff King
1
-2
/
+2
2020-07-28
strvec: rename files from argv-array to strvec
Jeff King
1
-1
/
+1
2019-04-01
refspec: make hash size independent
brian m. carlson
1
-1
/
+1
2018-07-23
refspec.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-07-23
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-06-28
Merge branch 'ab/refspec-init-fix'
Junio C Hamano
1
-4
/
+9
2018-06-11
refspec: initalize `refspec_item` in `valid_fetch_refspec()`
Martin Ågren
1
-1
/
+1
2018-06-11
refspec: add back a refspec_item_init() function
Ævar Arnfjörð Bjarmason
1
-3
/
+7
2018-06-11
refspec: s/refspec_item_init/&_or_die/g
Ævar Arnfjörð Bjarmason
1
-2
/
+3
2018-06-04
Merge branch 'bw/refspec-api'
Junio C Hamano
1
-0
/
+2
2018-06-01
fetch: do not pass ref-prefixes for fetch by exact SHA1
Jonathan Nieder
1
-0
/
+2
2018-06-01
refspec-api: avoid uninitialized field in refspec item
Junio C Hamano
1
-0
/
+2
2018-05-18
refspec: consolidate ref-prefix generation logic
Brandon Williams
1
-0
/
+29
2018-05-18
refspec: remove the deprecated functions
Brandon Williams
1
-49
/
+0
2018-05-18
refspec: convert valid_fetch_refspec to use parse_refspec
Brandon Williams
1
-9
/
+8
2018-05-18
refspec: introduce struct refspec
Brandon Williams
1
-0
/
+64
[next]