summaryrefslogtreecommitdiff
path: root/builtin-remote.c
AgeCommit message (Expand)Author
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
2008-04-25remote: create fetch config lines with '+'Jeff King
2008-04-21Add a remote.*.mirror configuration optionPaolo Bonzini
2008-04-20Merge branch 'jk/remote-default-show'Junio C Hamano
2008-04-18git-remote: reject adding remotes with invalid namesJonas Fonseca
2008-04-10git-remote: show all remotes with "git remote show"Jeff King
2008-03-24builtin-remote: Fix missing newline at end of listing of pushed branchesJohannes Sixt
2008-03-20remote show: do not show symbolic refsJohannes Schindelin
2008-03-12"remote update": print remote name being fetched fromSamuel Tardieu
2008-03-09builtin remote rm: remove symbolic refs, tooJohannes Schindelin
2008-03-05remote: fix "update [group...]"Johannes Schindelin
2008-03-02remote show: Clean up connection correctly if object fetch wasn't doneJohannes Schindelin
2008-03-01builtin-remote: prune remotes correctly that were added with --mirrorJohannes Schindelin
2008-03-01Make git-remote a builtinJohannes Schindelin