summaryrefslogtreecommitdiff
path: root/builtin-remote.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-18Add git remote set-urlLibravatar Ilari Liusvaara1-0/+98
2010-01-10Merge branch 'bg/maint-remote-update-default'Libravatar Junio C Hamano1-6/+4
2009-12-31Fix "git remote update" with remotes.defalt setLibravatar Björn Gustavsson1-6/+4
2009-12-01get_ref_states: strdup entries and free util in stale listLibravatar Bert Wesarg1-2/+4
2009-11-23Merge branch 'bg/fetch-multi'Libravatar Junio C Hamano1-85/+37
2009-11-22Merge branch 'th/maint-remote-update-help-string'Libravatar Junio C Hamano1-1/+1
2009-11-22Merge branch 'th/remote-usage'Libravatar Junio C Hamano1-18/+48
2009-11-20git remote: Separate usage strings for subcommandsLibravatar Tim Henigan1-18/+48
2009-11-15Update 'git remote update' usage string to match man page.Libravatar Tim Henigan1-1/+1
2009-11-10Re-implement 'git remote update' using 'git fetch'Libravatar Björn Gustavsson1-60/+28
2009-11-10teach warn_dangling_symref to take a FILE argumentLibravatar Jay Soffian1-1/+1
2009-11-10remote: refactor some logic into get_stale_heads()Libravatar Jay Soffian1-24/+8
2009-10-24Use 'fast-forward' all over the placeLibravatar Felipe Contreras1-1/+1
2009-08-31Style fixes, add a space after if/for/while.Libravatar Brian Gianforcaro1-2/+2
2009-07-01Merge branch 'cf/maint-remote-uploadpack-useconfig-fix'Libravatar Junio C Hamano1-1/+1
2009-06-25git-remote: fix missing .uploadpack usage for show commandLibravatar Chris Frey1-1/+1
2009-06-23builtin-remote: (get_one_entry): use strbufLibravatar Bert Wesarg1-9/+7
2009-06-20Fix various sparse warnings in the git source codeLibravatar Linus Torvalds1-8/+8
2009-06-20Merge branch 'mg/pushurl'Libravatar Junio C Hamano1-10/+41
2009-06-14avoid NULL dereference on failed mallocLibravatar Jim Meyering1-2/+2
2009-06-13Merge branch 'cb/match_refs_internal_tail'Libravatar Junio C Hamano1-5/+2
2009-06-13builtin-remote: Make "remote -v" display push urlsLibravatar Michael J Gruber1-5/+26
2009-06-13builtin-remote: Show push urls as wellLibravatar Michael J Gruber1-5/+15
2009-06-09Merge branch 'maint'Libravatar Junio C Hamano1-3/+6
2009-06-08builtin-remote: Make "remote show" display all urlsLibravatar Michael J Gruber1-3/+6
2009-06-01match_refs: search ref list tail internallyLibravatar Clemens Buchacher1-5/+2
2009-05-31Merge branch 'sb/opt-filename'Libravatar Junio C Hamano1-6/+10
2009-05-27fix segfault showing an empty remoteLibravatar Clemens Buchacher1-4/+4
2009-05-25parse-opts: prepare for OPT_FILENAMELibravatar Stephen Boyd1-6/+10
2009-04-29replace direct calls to unlink(2) with unlink_or_warnLibravatar Alex Riesen1-2/+2
2009-04-20builtin-remote: fix typo in option descriptionLibravatar Mike Ralphson1-1/+1
2009-04-07git remote update: Fallback to remote if group does not existLibravatar Finn Arne Gangstad1-2/+8
2009-04-07git remote update: Report error for non-existing groupsLibravatar Finn Arne Gangstad1-3/+8
2009-04-05git remote update: New option --pruneLibravatar Finn Arne Gangstad1-4/+16
2009-04-05builtin-remote.c: Split out prune_remote as a separate function.Libravatar Finn Arne Gangstad1-26/+30
2009-03-28Merge branch 'js/remote-improvements'Libravatar Junio C Hamano1-1/+16
2009-03-22remote: improve sorting of "configure for git push" listLibravatar Jeff King1-1/+16
2009-03-20Merge branch 'xx/db-refspec-vs-js-remote'Libravatar Junio C Hamano1-11/+3
2009-03-17Merge branch 'js/remote-improvements'Libravatar Junio C Hamano1-97/+463
2009-03-08Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleLibravatar Junio C Hamano1-97/+455
2009-03-08builtin-remote.c: no "commented out" code, pleaseLibravatar Junio C Hamano1-1/+0
2009-03-07Remove unused function scope local variablesLibravatar Benjamin Kramer1-2/+1
2009-02-27builtin-remote: new show output style for push refspecsLibravatar Jay Soffian1-16/+185
2009-02-27builtin-remote: new show output styleLibravatar Jay Soffian1-44/+138
2009-02-27builtin-remote: add set-head subcommandLibravatar Jay Soffian1-0/+62
2009-02-27builtin-remote: teach show to display remote HEADLibravatar Jay Soffian1-5/+49
2009-02-27builtin-remote: fix two inconsistencies in the output of "show <remote>"Libravatar Jay Soffian1-5/+10
2009-02-27builtin-remote: make get_remote_ref_states() always populate states.trackedLibravatar Jay Soffian1-17/+16
2009-02-27builtin-remote: rename variables and eliminate redundant function callLibravatar Jay Soffian1-12/+12
2009-02-27builtin-remote: remove unused code in get_ref_statesLibravatar Jay Soffian1-10/+3