Sign in
googlers
/
jrn
/
git
/
f34e9edc7bbb41c52ff6a17dbffbef3d4979ee25
/
remote.c
183113a
string_list: Add STRING_LIST_INIT macro and make use of it.
by Thiago Farina
· 15 years ago
a53deac
Merge branch 'jp/string-list-api-cleanup'
by Junio C Hamano
· 15 years ago
1d2f80f
string_list: Fix argument order for string_list_append
by Julian Phillips
· 15 years ago
e8c8b71
string_list: Fix argument order for string_list_lookup
by Julian Phillips
· 15 years ago
78a395d
string_list: Fix argument order for string_list_insert
by Julian Phillips
· 15 years ago
8d676d8
Merge branch 'gv/portable'
by Junio C Hamano
· 15 years ago
92a75a3
Merge branch 'maint'
by Junio C Hamano
· 15 years ago
2543d9b
Change C99 comments to old-style C comments
by Tor Arntsen
· 15 years ago
66dbfd5
Rewrite dynamic structure initializations to runtime assignment
by Gary V. Vaughan
· 15 years ago
944163a
Honor "tagopt = --tags" configuration option
by Samuel Tardieu
· 15 years ago
20e8b46
refactor ref status logic for pushing
by Tay Ray Chuan
· 15 years ago
e74f43f
Merge branch 'sr/vcs-helper'
by Junio C Hamano
· 15 years ago
65c042d
Merge branch 'bg/fetch-multi'
by Junio C Hamano
· 15 years ago
72ff894
Allow helper to map private ref names into normal names
by Daniel Barkalow
· 15 years ago
c578f51
Add a config option for remotes to specify a foreign vcs
by Daniel Barkalow
· 15 years ago
0a4da29
Use a function to determine whether a remote is valid
by Daniel Barkalow
· 15 years ago
95c96d4
remote: fix use-after-free error detected by glibc in ref_remove_duplicates
by Julian Phillips
· 15 years ago
f2ef607
remote: refactor some logic into get_stale_heads()
by Jay Soffian
· 15 years ago
7cc91a2
Add the configuration option skipFetchAll
by Björn Gustavsson
· 15 years ago
73cf082
remote: Make ref_remove_duplicates faster for large numbers of refs
by Julian Phillips
· 15 years ago
1c2eafb
Add url.<base>.pushInsteadOf: URL rewriting for push only
by Josh Triplett
· 16 years ago
d071d94
Wrap rewrite globals in a struct in preparation for adding another set
by Josh Triplett
· 16 years ago
eeefa7c
Style fixes, add a space after if/for/while.
by Brian Gianforcaro
· 16 years ago
864cd94
Merge branch 'cb/maint-fetch-refspec-wo-dst'
by Junio C Hamano
· 16 years ago
2af202b
Fix various sparse warnings in the git source code
by Linus Torvalds
· 16 years ago
deded16
Merge branch 'mg/pushurl'
by Junio C Hamano
· 16 years ago
3eb9699
fetch: do not create ref from empty name
by Clemens Buchacher
· 16 years ago
57c57a9
Merge branch 'cb/match_refs_internal_tail'
by Junio C Hamano
· 16 years ago
2034623
Allow push and fetch urls to be different
by Michael J Gruber
· 16 years ago
6d2bf96
match_refs: search ref list tail internally
by Clemens Buchacher
· 16 years ago
c9a88de
Merge branch 'mg/track'
by Junio C Hamano
· 16 years ago
57ffc5f
Fix behavior with non-commit upstream references
by Michael J Gruber
· 16 years ago
cd294bc
remote.c: do not trigger remote.<name>.<var> codepath for two-level names
by Johannes Sixt
· 16 years ago
8fbf879
Revert "stat_tracking_info(): only count real commits"
by Junio C Hamano
· 16 years ago
a9b772a
Merge branch 'bw/short-ref-strict'
by Junio C Hamano
· 16 years ago
45972ff
remote.c: use shorten_unambiguous_ref
by Michael J Gruber
· 16 years ago
55f0566
get_local_heads(): do not return random pointer if there is no head
by Nguyễn Thái Ngọc Duy
· 16 years ago
c276857
Merge branch 'fg/remote-prune'
by Junio C Hamano
· 16 years ago
9a23ba3
remote: New function remote_is_configured()
by Finn Arne Gangstad
· 16 years ago
ccc852c
Merge branch 'mg/tracked-local-branches'
by Junio C Hamano
· 16 years ago
988d9fd
Merge branch 'kb/tracking-count-no-merges'
by Junio C Hamano
· 16 years ago
5e6e2b4
Make local branches behave like remote branches when --tracked
by Michael J Gruber
· 16 years ago
8e50ada
Merge branch 'xx/db-refspec-vs-js-remote'
by Junio C Hamano
· 16 years ago
9d5b05c
Merge branch 'db/maint-missing-origin'
by Junio C Hamano
· 16 years ago
ca8a36e
Merge branch 'js/remote-improvements'
by Junio C Hamano
· 16 years ago
9326d49
Remove total confusion from git-fetch and git-push
by Junio C Hamano
· 16 years ago
8e76bf3
Remove unused assignments
by Benjamin Kramer
· 16 years ago
fa685bd
Give error when no remote is configured
by Daniel Barkalow
· 16 years ago
5ad6b02
Adjust js/remote-improvements and db/refspec-wildcard-in-the-middle
by Junio C Hamano
· 16 years ago
abd2bde
Support '*' in the middle of a refspec
by Daniel Barkalow
· 16 years ago
08fbdb3
Keep '*' in pattern refspecs
by Daniel Barkalow
· 16 years ago
e928213
Use the matching function to generate the match results
by Daniel Barkalow
· 16 years ago
a3c8423
Use a single function to match names against patterns
by Daniel Barkalow
· 16 years ago
19de5d6
stat_tracking_info(): only count real commits
by Kjetil Barvik
· 16 years ago
fbb074c
remote: make guess_remote_head() use exact HEAD lookup if it is available
by Jeff King
· 16 years ago
5f48cb9
remote: make match_refs() not short-circuit
by Jay Soffian
· 16 years ago
cdf690e
remote: make match_refs() copy src ref before assigning to peer_ref
by Jay Soffian
· 16 years ago
4229f1f
remote: let guess_remote_head() optionally return all matches
by Jay Soffian
· 16 years ago
7b3db09
remote: make copy_ref() perform a deep copy
by Jay Soffian
· 16 years ago
6cb4e6c
remote: simplify guess_remote_head()
by Jay Soffian
· 16 years ago
8ef5173
move locate_head() to remote.c
by Jay Soffian
· 16 years ago
ec8452d
move duplicated ref_newer() to remote.c
by Jay Soffian
· 16 years ago
454e202
move duplicated get_local_heads() to remote.c
by Jay Soffian
· 16 years ago
8ca12c0
add is_dot_or_dotdot inline function
by Alexander Potashev
· 16 years ago
3fdd37f
Merge branch 'mk/maint-cg-push'
by Junio C Hamano
· 16 years ago
18afe10
git push: Interpret $GIT_DIR/branches in a Cogito compatible way
by Martin Koegler
· 16 years ago
89cf4c7
remote: add a new 'origin' variable to the struct
by Miklos Vajna
· 16 years ago
59c69c0
make alloc_ref_from_str() the new alloc_ref()
by René Scharfe
· 16 years ago
b0b44bc
use alloc_ref_from_str() everywhere
by René Scharfe
· 16 years ago
8009768
add alloc_ref_with_prefix()
by René Scharfe
· 16 years ago
46dc1b0
Merge branch 'maint'
by Junio C Hamano
· 16 years ago
c82efaf
remote.c: correct the check for a leading '/' in a remote name
by Brandon Casey
· 16 years ago
f285a2d
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
by Brandon Casey
· 16 years ago
19d4b41
Replace xmalloc/memset(0) pairs with xcalloc
by Brandon Casey
· 16 years ago
697d7f5
remote.c: make free_ref(), parse_push_refspec() and free_refspecs() static.
by Nanako Shiraishi
· 16 years ago
e8eec71
Use xmalloc() and friends to catch allocation failures
by Dotan Barak
· 17 years ago
2cb1f36
remote.c: add a function for deleting a refspec array and use it (twice)
by Brandon Casey
· 17 years ago
c71e917
remote.c: remove useless if-before-free test
by Jim Meyering
· 17 years ago
47c6ef1
make sure parsed wildcard refspec ends with slash
by Junio C Hamano
· 17 years ago
4de53ce
Reword "your branch has diverged..." lines to reduce line length
by Avery Pennarun
· 17 years ago
c0234b2
stat_tracking_info(): clear object flags used during counting
by Junio C Hamano
· 17 years ago
6d21bf9
Refactor "tracking statistics" code used by "git checkout"
by Junio C Hamano
· 17 years ago
9a7bbd1
clean up error conventions of remote.c:match_explicit
by Jeff King
· 17 years ago
9bd81e4
Merge branch 'js/config-cb'
by Junio C Hamano
· 17 years ago
v1.5.6-rc0
b84c343
Merge branch 'db/clone-in-c'
by Junio C Hamano
· 17 years ago
182fb4d
Merge branch 'pb/push'
by Junio C Hamano
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
737922a
alloc_ref_from_str(): factor out a common pattern of alloc_ref from string
by Krzysztof Kowalczyk
· 17 years ago
31a3c6b
Merge branch 'db/learn-HEAD'
by Junio C Hamano
· 17 years ago
dc484f2
Merge branch 'pb/remote-mirror-config'
by Junio C Hamano
· 17 years ago
e0aaa29
Have a constant extern refspec for "--tags"
by Daniel Barkalow
· 17 years ago
a83619d
add special "matching refs" refspec
by Paolo Bonzini
· 17 years ago
be885d9
Make ls-remote http://... list HEAD, like for git://...
by Daniel Barkalow
· 17 years ago
f8aae12
push: allow unqualified dest refspecs to DWIM
by Jeff King
· 17 years ago
84bb2df
Add a remote.*.mirror configuration option
by Paolo Bonzini
· 17 years ago
24b6177
git-remote: reject adding remotes with invalid names
by Jonas Fonseca
· 17 years ago
60e3aba
Fix config key miscount in url.*.insteadOf
by Daniel Barkalow
· 17 years ago
660b9c3
Merge branch 'jc/maint-fetch-regression-1.5.4'
by Junio C Hamano
· 17 years ago
472fa4c
Fix branches file configuration
by Daniel Barkalow
· 17 years ago
c091b3d
Tighten refspec processing
by Daniel Barkalow
· 17 years ago
Next »