summaryrefslogtreecommitdiff
path: root/builtin-remote.c
AgeCommit message (Expand)Author
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
2008-11-05Merge branch 'mv/maint-branch-m-symref'Junio C Hamano
2008-10-26Fix git branch -m for symrefs.Miklos Vajna
2008-10-23git-remote: list branches in vertical listsJohannes Sixt
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey
2008-09-29Merge branch 'mg/maint-remote-fix' into maintShawn O. Pearce
2008-09-22git-remote: do not use user input in a printf format stringJohannes Sixt
2008-09-22make "git remote" report multiple URLsMichael J Gruber
2008-08-02clone: Add an option to set up a mirrorJohannes Schindelin
2008-07-22Rename path_list to string_listJohannes Schindelin
2008-07-18builtin-remote.c: fix earlier "skip_prefix()" conversionJunio C Hamano
2008-07-01Move parse-options's skip_prefix() to git-compat-util.hMiklos Vajna
2008-06-12"remote prune": be quiet when there is nothing to pruneJunio C Hamano
2008-06-11remote show: list tracked remote branches with -nOlivier Marin
2008-06-11remote prune: print the list of pruned branchesOlivier Marin
2008-06-11builtin-remote: split show_or_prune() in two separate functionsOlivier Marin
2008-06-11remote show: fix the -n optionOlivier Marin
2008-06-01Make "git-remote rm" delete refs acccording to fetch specsShawn O. Pearce
2008-06-01Make "git-remote prune" delete refs according to fetch specsShawn O. Pearce
2008-06-01Remove unused remote_prefix member in builtin-remoteShawn O. Pearce
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-06Merge branch 'pb/remote-mirror-config'Junio C Hamano
2008-04-25Merge branch 'maint'Junio C Hamano