index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
remote.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'ps/config-error'
Junio C Hamano
2016-02-26
1
-46
/
+24
|
\
|
*
config: rename git_config_set_or_die to git_config_set
Patrick Steinhardt
2016-02-22
1
-16
/
+16
|
*
config: rename git_config_set to git_config_set_gently
Patrick Steinhardt
2016-02-22
1
-1
/
+1
|
*
remote: die on config error when manipulating remotes
Patrick Steinhardt
2016-02-22
1
-27
/
+12
|
*
remote: die on config error when setting/adding branches
Patrick Steinhardt
2016-02-22
1
-17
/
+9
|
*
remote: die on config error when setting URL
Patrick Steinhardt
2016-02-22
1
-5
/
+6
*
|
remote: use remote_is_configured() for add and rename
Thomas Gummerer
2016-02-16
1
-5
/
+2
*
|
remote: actually check if remote exits
Thomas Gummerer
2016-02-16
1
-2
/
+2
*
|
remote: simplify remote_is_configured()
Thomas Gummerer
2016-02-16
1
-6
/
+6
*
|
remote: handle the config setting branch.*.rebase=interactive
Johannes Schindelin
2016-01-13
1
-3
/
+7
|
/
*
ref_newer: convert to use struct object_id
brian m. carlson
2015-11-20
1
-1
/
+1
*
Convert struct ref to use object_id.
brian m. carlson
2015-11-20
1
-6
/
+6
*
Merge branch 'bb/remote-get-url'
Junio C Hamano
2015-10-05
1
-0
/
+59
|
\
|
*
remote: add get-url subcommand
Ben Boeckel
2015-09-17
1
-0
/
+59
*
|
remote.c: drop extraneous local variable from migrate_file
Jeff King
2015-08-11
1
-5
/
+2
*
|
prune_remote(): use delete_refs()
Michael Haggerty
2015-06-22
1
-9
/
+2
*
|
delete_refs(): new function for the refs API
Michael Haggerty
2015-06-22
1
-20
/
+1
*
|
remove_branches(): remove temporary
Michael Haggerty
2015-06-22
1
-2
/
+1
|
/
*
builtin/remote: rewrite functions to take object_id arguments
Michael Haggerty
2015-05-25
1
-13
/
+8
*
add_branch_for_removal(): don't set "util" field of string_list entries
Michael Haggerty
2015-05-25
1
-5
/
+2
*
add_branch_for_removal(): rewrite to take an object_id argument
Michael Haggerty
2015-05-25
1
-5
/
+3
*
each_ref_fn: change to take an object_id parameter
Michael Haggerty
2015-05-25
1
-3
/
+10
*
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
2015-05-11
1
-1
/
+1
|
\
|
*
path.c: make get_pathname() call sites return const char *
Nguyễn Thái Ngọc Duy
2014-12-01
1
-1
/
+1
*
|
Merge branch 'ah/usage-strings'
Junio C Hamano
2015-02-11
1
-2
/
+2
|
\
\
|
*
|
standardize usage info string format
Alex Henrie
2015-01-14
1
-2
/
+2
*
|
|
git remote: allow adding remotes agreeing with url.<...>.insteadOf
Johannes Schindelin
2014-12-23
1
-1
/
+3
|
/
/
*
|
sort_string_list(): rename to string_list_sort()
Michael Haggerty
2014-11-25
1
-6
/
+6
*
|
prune_remote(): iterate using for_each_string_list_item()
Michael Haggerty
2014-11-25
1
-8
/
+6
*
|
prune_remote(): rename local variable
Michael Haggerty
2014-11-25
1
-6
/
+6
*
|
repack_without_refs(): make the refnames argument a string_list
Michael Haggerty
2014-11-25
1
-12
/
+2
*
|
prune_remote(): sort delete_refs_list references en masse
Michael Haggerty
2014-11-25
1
-1
/
+2
*
|
prune_remote(): initialize both delete_refs lists in a single loop
Michael Haggerty
2014-11-25
1
-6
/
+9
*
|
prune_remote(): exit early if there are no stale references
Michael Haggerty
2014-11-25
1
-18
/
+21
|
/
*
remote rm/prune: print a message when writing packed-refs fails
Ronnie Sahlberg
2014-10-15
1
-4
/
+11
*
refs.c: change resolve_ref_unsafe reading argument to be a flags field
Ronnie Sahlberg
2014-10-15
1
-2
/
+3
*
Merge branch 'rs/ref-transaction-0'
Junio C Hamano
2014-07-21
1
-2
/
+3
|
\
|
*
refs.c: add an err argument to repack_without_refs
Ronnie Sahlberg
2014-07-14
1
-2
/
+3
*
|
Merge branch 'jk/strip-suffix'
Junio C Hamano
2014-07-16
1
-6
/
+7
|
\
\
|
*
|
use strip_suffix instead of ends_with in simple cases
Jeff King
2014-06-30
1
-6
/
+7
*
|
|
refactor skip_prefix to return a boolean
Jeff King
2014-06-20
1
-3
/
+1
|
|
/
|
/
|
*
|
Merge branch 'jl/remote-rm-prune'
Junio C Hamano
2014-06-16
1
-7
/
+30
|
\
|
|
*
remote prune: optimize "dangling symref" check/warning
Jens Lindström
2014-05-27
1
-1
/
+6
|
*
remote: repack packed-refs once when deleting multiple refs
Jens Lindström
2014-05-27
1
-2
/
+18
|
*
remote rm: delete remote configuration as the last
Jens Lindström
2014-05-23
1
-4
/
+6
*
|
builtin/remote.c: rearrange xcalloc arguments
Brian Gesiak
2014-05-27
1
-4
/
+4
|
/
*
Merge branch 'cc/starts-n-ends-with'
Junio C Hamano
2013-12-17
1
-15
/
+7
|
\
|
*
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
2013-12-05
1
-7
/
+7
|
*
builtin/remote: remove postfixcmp() and use suffixcmp() instead
Christian Couder
2013-12-05
1
-11
/
+3
*
|
Merge branch 'fc/trivial'
Junio C Hamano
2013-12-17
1
-2
/
+7
|
\
\
[next]