summaryrefslogtreecommitdiff
path: root/builtin/remote.c
AgeCommit message (Expand)Author
2015-06-22prune_remote(): use delete_refs()Michael Haggerty
2015-06-22delete_refs(): new function for the refs APIMichael Haggerty
2015-06-22remove_branches(): remove temporaryMichael Haggerty
2015-05-25builtin/remote: rewrite functions to take object_id argumentsMichael Haggerty
2015-05-25add_branch_for_removal(): don't set "util" field of string_list entriesMichael Haggerty
2015-05-25add_branch_for_removal(): rewrite to take an object_id argumentMichael Haggerty
2015-05-25each_ref_fn: change to take an object_id parameterMichael Haggerty
2015-05-11Merge branch 'nd/multiple-work-trees'Junio C Hamano
2015-02-11Merge branch 'ah/usage-strings'Junio C Hamano
2015-01-14standardize usage info string formatAlex Henrie
2014-12-23git remote: allow adding remotes agreeing with url.<...>.insteadOfJohannes Schindelin
2014-12-01path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy
2014-11-25sort_string_list(): rename to string_list_sort()Michael Haggerty
2014-11-25prune_remote(): iterate using for_each_string_list_item()Michael Haggerty
2014-11-25prune_remote(): rename local variableMichael Haggerty
2014-11-25repack_without_refs(): make the refnames argument a string_listMichael Haggerty
2014-11-25prune_remote(): sort delete_refs_list references en masseMichael Haggerty
2014-11-25prune_remote(): initialize both delete_refs lists in a single loopMichael Haggerty
2014-11-25prune_remote(): exit early if there are no stale referencesMichael Haggerty
2014-10-15remote rm/prune: print a message when writing packed-refs failsRonnie Sahlberg
2014-10-15refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg
2014-07-21Merge branch 'rs/ref-transaction-0'Junio C Hamano
2014-07-16Merge branch 'jk/strip-suffix'Junio C Hamano
2014-07-14refs.c: add an err argument to repack_without_refsRonnie Sahlberg
2014-06-30use strip_suffix instead of ends_with in simple casesJeff King
2014-06-20refactor skip_prefix to return a booleanJeff King
2014-06-16Merge branch 'jl/remote-rm-prune'Junio C Hamano
2014-05-27builtin/remote.c: rearrange xcalloc argumentsBrian Gesiak
2014-05-27remote prune: optimize "dangling symref" check/warningJens Lindström
2014-05-27remote: repack packed-refs once when deleting multiple refsJens Lindström
2014-05-23remote rm: delete remote configuration as the lastJens Lindström
2013-12-17Merge branch 'cc/starts-n-ends-with'Junio C Hamano
2013-12-17Merge branch 'fc/trivial'Junio C Hamano
2013-12-09remote: fix status with branch...rebase=preserveFelipe Contreras
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-12-05builtin/remote: remove postfixcmp() and use suffixcmp() insteadChristian Couder
2013-10-30fetch, remote: properly convey --no-prune options to subprocessesMichael Haggerty
2013-10-30builtin/remote.c:update(): use struct argv_arrayMichael Haggerty
2013-10-30builtin/remote.c: reorder function definitionsMichael Haggerty
2013-10-14Merge branch 'po/remote-set-head-usage'Jonathan Nieder
2013-09-27remote set-head -h: add long options to synopsisPhilip Oakley
2013-08-05Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller
2013-04-24remote: check for superfluous arguments in 'git remote add'Thomas Rast
2012-11-26Fix typo in remote set-head usageAntoine Pelisse
2012-09-12Merge branch 'nd/maint-remote-remove'Junio C Hamano
2012-09-06remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy
2012-08-20i18n: remote: mark parseopt strings for translationNguyễn Thái Ngọc Duy
2012-05-21remote: fix typoRalf Thielow
2012-05-02Merge branch 'nd/i18n'Junio C Hamano
2012-04-24i18n: remote: mark strings for translationNguyễn Thái Ngọc Duy