summaryrefslogtreecommitdiff
path: root/builtin/remote.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-10remote.c: drop extraneous local variable from migrate_fileLibravatar Jeff King1-5/+2
2015-06-22prune_remote(): use delete_refs()Libravatar Michael Haggerty1-9/+2
2015-06-22delete_refs(): new function for the refs APILibravatar Michael Haggerty1-20/+1
2015-06-22remove_branches(): remove temporaryLibravatar Michael Haggerty1-2/+1
2015-05-25builtin/remote: rewrite functions to take object_id argumentsLibravatar Michael Haggerty1-13/+8
2015-05-25add_branch_for_removal(): don't set "util" field of string_list entriesLibravatar Michael Haggerty1-5/+2
2015-05-25add_branch_for_removal(): rewrite to take an object_id argumentLibravatar Michael Haggerty1-5/+3
2015-05-25each_ref_fn: change to take an object_id parameterLibravatar Michael Haggerty1-3/+10
2015-05-11Merge branch 'nd/multiple-work-trees'Libravatar Junio C Hamano1-1/+1
2015-02-11Merge branch 'ah/usage-strings'Libravatar Junio C Hamano1-2/+2
2015-01-14standardize usage info string formatLibravatar Alex Henrie1-2/+2
2014-12-23git remote: allow adding remotes agreeing with url.<...>.insteadOfLibravatar Johannes Schindelin1-1/+3
2014-12-01path.c: make get_pathname() call sites return const char *Libravatar Nguyễn Thái Ngọc Duy1-1/+1
2014-11-25sort_string_list(): rename to string_list_sort()Libravatar Michael Haggerty1-6/+6
2014-11-25prune_remote(): iterate using for_each_string_list_item()Libravatar Michael Haggerty1-8/+6
2014-11-25prune_remote(): rename local variableLibravatar Michael Haggerty1-6/+6
2014-11-25repack_without_refs(): make the refnames argument a string_listLibravatar Michael Haggerty1-12/+2
2014-11-25prune_remote(): sort delete_refs_list references en masseLibravatar Michael Haggerty1-1/+2
2014-11-25prune_remote(): initialize both delete_refs lists in a single loopLibravatar Michael Haggerty1-6/+9
2014-11-25prune_remote(): exit early if there are no stale referencesLibravatar Michael Haggerty1-18/+21
2014-10-15remote rm/prune: print a message when writing packed-refs failsLibravatar Ronnie Sahlberg1-4/+11
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldLibravatar Ronnie Sahlberg1-2/+3
2014-07-21Merge branch 'rs/ref-transaction-0'Libravatar Junio C Hamano1-2/+3
2014-07-16Merge branch 'jk/strip-suffix'Libravatar Junio C Hamano1-6/+7
2014-07-14refs.c: add an err argument to repack_without_refsLibravatar Ronnie Sahlberg1-2/+3
2014-06-30use strip_suffix instead of ends_with in simple casesLibravatar Jeff King1-6/+7
2014-06-20refactor skip_prefix to return a booleanLibravatar Jeff King1-3/+1
2014-06-16Merge branch 'jl/remote-rm-prune'Libravatar Junio C Hamano1-7/+30
2014-05-27builtin/remote.c: rearrange xcalloc argumentsLibravatar Brian Gesiak1-4/+4
2014-05-27remote prune: optimize "dangling symref" check/warningLibravatar Jens Lindström1-1/+6
2014-05-27remote: repack packed-refs once when deleting multiple refsLibravatar Jens Lindström1-2/+18
2014-05-23remote rm: delete remote configuration as the lastLibravatar Jens Lindström1-4/+6
2013-12-17Merge branch 'cc/starts-n-ends-with'Libravatar Junio C Hamano1-15/+7
2013-12-17Merge branch 'fc/trivial'Libravatar Junio C Hamano1-2/+7
2013-12-09remote: fix status with branch...rebase=preserveLibravatar Felipe Contreras1-2/+7
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-7/+7
2013-12-05builtin/remote: remove postfixcmp() and use suffixcmp() insteadLibravatar Christian Couder1-11/+3
2013-10-30fetch, remote: properly convey --no-prune options to subprocessesLibravatar Michael Haggerty1-3/+3
2013-10-30builtin/remote.c:update(): use struct argv_arrayLibravatar Michael Haggerty1-16/+17
2013-10-30builtin/remote.c: reorder function definitionsLibravatar Michael Haggerty1-81/+78
2013-10-14Merge branch 'po/remote-set-head-usage'Libravatar Jonathan Nieder1-2/+2
2013-09-27remote set-head -h: add long options to synopsisLibravatar Philip Oakley1-2/+2
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLLibravatar Stefan Beller1-14/+14
2013-04-24remote: check for superfluous arguments in 'git remote add'Libravatar Thomas Rast1-1/+1
2012-11-26Fix typo in remote set-head usageLibravatar Antoine Pelisse1-1/+1
2012-09-12Merge branch 'nd/maint-remote-remove'Libravatar Junio C Hamano1-3/+3
2012-09-06remote: prefer subcommand name 'remove' to 'rm'Libravatar Nguyễn Thái Ngọc Duy1-3/+3
2012-08-20i18n: remote: mark parseopt strings for translationLibravatar Nguyễn Thái Ngọc Duy1-42/+42
2012-05-20remote: fix typoLibravatar Ralf Thielow1-1/+1
2012-05-02Merge branch 'nd/i18n'Libravatar Junio C Hamano1-106/+121