summaryrefslogtreecommitdiff
path: root/builtin-remote.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-27builtin-remote: refactor duplicated cleanup codeLibravatar Jay Soffian1-8/+9
2009-02-10remote prune: warn dangling symrefsLibravatar Junio C Hamano1-0/+6
2009-02-05Merge branch 'js/maint-remote-remove-mirror'Libravatar Junio C Hamano1-7/+32
2009-02-04builtin-remote: make rm operation safer in mirrored repositoryLibravatar Jay Soffian1-2/+27
2009-02-03builtin-remote: make rm() use properly named variable to hold return valueLibravatar Jay Soffian1-5/+5
2008-11-18git-remote: add verbose mode to git remote updateLibravatar Cheng Renquan1-2/+6
2008-11-17builtin-remote.c: plug a small memory leak in get_one_remote_for_updates()Libravatar Junio C Hamano1-1/+1
2008-11-17git-remote: match usage string with the manual pagesLibravatar Cheng Renquan1-4/+4
2008-11-12Merge branch 'mv/remote-rename'Libravatar Junio C Hamano1-0/+188
2008-11-11git-remote rename: migrate from remotes/ and branches/Libravatar Miklos Vajna1-0/+35
2008-11-11Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2008-11-11Fix non-literal format in printf-style callsLibravatar Daniel Lowe1-1/+1
2008-11-05Implement git remote renameLibravatar Miklos Vajna1-0/+153
2008-11-05Merge branch 'mv/maint-branch-m-symref'Libravatar Junio C Hamano1-2/+2
2008-10-26Fix git branch -m for symrefs.Libravatar Miklos Vajna1-2/+2
2008-10-22git-remote: list branches in vertical listsLibravatar Johannes Sixt1-6/+5
2008-10-12Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerLibravatar Brandon Casey1-6/+2
2008-09-29Merge branch 'mg/maint-remote-fix' into maintLibravatar Shawn O. Pearce1-8/+15
2008-09-22git-remote: do not use user input in a printf format stringLibravatar Johannes Sixt1-10/+8
2008-09-22make "git remote" report multiple URLsLibravatar Michael J Gruber1-8/+15
2008-08-02clone: Add an option to set up a mirrorLibravatar Johannes Schindelin1-1/+1
2008-07-21Rename path_list to string_listLibravatar Johannes Schindelin1-62/+62
2008-07-17builtin-remote.c: fix earlier "skip_prefix()" conversionLibravatar Junio C Hamano1-32/+19
2008-06-30Move parse-options's skip_prefix() to git-compat-util.hLibravatar Miklos Vajna1-13/+26
2008-06-11"remote prune": be quiet when there is nothing to pruneLibravatar Junio C Hamano1-2/+3
2008-06-10remote show: list tracked remote branches with -nLibravatar Olivier Marin1-2/+20
2008-06-10remote prune: print the list of pruned branchesLibravatar Olivier Marin1-4/+16
2008-06-10builtin-remote: split show_or_prune() in two separate functionsLibravatar Olivier Marin1-34/+67
2008-06-10remote show: fix the -n optionLibravatar Olivier Marin1-21/+23
2008-05-31Make "git-remote rm" delete refs acccording to fetch specsLibravatar Shawn O. Pearce1-14/+54
2008-05-31Make "git-remote prune" delete refs according to fetch specsLibravatar Shawn O. Pearce1-19/+2
2008-05-31Remove unused remote_prefix member in builtin-remoteLibravatar Shawn O. Pearce1-3/+0
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-4/+4
2008-05-05Merge branch 'pb/remote-mirror-config'Libravatar Junio C Hamano1-0/+7
2008-04-24Merge branch 'maint'Libravatar Junio C Hamano1-0/+1
2008-04-24remote: create fetch config lines with '+'Libravatar Jeff King1-0/+1
2008-04-20Add a remote.*.mirror configuration optionLibravatar Paolo Bonzini1-0/+7