summaryrefslogtreecommitdiff
path: root/builtin-remote.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-12Merge branch 'js/maint-1.6.1-remote-remove-mirror' into maint-1.6.1Libravatar 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
2008-04-19Merge branch 'jk/remote-default-show'Libravatar Junio C Hamano1-1/+6
2008-04-18git-remote: reject adding remotes with invalid namesLibravatar Jonas Fonseca1-3/+7
2008-04-10git-remote: show all remotes with "git remote show"Libravatar Jeff King1-1/+6
2008-03-23builtin-remote: Fix missing newline at end of listing of pushed branchesLibravatar Johannes Sixt1-0/+1
2008-03-19remote show: do not show symbolic refsLibravatar Johannes Schindelin1-1/+4
2008-03-11"remote update": print remote name being fetched fromLibravatar Samuel Tardieu1-0/+1
2008-03-08builtin remote rm: remove symbolic refs, tooLibravatar Johannes Schindelin1-0/+5
2008-03-05remote: fix "update [group...]"Libravatar Johannes Schindelin1-9/+50
2008-03-02remote show: Clean up connection correctly if object fetch wasn't doneLibravatar Johannes Schindelin1-0/+1
2008-03-01builtin-remote: prune remotes correctly that were added with --mirrorLibravatar Johannes Schindelin1-3/+13
2008-03-01Make git-remote a builtinLibravatar Johannes Schindelin1-0/+547