Sign in
googlers
/
jrn
/
git
/
a125a223347a8d43fffc1b7ec2bec93d88ec17b7
/
remote.c
744c040
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
by René Scharfe
· 7 years ago
8e36002
Merge branch 'ma/up-to-date'
by Junio C Hamano
· 8 years ago
7560f54
treewide: correct several "up-to-date" to "up to date"
by Martin Ågren
· 8 years ago
55c965f
Merge branch 'sb/hashmap-cleanup'
by Junio C Hamano
· 8 years ago
df42267
Merge branch 'bc/object-id'
by Junio C Hamano
· 8 years ago
e82caf3
sha1_name: convert get_sha1* to get_oid*
by brian m. carlson
· 8 years ago
b8566f8
remote: convert struct push_cas to struct object_id
by brian m. carlson
· 8 years ago
45dcb35
remote.c: drop hashmap_cmp_fn cast
by Stefan Beller
· 8 years ago
7663cdc
hashmap.h: compare function has access to a data field
by Stefan Beller
· 8 years ago
f31d23a
Merge branch 'bw/config-h'
by Junio C Hamano
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
b9a7d55
Merge branch 'nd/fopen-errors'
by Junio C Hamano
· 8 years ago
6e9b010
Merge branch 'jk/drop-free-refspecs'
by Junio C Hamano
· 8 years ago
7d26aa3
Merge branch 'js/bs-is-a-dir-sep-on-windows'
by Junio C Hamano
· 8 years ago
a56eea2
remote: drop free_refspecs() function
by Jeff King
· 8 years ago
849e671
Merge branch 'js/plug-leaks'
by Junio C Hamano
· 8 years ago
e9d983f
wrapper.c: add and use fopen_or_warn()
by Nguyễn Thái Ngọc Duy
· 8 years ago
d9244ec
Windows: do not treat a path with backslashes as a remote's nick name
by Johannes Sixt
· 8 years ago
c251c83
object: convert parse_object* to take struct object_id
by brian m. carlson
· 8 years ago
bc83266
Convert lookup_commit* to struct object_id
by brian m. carlson
· 8 years ago
3dc7ea9
remote: plug memory leak in match_explicit()
by Johannes Schindelin
· 8 years ago
872e2cf
Merge branch 'bw/push-options-recursively-to-submodules'
by Junio C Hamano
· 8 years ago
93a96cc
Merge branch 'jc/unused-symbols'
by Junio C Hamano
· 8 years ago
c19ae47
remote: expose parse_push_refspec function
by Brandon Williams
· 8 years ago
8668976
remote.[ch]: parse_push_cas_option() can be static
by Junio C Hamano
· 8 years ago
ace83dc
Merge branch 'jn/remote-helpers-with-git-dir'
by Junio C Hamano
· 8 years ago
4539c21
remote: avoid reading $GIT_DIR config in non-repo
by Jeff King
· 8 years ago
f5f55a1
Merge branch 'km/branch-get-push-while-detached' into maint
by Junio C Hamano
· 8 years ago
fe575f0
Merge branch 'js/remote-rename-with-half-configured-remote'
by Junio C Hamano
· 8 years ago
e459b07
remote rename: more carefully determine whether a remote is configured
by Johannes Schindelin
· 8 years ago
b85f79c
Merge branch 'km/branch-get-push-while-detached'
by Junio C Hamano
· 8 years ago
b10731f
branch_get_push: do not segfault when HEAD is detached
by Kyle Meyer
· 8 years ago
a22ae75
use strbuf_addstr() for adding constant strings to a strbuf, part 2
by René Scharfe
· 8 years ago
f34d900
Merge branch 'jk/push-force-with-lease-creation' into maint
by Junio C Hamano
· 9 years ago
64ac39a
push: allow pushing new branches with --force-with-lease
by John Keeping
· 9 years ago
eee98e7
push: add shorthand for --force-with-lease branch creation
by John Keeping
· 9 years ago
4e327bb
Merge branch 'nd/remote-plural-ours-plus-theirs' into maint
by Junio C Hamano
· 9 years ago
9ba3b14
Merge branch 'jk/fix-attribute-macro-in-2.5' into HEAD
by Junio C Hamano
· 9 years ago
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
b7a6ec6
Merge branch 'jk/tighten-alloc' into maint
by Junio C Hamano
· 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
Next »