summaryrefslogtreecommitdiff
path: root/builtin/remote.c
AgeCommit message (Expand)AuthorFilesLines
2016-02-22remote: die on config error when setting/adding branchesPatrick Steinhardt1-17/+9
2016-02-22remote: die on config error when setting URLPatrick Steinhardt1-5/+6
2016-02-16remote: use remote_is_configured() for add and renameThomas Gummerer1-5/+2
2016-02-16remote: actually check if remote exitsThomas Gummerer1-2/+2
2016-02-16remote: simplify remote_is_configured()Thomas Gummerer1-6/+6
2016-01-13remote: handle the config setting branch.*.rebase=interactiveJohannes Schindelin1-3/+7
2015-11-20ref_newer: convert to use struct object_idbrian m. carlson1-1/+1
2015-11-20Convert struct ref to use object_id.brian m. carlson1-6/+6
2015-10-05Merge branch 'bb/remote-get-url'Junio C Hamano1-0/+59
2015-09-17remote: add get-url subcommandBen Boeckel1-0/+59
2015-08-10remote.c: drop extraneous local variable from migrate_fileJeff King1-5/+2
2015-06-22prune_remote(): use delete_refs()Michael Haggerty1-9/+2
2015-06-22delete_refs(): new function for the refs APIMichael Haggerty1-20/+1
2015-06-22remove_branches(): remove temporaryMichael Haggerty1-2/+1
2015-05-25builtin/remote: rewrite functions to take object_id argumentsMichael Haggerty1-13/+8
2015-05-25add_branch_for_removal(): don't set "util" field of string_list entriesMichael Haggerty1-5/+2
2015-05-25add_branch_for_removal(): rewrite to take an object_id argumentMichael Haggerty1-5/+3
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty1-3/+10
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano1-1/+1
2015-02-11Merge branch 'ah/usage-strings'Junio C Hamano1-2/+2
2015-01-14standardize usage info string formatAlex Henrie1-2/+2
2014-12-23git remote: allow adding remotes agreeing with url.<...>.insteadOfJohannes Schindelin1-1/+3
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy1-1/+1
2014-11-25sort_string_list(): rename to string_list_sort()Michael Haggerty1-6/+6
2014-11-25prune_remote(): iterate using for_each_string_list_item()Michael Haggerty1-8/+6
2014-11-25prune_remote(): rename local variableMichael Haggerty1-6/+6
2014-11-25repack_without_refs(): make the refnames argument a string_listMichael Haggerty1-12/+2
2014-11-25prune_remote(): sort delete_refs_list references en masseMichael Haggerty1-1/+2
2014-11-25prune_remote(): initialize both delete_refs lists in a single loopMichael Haggerty1-6/+9
2014-11-25prune_remote(): exit early if there are no stale referencesMichael Haggerty1-17/+20
2014-10-15remote rm/prune: print a message when writing packed-refs failsRonnie Sahlberg1-4/+11
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg1-2/+3
2014-07-21Merge branch 'rs/ref-transaction-0'Junio C Hamano1-2/+3
2014-07-16Merge branch 'jk/strip-suffix'Junio C Hamano1-6/+7
2014-07-14refs.c: add an err argument to repack_without_refsRonnie Sahlberg1-2/+3
2014-06-30use strip_suffix instead of ends_with in simple casesJeff King1-6/+7
2014-06-20refactor skip_prefix to return a booleanJeff King1-3/+1
2014-06-16Merge branch 'jl/remote-rm-prune'Junio C Hamano1-7/+30
2014-05-27builtin/remote.c: rearrange xcalloc argumentsBrian Gesiak1-4/+4
2014-05-27remote prune: optimize "dangling symref" check/warningJens Lindström1-1/+6
2014-05-27remote: repack packed-refs once when deleting multiple refsJens Lindström1-2/+18
2014-05-23remote rm: delete remote configuration as the lastJens Lindström1-4/+6
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano1-15/+7
2013-12-17Merge branch 'fc/trivial'Junio C Hamano1-2/+7
2013-12-09remote: fix status with branch...rebase=preserveFelipe Contreras1-2/+7
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-7/+7
2013-12-05builtin/remote: remove postfixcmp() and use suffixcmp() insteadChristian Couder1-11/+3
2013-10-30fetch, remote: properly convey --no-prune options to subprocessesMichael Haggerty1-3/+3
2013-10-30builtin/remote.c:update(): use struct argv_arrayMichael Haggerty1-16/+17
2013-10-30builtin/remote.c: reorder function definitionsMichael Haggerty1-81/+78