aboutsummaryrefslogtreecommitdiff
path: root/builtin/remote.c
Commit message (Expand)AuthorAge
* Merge branch 'ah/usage-strings'Junio C Hamano2015-02-11
|\
| * standardize usage info string formatAlex Henrie2015-01-14
* | git remote: allow adding remotes agreeing with url.<...>.insteadOfJohannes Schindelin2014-12-23
|/
* sort_string_list(): rename to string_list_sort()Michael Haggerty2014-11-25
* prune_remote(): iterate using for_each_string_list_item()Michael Haggerty2014-11-25
* prune_remote(): rename local variableMichael Haggerty2014-11-25
* repack_without_refs(): make the refnames argument a string_listMichael Haggerty2014-11-25
* prune_remote(): sort delete_refs_list references en masseMichael Haggerty2014-11-25
* prune_remote(): initialize both delete_refs lists in a single loopMichael Haggerty2014-11-25
* prune_remote(): exit early if there are no stale referencesMichael Haggerty2014-11-25
* remote rm/prune: print a message when writing packed-refs failsRonnie Sahlberg2014-10-15
* refs.c: change resolve_ref_unsafe reading argument to be a flags fieldRonnie Sahlberg2014-10-15
* Merge branch 'rs/ref-transaction-0'Junio C Hamano2014-07-21
|\
| * refs.c: add an err argument to repack_without_refsRonnie Sahlberg2014-07-14
* | Merge branch 'jk/strip-suffix'Junio C Hamano2014-07-16
|\ \
| * | use strip_suffix instead of ends_with in simple casesJeff King2014-06-30
* | | refactor skip_prefix to return a booleanJeff King2014-06-20
| |/ |/|
* | Merge branch 'jl/remote-rm-prune'Junio C Hamano2014-06-16
|\ \ | |/
| * remote prune: optimize "dangling symref" check/warningJens Lindström2014-05-27
| * remote: repack packed-refs once when deleting multiple refsJens Lindström2014-05-27
| * remote rm: delete remote configuration as the lastJens Lindström2014-05-23
* | builtin/remote.c: rearrange xcalloc argumentsBrian Gesiak2014-05-27
|/
* Merge branch 'cc/starts-n-ends-with'Junio C Hamano2013-12-17
|\
| * replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
| * builtin/remote: remove postfixcmp() and use suffixcmp() insteadChristian Couder2013-12-05
* | Merge branch 'fc/trivial'Junio C Hamano2013-12-17
|\ \
| * | remote: fix status with branch...rebase=preserveFelipe Contreras2013-12-09
| |/
* | fetch, remote: properly convey --no-prune options to subprocessesMichael Haggerty2013-10-30
* | builtin/remote.c:update(): use struct argv_arrayMichael Haggerty2013-10-30
* | builtin/remote.c: reorder function definitionsMichael Haggerty2013-10-30
|/
* Merge branch 'po/remote-set-head-usage'Jonathan Nieder2013-10-14
|\
| * remote set-head -h: add long options to synopsisPhilip Oakley2013-09-27
* | Replace deprecated OPT_BOOLEAN by OPT_BOOLStefan Beller2013-08-05
|/
* remote: check for superfluous arguments in 'git remote add'Thomas Rast2013-04-24
* Fix typo in remote set-head usageAntoine Pelisse2012-11-26
* Merge branch 'nd/maint-remote-remove'Junio C Hamano2012-09-12
|\
| * remote: prefer subcommand name 'remove' to 'rm'Nguyễn Thái Ngọc Duy2012-09-06
* | i18n: remote: mark parseopt strings for translationNguyễn Thái Ngọc Duy2012-08-20
|/
* remote: fix typoRalf Thielow2012-05-20
* Merge branch 'nd/i18n'Junio C Hamano2012-05-02
|\
| * i18n: remote: mark strings for translationNguyễn Thái Ngọc Duy2012-04-24
| * i18n: make warn_dangling_symref() automatically append \nNguyễn Thái Ngọc Duy2012-04-24
* | Merge branch 'ms/remote-usage-string'Junio C Hamano2012-04-23
|\ \ | |/ |/|
| * remote: update builtin usageMichael Schubert2012-04-09
| * Merge branch 'pj/remote-set-branches-usage-fix' into maintJunio C Hamano2012-02-27
| |\
* | \ Merge branch 'pj/remote-set-branches-usage-fix'Junio C Hamano2012-02-23
|\ \ \ | | |/ | |/|
| * | remote: fix set-branches usage and documentationPhilip Jägenstedt2012-02-19
* | | Merge branch 'nd/maint-refname-in-hierarchy-check'Junio C Hamano2012-01-29
|\ \ \ | |_|/ |/| |
| * | Fix incorrect ref namespace checkNguyễn Thái Ngọc Duy2012-01-11
* | | Rename resolve_ref() to resolve_ref_unsafe()Nguyễn Thái Ngọc Duy2011-12-13