summaryrefslogtreecommitdiff
path: root/builtin-remote.c
AgeCommit message (Expand)Author
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
2009-02-11remote prune: warn dangling symrefsJunio C Hamano
2009-02-06Merge branch 'js/maint-remote-remove-mirror'Junio C Hamano
2009-02-04builtin-remote: make rm operation safer in mirrored repositoryJay Soffian
2009-02-04builtin-remote: make rm() use properly named variable to hold return valueJay Soffian
2008-11-18git-remote: add verbose mode to git remote updateCheng Renquan
2008-11-17builtin-remote.c: plug a small memory leak in get_one_remote_for_updates()Junio C Hamano
2008-11-17git-remote: match usage string with the manual pagesCheng Renquan
2008-11-13Merge branch 'mv/remote-rename'Junio C Hamano
2008-11-12git-remote rename: migrate from remotes/ and branches/Miklos Vajna
2008-11-11Merge branch 'maint'Junio C Hamano
2008-11-11Fix non-literal format in printf-style callsDaniel Lowe
2008-11-05Implement git remote renameMiklos Vajna