Sign in
googlers
/
jrn
/
git
/
f241ff0d0a9ddb84b2f673a1b7a92fea0d6add3a
/
remote.c
7a7d085
Merge branch 'nd/remote-plural-ours-plus-theirs'
by Junio C Hamano
· 9 years ago
f54bea4
remote.c: specify correct plural form in "commit diverge" message
by Nguyễn Thái Ngọc Duy
· 9 years ago
6433189
Merge branch 'jk/fix-attribute-macro-in-2.5'
by Junio C Hamano
· 9 years ago
060e776
remote.c: spell __attribute__ correctly
by Jeff King
· 9 years ago
f2f12d1
remote: don't resolve HEAD in non-repository
by Jeff King
· 9 years ago
11529ec
Merge branch 'jk/tighten-alloc'
by Junio C Hamano
· 9 years ago
ae2f255
Merge branch 'tg/git-remote'
by Junio C Hamano
· 9 years ago
50a6c8e
use st_add and st_mult for allocation size computation
by Jeff King
· 9 years ago
96ffc06
convert trivial cases to FLEX_ARRAY macros
by Jeff King
· 9 years ago
674468b
remote: simplify remote_is_configured()
by Thomas Gummerer
· 9 years ago
bc60f8a
remote: use parse_config_key
by Thomas Gummerer
· 9 years ago
24abb31
Merge branch 'aw/push-force-with-lease-reporting'
by Junio C Hamano
· 9 years ago
30f302f
Merge branch 'kf/http-proxy-auth-methods'
by Junio C Hamano
· 9 years ago
b2e93f8
push: fix ref status reporting for --force-with-lease
by Andrew Wheeler
· 9 years ago
ef97639
http: allow selection of proxy authentication method
by Knut Franke
· 9 years ago
18814d0
remote.c: read $GIT_DIR/remotes/* with strbuf_getline()
by Junio C Hamano
· 9 years ago
8f309ae
strbuf: introduce strbuf_getline_{lf,nul}()
by Junio C Hamano
· 9 years ago
fcd30b1
remote: convert functions to struct object_id
by brian m. carlson
· 9 years ago
f2fd076
Convert struct object to object_id
by brian m. carlson
· 9 years ago
6f3d57b
ref_newer: convert to use struct object_id
by brian m. carlson
· 9 years ago
f4e54d0
Convert struct ref to use object_id.
by brian m. carlson
· 9 years ago
0692a6c
Merge branch 'rs/pop-commit'
by Junio C Hamano
· 9 years ago
e510ab8
use pop_commit() for consuming the first entry of a struct commit_list
by René Scharfe
· 9 years ago
0fb1990
read_branches_file: plug a FILE* leak
by Johannes Sixt
· 9 years ago
0b282cc
stat_tracking_info: convert to argv_array
by Jeff King
· 9 years ago
0e265a9
read_remotes_file: simplify string handling
by Jeff King
· 9 years ago
f28e3ab
read_branches_file: simplify string handling
by Jeff King
· 9 years ago
75faa45
replace trivial malloc + sprintf / strcpy calls with xstrfmt
by Jeff King
· 9 years ago
5455ee0
Merge branch 'bc/object-id'
by Junio C Hamano
· 10 years ago
455ade6
remote: rewrite functions to take object_id arguments
by Michael Haggerty
· 10 years ago
2b2a5be
each_ref_fn: change to take an object_id parameter
by Michael Haggerty
· 10 years ago
e291c75
remote.c: add branch_get_push
by Jeff King
· 10 years ago
979cb24
remote.c: return upstream name from stat_tracking_info
by Jeff King
· 10 years ago
1ca41a1
remote.c: untangle error logic in branch_get_upstream
by Jeff King
· 10 years ago
3a429d0
remote.c: report specific errors from branch_get_upstream
by Jeff King
· 10 years ago
a9f9f8c
remote.c: introduce branch_get_upstream helper
by Jeff King
· 10 years ago
8770e6f
remote.c: hoist read_config into remote_get_1
by Jeff King
· 10 years ago
da66b27
remote.c: provide per-branch pushremote name
by Jeff King
· 10 years ago
f052154
remote.c: hoist branch.*.remote lookup out of remote_get_1
by Jeff King
· 10 years ago
9e3751d
remote.c: drop "remote" pointer from "struct branch"
by Jeff King
· 10 years ago
ee2499f
remote.c: refactor setup of branch->merge list
by Jeff King
· 10 years ago
e41bf35
remote.c: drop default_remote_name variable
by Jeff King
· 10 years ago
c985aaf
Merge branch 'jc/unused-symbols'
by Junio C Hamano
· 10 years ago
092c4be
Merge branch 'jk/blame-commit-label'
by Junio C Hamano
· 10 years ago
a355b11
remote.c: make clear_cas_option() static
by Junio C Hamano
· 10 years ago
8c53f07
use xstrdup_or_null to replace ternary conditionals
by Jeff King
· 10 years ago
da178ac
Merge branch 'jc/checkout-local-track-report'
by Junio C Hamano
· 10 years ago
3383e19
sort_string_list(): rename to string_list_sort()
by Michael Haggerty
· 10 years ago
7695d11
refs.c: change resolve_ref_unsafe reading argument to be a flags field
by Ronnie Sahlberg
· 11 years ago
05e7368
checkout: report upstream correctly even with loosely defined branch.*.merge
by Junio C Hamano
· 10 years ago
07bfa57
remote: simplify match_name_with_pattern() using strbuf
by René Scharfe
· 10 years ago
715b63c
Merge branch 'sb/prepare-revision-walk-error-check'
by Junio C Hamano
· 11 years ago
27fbcf8
Merge branch 'sb/plug-leaks'
by Junio C Hamano
· 11 years ago
81c3ce3
prepare_revision_walk(): check for return value in all places
by Stefan Beller
· 11 years ago
2f50bab
remote.c: don't leak the base branch name in format_tracking_info
by Stefan Beller
· 11 years ago
d0da003
use a hashmap to make remotes faster
by Patrick Reynolds
· 11 years ago
3b8e8af
Merge branch 'jk/xstrfmt'
by Junio C Hamano
· 11 years ago
e91ae32
Merge branch 'jk/skip-prefix'
by Junio C Hamano
· 11 years ago
fa82037
Merge branch 'rs/more-starts-with'
by Junio C Hamano
· 11 years ago
95b567c
use skip_prefix to avoid repeating strings
by Jeff King
· 11 years ago
fa3f60b
use xstrfmt in favor of manual size calculations
by Jeff King
· 11 years ago
50e19a8
Use starts_with() for C strings instead of memcmp()
by René Scharfe
· 11 years ago
da7a478
remote.c: rearrange xcalloc arguments
by Brian Gesiak
· 11 years ago
d59c12d
Merge branch 'jl/nor-or-nand-and'
by Junio C Hamano
· 11 years ago
400ecca
Merge branch 'cn/fetch-prune-overlapping-destination'
by Junio C Hamano
· 11 years ago
0168990
comments: fix misuses of "nor"
by Justin Lebar
· 11 years ago
e6f6371
fetch: handle overlaping refspecs on --prune
by Carlos Martín Nieto
· 11 years ago
4097a25
Merge branch 'jk/remote-pushremote-config-reading' into maint
by Junio C Hamano
· 11 years ago
9befb34
Merge branch 'jk/detect-push-typo-early'
by Junio C Hamano
· 11 years ago
d52571d
Merge branch 'jk/remote-pushremote-config-reading'
by Junio C Hamano
· 11 years ago
ba928c1
push: detect local refspec errors early
by Jeff King
· 11 years ago
471fd3f
match_explicit_lhs: allow a "verify only" mode
by Jeff King
· 11 years ago
f7ade3d
match_explicit: hoist refspec lhs checks into their own function
by Jeff King
· 11 years ago
98b406f
remote: handle pushremote config in any order
by Jeff King
· 11 years ago
9bb5287
Merge branch 'mh/retire-ref-fetch-rules'
by Junio C Hamano
· 11 years ago
54457fe
refname_match(): always use the rules in ref_rev_parse_rules
by Michael Haggerty
· 11 years ago
7cdebd8
Merge branch 'jc/push-refmap'
by Junio C Hamano
· 11 years ago
ad70448
Merge branch 'cc/starts-n-ends-with'
by Junio C Hamano
· 11 years ago
e66ef7a
Merge branch 'mh/fetch-tags-in-addition-to-normal-refs'
by Junio C Hamano
· 11 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
ca02465
push: use remote.$name.push as a refmap
by Junio C Hamano
· 11 years ago
f096e6e
fetch: improve the error messages emitted for conflicting refspecs
by Michael Haggerty
· 11 years ago
76ea671
handle_duplicate(): mark error message for translation
by Michael Haggerty
· 11 years ago
df02ebd
ref_remote_duplicates(): extract a function handle_duplicate()
by Michael Haggerty
· 11 years ago
b9afe66
ref_remove_duplicates(): simplify loop logic
by Michael Haggerty
· 11 years ago
09ea1f8
ref_remove_duplicates(): avoid redundant bisection
by Michael Haggerty
· 11 years ago
049bff8
query_refspecs(): move some constants out of the loop
by Michael Haggerty
· 11 years ago
e31a17f
get_expanded_map(): avoid memory leak
by Michael Haggerty
· 11 years ago
f166db2
get_expanded_map(): add docstring
by Michael Haggerty
· 11 years ago
93542d9
Merge branch 'jk/remote-literal-string-leakfix'
by Junio C Hamano
· 11 years ago
11a6ba1
remote: do not copy "origin" string literal
by Jeff King
· 11 years ago
2e6e3e82e
Merge branch 'jx/branch-vv-always-compare-with-upstream'
by Junio C Hamano
· 11 years ago
2233ad4
Merge branch 'jc/push-cas'
by Junio C Hamano
· 12 years ago
a5e10f8
Merge branch 'ms/fetch-prune-configuration'
by Junio C Hamano
· 12 years ago
f223459
status: always show tracking branch even no change
by Jiang Xin
· 12 years ago
f2e0873
branch: report invalid tracking branch as gone
by Jiang Xin
· 12 years ago
631b5ef
push --force-with-lease: tie it all together
by Junio C Hamano
· 12 years ago
91048a9
push --force-with-lease: implement logic to populate old_sha1_expect[]
by Junio C Hamano
· 12 years ago
28f5d17
remote.c: add command line option parser for "--force-with-lease"
by Junio C Hamano
· 12 years ago
737c5a9
fetch: make --prune configurable
by Michael Schubert
· 12 years ago
Next »