summaryrefslogtreecommitdiff
path: root/builtin-remote.c
Commit message (Expand)AuthorAgeFilesLines
* Move 'builtin-*' into a 'builtin/' subdirectoryLinus Torvalds2010-02-221-1447/+0
* Add git remote set-urlIlari Liusvaara2010-01-181-0/+98
* Merge branch 'bg/maint-remote-update-default'Junio C Hamano2010-01-101-6/+4
|\
| * Fix "git remote update" with remotes.defalt setBjörn Gustavsson2009-12-311-6/+4
* | get_ref_states: strdup entries and free util in stale listBert Wesarg2009-12-011-2/+4
* | Merge branch 'bg/fetch-multi'Junio C Hamano2009-11-231-85/+37
|\ \ | |/
| * Re-implement 'git remote update' using 'git fetch'Björn Gustavsson2009-11-101-60/+28
| * teach warn_dangling_symref to take a FILE argumentJay Soffian2009-11-101-1/+1
| * remote: refactor some logic into get_stale_heads()Jay Soffian2009-11-101-24/+8
* | Merge branch 'th/maint-remote-update-help-string'Junio C Hamano2009-11-221-1/+1
|\ \
| * | Update 'git remote update' usage string to match man page.Tim Henigan2009-11-151-1/+1
| |/
* | Merge branch 'th/remote-usage'Junio C Hamano2009-11-221-18/+48
|\ \
| * | git remote: Separate usage strings for subcommandsTim Henigan2009-11-201-18/+48
| |/
* | Use 'fast-forward' all over the placeFelipe Contreras2009-10-241-1/+1
|/
* Style fixes, add a space after if/for/while.Brian Gianforcaro2009-08-311-2/+2
* Merge branch 'cf/maint-remote-uploadpack-useconfig-fix'Junio C Hamano2009-07-011-1/+1
|\
| * git-remote: fix missing .uploadpack usage for show commandChris Frey2009-06-251-1/+1
* | builtin-remote: (get_one_entry): use strbufBert Wesarg2009-06-231-9/+7
* | Fix various sparse warnings in the git source codeLinus Torvalds2009-06-201-8/+8
* | Merge branch 'mg/pushurl'Junio C Hamano2009-06-201-10/+41
|\ \
| * | avoid NULL dereference on failed mallocJim Meyering2009-06-141-2/+2
| * | builtin-remote: Make "remote -v" display push urlsMichael J Gruber2009-06-131-5/+26
| * | builtin-remote: Show push urls as wellMichael J Gruber2009-06-131-5/+15
* | | Merge branch 'cb/match_refs_internal_tail'Junio C Hamano2009-06-131-5/+2
|\ \ \ | |/ / |/| |
| * | match_refs: search ref list tail internallyClemens Buchacher2009-06-011-5/+2
* | | Merge branch 'maint'Junio C Hamano2009-06-091-3/+6
|\ \ \ | | |/ | |/|
| * | builtin-remote: Make "remote show" display all urlsMichael J Gruber2009-06-081-3/+6
| |/
* | Merge branch 'sb/opt-filename'Junio C Hamano2009-05-311-6/+10
|\ \ | |/ |/|
| * parse-opts: prepare for OPT_FILENAMEStephen Boyd2009-05-251-6/+10
* | fix segfault showing an empty remoteClemens Buchacher2009-05-271-4/+4
|/
* replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-2/+2
* builtin-remote: fix typo in option descriptionMike Ralphson2009-04-201-1/+1
* git remote update: Fallback to remote if group does not existFinn Arne Gangstad2009-04-071-2/+8
* git remote update: Report error for non-existing groupsFinn Arne Gangstad2009-04-071-3/+8
* git remote update: New option --pruneFinn Arne Gangstad2009-04-051-4/+16
* builtin-remote.c: Split out prune_remote as a separate function.Finn Arne Gangstad2009-04-051-26/+30
* Merge branch 'js/remote-improvements'Junio C Hamano2009-03-281-1/+16
|\
| * remote: improve sorting of "configure for git push" listJeff King2009-03-221-1/+16
* | Merge branch 'xx/db-refspec-vs-js-remote'Junio C Hamano2009-03-201-11/+3
|\ \
| * \ Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano2009-03-081-97/+455
| |\ \ | | |/
* | | Merge branch 'js/remote-improvements'Junio C Hamano2009-03-171-97/+463
|\ \ \ | | |/ | |/|
| * | builtin-remote.c: no "commented out" code, pleaseJunio C Hamano2009-03-081-1/+0
| * | builtin-remote: new show output style for push refspecsJay Soffian2009-02-271-16/+185
| * | builtin-remote: new show output styleJay Soffian2009-02-271-44/+138
| * | builtin-remote: add set-head subcommandJay Soffian2009-02-271-0/+62
| * | builtin-remote: teach show to display remote HEADJay Soffian2009-02-271-5/+49
| * | builtin-remote: fix two inconsistencies in the output of "show <remote>"Jay Soffian2009-02-271-5/+10
| * | builtin-remote: make get_remote_ref_states() always populate states.trackedJay Soffian2009-02-271-17/+16
| * | builtin-remote: rename variables and eliminate redundant function callJay Soffian2009-02-271-12/+12
| * | builtin-remote: remove unused code in get_ref_statesJay Soffian2009-02-271-10/+3