index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
remote.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'js/remote-rename-with-half-configured-remote'
Junio C Hamano
2017-01-31
1
-2
/
+10
|
\
|
*
remote rename: more carefully determine whether a remote is configured
Johannes Schindelin
2017-01-19
1
-2
/
+10
*
|
Merge branch 'km/branch-get-push-while-detached'
Junio C Hamano
2017-01-19
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
branch_get_push: do not segfault when HEAD is detached
Kyle Meyer
2017-01-08
1
-3
/
+3
|
*
Merge branch 'nd/remote-plural-ours-plus-theirs' into maint
Junio C Hamano
2016-05-26
1
-1
/
+1
|
|
\
|
*
\
Merge branch 'jk/fix-attribute-macro-in-2.5' into HEAD
Junio C Hamano
2016-05-18
1
-1
/
+1
|
|
\
\
*
|
|
|
use strbuf_addstr() for adding constant strings to a strbuf, part 2
René Scharfe
2016-09-15
1
-4
/
+4
*
|
|
|
Merge branch 'jk/push-force-with-lease-creation' into maint
Junio C Hamano
2016-09-09
1
-4
/
+5
|
\
\
\
\
|
*
|
|
|
push: allow pushing new branches with --force-with-lease
John Keeping
2016-07-26
1
-4
/
+3
|
*
|
|
|
push: add shorthand for --force-with-lease branch creation
John Keeping
2016-07-26
1
-0
/
+2
|
*
|
|
|
Merge branch 'jk/tighten-alloc' into maint
Junio C Hamano
2016-03-10
1
-8
/
+5
|
|
\
\
\
\
*
|
\
\
\
\
Merge branch 'nd/remote-plural-ours-plus-theirs'
Junio C Hamano
2016-05-17
1
-1
/
+1
|
\
\
\
\
\
\
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
|
*
|
|
|
|
remote.c: specify correct plural form in "commit diverge" message
Nguyễn Thái Ngọc Duy
2016-05-06
1
-1
/
+1
*
|
|
|
|
|
Merge branch 'jk/fix-attribute-macro-in-2.5'
Junio C Hamano
2016-05-03
1
-1
/
+1
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
/
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
remote.c: spell __attribute__ correctly
Jeff King
2016-04-26
1
-1
/
+1
*
|
|
|
|
remote: don't resolve HEAD in non-repository
Jeff King
2016-03-07
1
-5
/
+6
*
|
|
|
|
Merge branch 'jk/tighten-alloc'
Junio C Hamano
2016-02-26
1
-8
/
+5
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
use st_add and st_mult for allocation size computation
Jeff King
2016-02-22
1
-4
/
+4
|
*
|
|
|
convert trivial cases to FLEX_ARRAY macros
Jeff King
2016-02-22
1
-4
/
+1
*
|
|
|
|
Merge branch 'tg/git-remote'
Junio C Hamano
2016-02-26
1
-48
/
+34
|
\
\
\
\
\
|
*
|
|
|
|
remote: simplify remote_is_configured()
Thomas Gummerer
2016-02-16
1
-11
/
+2
|
*
|
|
|
|
remote: use parse_config_key
Thomas Gummerer
2016-02-16
1
-37
/
+32
*
|
|
|
|
|
Merge branch 'aw/push-force-with-lease-reporting'
Junio C Hamano
2016-02-10
1
-7
/
+8
|
\
\
\
\
\
\
|
|
/
/
/
/
/
|
/
|
|
|
|
/
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
push: fix ref status reporting for --force-with-lease
Andrew Wheeler
2016-02-02
1
-7
/
+8
|
|
/
/
/
*
|
|
|
Merge branch 'kf/http-proxy-auth-methods'
Junio C Hamano
2016-02-03
1
-0
/
+3
|
\
\
\
\
|
*
|
|
|
http: allow selection of proxy authentication method
Knut Franke
2016-01-26
1
-0
/
+3
|
|
/
/
/
*
|
|
|
remote.c: read $GIT_DIR/remotes/* with strbuf_getline()
Junio C Hamano
2016-01-15
1
-1
/
+1
*
|
|
|
strbuf: introduce strbuf_getline_{lf,nul}()
Junio C Hamano
2016-01-15
1
-2
/
+2
|
/
/
/
*
|
|
remote: convert functions to struct object_id
brian m. carlson
2015-11-20
1
-29
/
+29
*
|
|
Convert struct object to object_id
brian m. carlson
2015-11-20
1
-2
/
+2
*
|
|
ref_newer: convert to use struct object_id
brian m. carlson
2015-11-20
1
-4
/
+4
*
|
|
Convert struct ref to use object_id.
brian m. carlson
2015-11-20
1
-29
/
+29
*
|
|
Merge branch 'rs/pop-commit'
Junio C Hamano
2015-10-30
1
-4
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
use pop_commit() for consuming the first entry of a struct commit_list
René Scharfe
2015-10-26
1
-4
/
+2
*
|
|
read_branches_file: plug a FILE* leak
Johannes Sixt
2015-10-23
1
-0
/
+1
*
|
|
stat_tracking_info: convert to argv_array
Jeff King
2015-10-05
1
-14
/
+12
*
|
|
read_remotes_file: simplify string handling
Jeff King
2015-09-25
1
-37
/
+18
*
|
|
read_branches_file: simplify string handling
Jeff King
2015-09-25
1
-34
/
+20
*
|
|
replace trivial malloc + sprintf / strcpy calls with xstrfmt
Jeff King
2015-09-25
1
-6
/
+1
|
/
/
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2015-06-05
1
-5
/
+8
|
\
\
|
|
/
|
/
|
|
*
remote: rewrite functions to take object_id arguments
Michael Haggerty
2015-05-25
1
-11
/
+8
|
*
each_ref_fn: change to take an object_id parameter
Michael Haggerty
2015-05-25
1
-2
/
+8
*
|
remote.c: add branch_get_push
Jeff King
2015-05-22
1
-0
/
+85
*
|
remote.c: return upstream name from stat_tracking_info
Jeff King
2015-05-22
1
-18
/
+17
*
|
remote.c: untangle error logic in branch_get_upstream
Jeff King
2015-05-22
1
-6
/
+13
*
|
remote.c: report specific errors from branch_get_upstream
Jeff King
2015-05-21
1
-4
/
+29
*
|
remote.c: introduce branch_get_upstream helper
Jeff King
2015-05-21
1
-3
/
+9
*
|
remote.c: hoist read_config into remote_get_1
Jeff King
2015-05-21
1
-2
/
+2
*
|
remote.c: provide per-branch pushremote name
Jeff King
2015-05-21
1
-18
/
+22
*
|
remote.c: hoist branch.*.remote lookup out of remote_get_1
Jeff King
2015-05-21
1
-7
/
+14
[next]