summaryrefslogtreecommitdiff
path: root/builtin/remote.c
Commit message (Expand)AuthorAgeFilesLines
* remote.c: drop extraneous local variable from migrate_fileJeff King2015-08-101-5/+2
* prune_remote(): use delete_refs()Michael Haggerty2015-06-221-9/+2
* delete_refs(): new function for the refs APIMichael Haggerty2015-06-221-20/+1
* remove_branches(): remove temporaryMichael Haggerty2015-06-221-2/+1
* builtin/remote: rewrite functions to take object_id argumentsMichael Haggerty2015-05-251-13/+8
* add_branch_for_removal(): don't set "util" field of string_list entriesMichael Haggerty2015-05-251-5/+2
* add_branch_for_removal(): rewrite to take an object_id argumentMichael Haggerty2015-05-251-5/+3
* each_ref_fn: change to take an object_id parameterMichael Haggerty2015-05-251-3/+10
* Merge branch 'nd/multiple-work-trees'Junio C Hamano2015-05-111-1/+1
|\
| * path.c: make get_pathname() call sites return const char *Nguyễn Thái Ngọc Duy2014-12-011-1/+1
* | Merge branch 'ah/usage-strings'Junio C Hamano2015-02-111-2/+2
|\ \
| * | standardize usage info string formatAlex Henrie2015-01-141-2/+2
* | | git remote: allow adding remotes agreeing with url.<...>.insteadOfJohannes Schindelin2014-12-231-1/+3
|/ /
* | sort_string_list(): rename to string_list_sort()mh/simplify-repack-without-refsMichael Haggerty2014-11-251-6/+6
* | prune_remote(): iterate using for_each_string_list_item()Michael Haggerty2014-11-251-8/+6
* | prune_remote(): rename local variableMichael Haggerty2014-11-251-6/+6
* | repack_without_refs(): make the refnames argument a string_listMichael Haggerty2014-11-251-12/+2
* | prune_remote(): sort delete_refs_list references en masseMichael Haggerty2014-11-251-1/+2
* | prune_remote(): initialize both delete_refs lists in a single loopMichael Haggerty2014-11-251-6/+9
* | prune_remote(): exit early if there are no stale referencesMichael Haggerty2014-11-251-18/+21
|/
* remote rm/prune: print a message when writing packed-refs failsRonnie Sahlberg2014-10-151-4/+11
* refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-151-2/+3
* Merge branch 'rs/ref-transaction-0'Junio C Hamano2014-07-211-2/+3
|\
| * refs.c: add an err argument to repack_without_refsRonnie Sahlberg2014-07-141-2/+3
* | Merge branch 'jk/strip-suffix'Junio C Hamano2014-07-161-6/+7
|\ \
| * | use strip_suffix instead of ends_with in simple casesJeff King2014-06-301-6/+7
* | | refactor skip_prefix to return a booleanJeff King2014-06-201-3/+1
| |/ |/|
* | Merge branch 'jl/remote-rm-prune'Junio C Hamano2014-06-161-7/+30
|\ \ | |/
| * remote prune: optimize "dangling symref" check/warningjl/remote-rm-pruneJens Lindström2014-05-271-1/+6
| * remote: repack packed-refs once when deleting multiple refsJens Lindström2014-05-271-2/+18
| * remote rm: delete remote configuration as the lastJens Lindström2014-05-231-4/+6
* | builtin/remote.c: rearrange xcalloc argumentsBrian Gesiak2014-05-271-4/+4
|/
* Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-171-15/+7
|\
| * replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-withChristian Couder2013-12-051-7/+7
| * builtin/remote: remove postfixcmp() and use suffixcmp() insteadChristian Couder2013-12-051-11/+3
* | Merge branch 'fc/trivial'Junio C Hamano2013-12-171-2/+7
|\ \
| * | remote: fix status with branch...rebase=preservefc/trivialFelipe Contreras2013-12-091-2/+7
| |/
* | fetch, remote: properly convey --no-prune options to subprocessesMichael Haggerty2013-10-301-3/+3
* | builtin/remote.c:update(): use struct argv_arrayMichael Haggerty2013-10-301-16/+17
* | builtin/remote.c: reorder function definitionsMichael Haggerty2013-10-301-81/+78
|/
* Merge branch 'po/remote-set-head-usage'Jonathan Nieder2013-10-141-2/+2
|\
| * remote set-head -h: add long options to synopsispo/remote-set-head-usagePhilip Oakley2013-09-271-2/+2
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-051-14/+14
|/
* remote: check for superfluous arguments in 'git remote add'Thomas Rast2013-04-241-1/+1
* Fix typo in remote set-head usageAntoine Pelisse2012-11-261-1/+1
* Merge branch 'nd/maint-remote-remove'Junio C Hamano2012-09-121-3/+3
|\
| * remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy2012-09-061-3/+3
* | i18n: remote: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-201-42/+42
|/
* remote: fix typoRalf Thielow2012-05-201-1/+1
* Merge branch 'nd/i18n'Junio C Hamano2012-05-021-106/+121
|\