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 'mh/tidy-ref-update-flags'
Junio C Hamano
2017-11-15
1
-3
/
+3
|
\
|
*
refs: rename constant `REF_NODEREF` to `REF_NO_DEREF`
Michael Haggerty
2017-11-06
1
-3
/
+3
*
|
Merge branch 'bc/object-id'
Junio C Hamano
2017-11-06
1
-1
/
+1
|
\
|
|
*
refs: convert read_ref and read_ref_full to object_id
brian m. carlson
2017-10-16
1
-1
/
+1
*
|
remote: handle broken symrefs
Jeff King
2017-10-21
1
-1
/
+1
|
/
*
refs: pass NULL to resolve_ref_unsafe() if hash is not needed
René Scharfe
2017-09-24
1
-2
/
+1
*
remote: release strbuf after use in set_url()
Rene Scharfe
2017-09-07
1
-3
/
+3
*
remote: release strbuf after use in migrate_file()
Rene Scharfe
2017-09-07
1
-0
/
+1
*
remote: release strbuf after use in read_remote_branches()
Rene Scharfe
2017-09-07
1
-0
/
+1
*
Merge branch 'ma/parse-maybe-bool'
Junio C Hamano
2017-08-22
1
-1
/
+1
|
\
|
*
treewide: deprecate git_config_maybe_bool, use git_parse_maybe_bool
Martin Ågren
2017-08-07
1
-1
/
+1
*
|
Merge branch 'bw/config-h'
Junio C Hamano
2017-06-24
1
-0
/
+1
|
\
\
|
*
|
config: don't include config.h by default
Brandon Williams
2017-06-15
1
-0
/
+1
*
|
|
Merge branch 'mh/packed-ref-store-prep'
Junio C Hamano
2017-06-05
1
-2
/
+2
|
\
\
\
|
*
|
|
ref_store: take a `msg` parameter when deleting references
Michael Haggerty
2017-05-23
1
-2
/
+2
|
|
/
/
*
/
/
C style: use standard style for "TRANSLATORS" comments
Ævar Arnfjörð Bjarmason
2017-05-31
1
-2
/
+5
|
/
/
*
|
Merge branch 'rl/remote-allow-missing-branch-name-merge'
Junio C Hamano
2017-02-27
1
-1
/
+3
|
\
\
|
*
|
remote: ignore failure to remove missing branch.<name>.merge
Ross Lagerwall
2017-02-21
1
-1
/
+3
*
|
|
delete_ref: accept a reflog message argument
Kyle Meyer
2017-02-21
1
-2
/
+2
|
|
/
|
/
|
*
|
Merge branch 'js/remote-rename-with-half-configured-remote'
Junio C Hamano
2017-01-31
1
-7
/
+7
|
\
\
|
|
/
|
/
|
|
*
remote rename: more carefully determine whether a remote is configured
Johannes Schindelin
2017-01-19
1
-7
/
+7
*
|
use QSORT
René Scharfe
2016-09-30
1
-2
/
+1
|
/
*
Merge branch 'mh/ref-iterators'
Junio C Hamano
2016-07-25
1
-6
/
+2
|
\
|
*
remote rm: handle symbolic refs correctly
Michael Haggerty
2016-06-20
1
-5
/
+1
|
*
delete_refs(): add a flags argument
Michael Haggerty
2016-06-20
1
-2
/
+2
*
|
Merge branch 'va/i18n-even-more'
Junio C Hamano
2016-07-13
1
-10
/
+9
|
\
\
|
*
|
i18n: remote: allow translations to reorder message
Vasco Almeida
2016-06-18
1
-4
/
+3
|
*
|
i18n: remote: mark URL fallback text for translation
Vasco Almeida
2016-06-18
1
-3
/
+3
|
*
|
i18n: builtin/remote.c: fix mark for translation
Vasco Almeida
2016-06-18
1
-3
/
+3
*
|
|
Merge branch 'jk/string-list-static-init'
Junio C Hamano
2016-07-06
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
use string_list initializer consistently
Jeff King
2016-06-13
1
-1
/
+1
|
|
/
*
/
i18n: remote: add comment for translators
Vasco Almeida
2016-05-09
1
-0
/
+2
|
/
*
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
|
/
[next]