summaryrefslogtreecommitdiff
path: root/builtin-remote.c
AgeCommit message (Expand)Author
2010-01-20Merge branch 'bg/maint-remote-update-default' into maintJunio C Hamano
2009-12-31Fix "git remote update" with remotes.defalt setBjörn Gustavsson
2009-12-01get_ref_states: strdup entries and free util in stale listBert Wesarg
2009-11-23Merge branch 'bg/fetch-multi'Junio C Hamano
2009-11-23Merge branch 'th/maint-remote-update-help-string'Junio C Hamano
2009-11-23Merge branch 'th/remote-usage'Junio C Hamano
2009-11-21git remote: Separate usage strings for subcommandsTim Henigan
2009-11-15Update 'git remote update' usage string to match man page.Tim Henigan
2009-11-10Re-implement 'git remote update' using 'git fetch'Björn Gustavsson
2009-11-10teach warn_dangling_symref to take a FILE argumentJay Soffian
2009-11-10remote: refactor some logic into get_stale_heads()Jay Soffian
2009-10-25Use 'fast-forward' all over the placeFelipe Contreras
2009-09-01Style fixes, add a space after if/for/while.Brian Gianforcaro
2009-07-02Merge branch 'cf/maint-remote-uploadpack-useconfig-fix'Junio C Hamano
2009-06-25git-remote: fix missing .uploadpack usage for show commandChris Frey
2009-06-23builtin-remote: (get_one_entry): use strbufBert Wesarg
2009-06-21Fix various sparse warnings in the git source codeLinus Torvalds
2009-06-21Merge branch 'mg/pushurl'Junio C Hamano
2009-06-14avoid NULL dereference on failed mallocJim Meyering
2009-06-13Merge branch 'cb/match_refs_internal_tail'Junio C Hamano
2009-06-13builtin-remote: Make "remote -v" display push urlsMichael J Gruber
2009-06-13builtin-remote: Show push urls as wellMichael J Gruber
2009-06-09Merge branch 'maint'Junio C Hamano
2009-06-08builtin-remote: Make "remote show" display all urlsMichael J Gruber
2009-06-02match_refs: search ref list tail internallyClemens Buchacher
2009-05-31Merge branch 'sb/opt-filename'Junio C Hamano
2009-05-28fix segfault showing an empty remoteClemens Buchacher
2009-05-25parse-opts: prepare for OPT_FILENAMEStephen Boyd
2009-04-30replace direct calls to unlink(2) with unlink_or_warnAlex Riesen
2009-04-20builtin-remote: fix typo in option descriptionMike Ralphson
2009-04-08git remote update: Fallback to remote if group does not existFinn Arne Gangstad
2009-04-08git remote update: Report error for non-existing groupsFinn Arne Gangstad
2009-04-05git remote update: New option --pruneFinn Arne Gangstad
2009-04-05builtin-remote.c: Split out prune_remote as a separate function.Finn Arne Gangstad
2009-03-28Merge branch 'js/remote-improvements'Junio C Hamano
2009-03-22remote: improve sorting of "configure for git push" listJeff King
2009-03-20Merge branch 'xx/db-refspec-vs-js-remote'Junio C Hamano
2009-03-18Merge branch 'js/remote-improvements'Junio C Hamano
2009-03-08Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano
2009-03-08builtin-remote.c: no "commented out" code, pleaseJunio C Hamano
2009-03-08Remove unused function scope local variablesBenjamin Kramer
2009-02-27builtin-remote: new show output style for push refspecsJay Soffian
2009-02-27builtin-remote: new show output styleJay Soffian
2009-02-27builtin-remote: add set-head subcommandJay Soffian
2009-02-27builtin-remote: teach show to display remote HEADJay Soffian
2009-02-27builtin-remote: fix two inconsistencies in the output of "show <remote>"Jay Soffian
2009-02-27builtin-remote: make get_remote_ref_states() always populate states.trackedJay Soffian
2009-02-27builtin-remote: rename variables and eliminate redundant function callJay Soffian
2009-02-27builtin-remote: remove unused code in get_ref_statesJay Soffian
2009-02-27builtin-remote: refactor duplicated cleanup codeJay Soffian