index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
refspec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fetch: free "raw" string when shrinking refspec
Jeff King
2024-09-25
1
-1
/
+1
*
Merge branch 'ps/use-the-repository'
Junio C Hamano
2024-07-02
1
-0
/
+2
|
\
|
*
global: introduce `USE_THE_REPOSITORY_VARIABLE` macro
Patrick Steinhardt
2024-06-14
1
-0
/
+2
*
|
refspec: remove global tag refspec structure
Patrick Steinhardt
2024-06-07
1
-13
/
+0
|
/
*
git-compat-util: move alloc macros to git-compat-util.h
Calvin Wan
2023-07-05
1
-1
/
+0
*
commit.h: reduce unnecessary includes
Elijah Newren
2023-04-24
1
-0
/
+1
*
hash-ll.h: split out of hash.h to remove dependency on repository.h
Elijah Newren
2023-04-24
1
-0
/
+1
*
treewide: remove unnecessary cache.h inclusion from a few headers
Elijah Newren
2023-03-21
1
-0
/
+1
*
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
2023-02-24
1
-0
/
+1
*
alloc.h: move ALLOC_GROW() functions from cache.h
Elijah Newren
2023-02-24
1
-1
/
+2
*
refspec.c: use designated initializers for "struct refspec_item"
Ævar Arnfjörð Bjarmason
2022-02-25
1
-7
/
+7
*
Merge branch 'fc/atmark-in-refspec'
Junio C Hamano
2020-12-14
1
-1
/
+4
|
\
|
*
refspec: make @ a synonym of HEAD
Felipe Contreras
2020-11-30
1
-1
/
+4
*
|
refspec: trivial cleanup
Felipe Contreras
2020-12-01
1
-9
/
+10
|
/
*
Merge branch 'sb/clone-origin'
Junio C Hamano
2020-10-27
1
-0
/
+10
|
\
|
*
refs: consolidate remote name validation
Sean Barag
2020-10-01
1
-0
/
+10
*
|
Merge branch 'jk/refspecs-negative'
Junio C Hamano
2020-10-05
1
-2
/
+32
|
\
\
|
*
|
refspec: add support for negative refspecs
Jacob Keller
2020-09-30
1
-2
/
+32
|
|
/
*
/
refspec: add and use refspec_appendf()
René Scharfe
2020-09-06
1
-2
/
+16
|
/
*
strvec: fix indentation in renamed calls
Jeff King
2020-07-29
1
-2
/
+2
*
strvec: convert remaining callers away from argv_array name
Jeff King
2020-07-29
1
-2
/
+2
*
strvec: rename files from argv-array to strvec
Jeff King
2020-07-29
1
-1
/
+1
*
refspec: make hash size independent
brian m. carlson
2019-04-01
1
-1
/
+1
*
refspec.c: mark more strings for translation
Nguyễn Thái Ngọc Duy
2018-07-23
1
-1
/
+1
*
Update messages in preparation for i18n
Nguyễn Thái Ngọc Duy
2018-07-23
1
-1
/
+1
*
Merge branch 'ab/refspec-init-fix'
Junio C Hamano
2018-06-28
1
-4
/
+9
|
\
|
*
refspec: initalize `refspec_item` in `valid_fetch_refspec()`
Martin Ågren
2018-06-11
1
-1
/
+1
|
*
refspec: add back a refspec_item_init() function
Ævar Arnfjörð Bjarmason
2018-06-11
1
-3
/
+7
|
*
refspec: s/refspec_item_init/&_or_die/g
Ævar Arnfjörð Bjarmason
2018-06-11
1
-2
/
+3
*
|
Merge branch 'bw/refspec-api'
Junio C Hamano
2018-06-04
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
refspec-api: avoid uninitialized field in refspec item
Junio C Hamano
2018-06-01
1
-0
/
+2
*
|
fetch: do not pass ref-prefixes for fetch by exact SHA1
Jonathan Nieder
2018-06-01
1
-0
/
+2
*
|
refspec: consolidate ref-prefix generation logic
Brandon Williams
2018-05-17
1
-0
/
+29
|
/
*
refspec: remove the deprecated functions
Brandon Williams
2018-05-17
1
-49
/
+0
*
refspec: convert valid_fetch_refspec to use parse_refspec
Brandon Williams
2018-05-17
1
-9
/
+8
*
refspec: introduce struct refspec
Brandon Williams
2018-05-17
1
-0
/
+64
*
refspec: factor out parsing a single refspec
Brandon Williams
2018-05-17
1
-91
/
+104
*
refspec: rename struct refspec to struct refspec_item
Brandon Williams
2018-05-17
1
-8
/
+8
*
refspec: move refspec parsing logic into its own file
Brandon Williams
2018-05-17
1
-0
/
+167