summaryrefslogtreecommitdiff
path: root/builtin-remote.c
Commit message (Expand)AuthorAgeFilesLines
* "remote prune": be quiet when there is nothing to pruneJunio C Hamano2008-06-111-2/+3
* remote show: list tracked remote branches with -nOlivier Marin2008-06-101-2/+20
* remote prune: print the list of pruned branchesOlivier Marin2008-06-101-4/+16
* builtin-remote: split show_or_prune() in two separate functionsOlivier Marin2008-06-101-34/+67
* remote show: fix the -n optionOlivier Marin2008-06-101-21/+23
* Make "git-remote rm" delete refs acccording to fetch specsShawn O. Pearce2008-05-311-14/+54
* Make "git-remote prune" delete refs according to fetch specsShawn O. Pearce2008-05-311-19/+2
* Remove unused remote_prefix member in builtin-remoteShawn O. Pearce2008-05-311-3/+0
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-4/+4
* Merge branch 'pb/remote-mirror-config'Junio C Hamano2008-05-051-0/+7
|\
| * Add a remote.*.mirror configuration optionPaolo Bonzini2008-04-201-0/+7
* | Merge branch 'maint'Junio C Hamano2008-04-241-0/+1
|\ \ | |/ |/|
| * remote: create fetch config lines with '+'Jeff King2008-04-241-0/+1
* | Merge branch 'jk/remote-default-show'Junio C Hamano2008-04-191-1/+6
|\ \ | |/ |/|
| * git-remote: show all remotes with "git remote show"Jeff King2008-04-101-1/+6
* | git-remote: reject adding remotes with invalid namesJonas Fonseca2008-04-181-3/+7
|/
* builtin-remote: Fix missing newline at end of listing of pushed branchesJohannes Sixt2008-03-231-0/+1
* remote show: do not show symbolic refsJohannes Schindelin2008-03-191-1/+4
* "remote update": print remote name being fetched fromSamuel Tardieu2008-03-111-0/+1
* builtin remote rm: remove symbolic refs, tooJohannes Schindelin2008-03-081-0/+5
* remote: fix "update [group...]"Johannes Schindelin2008-03-051-9/+50
* remote show: Clean up connection correctly if object fetch wasn't doneJohannes Schindelin2008-03-021-0/+1
* builtin-remote: prune remotes correctly that were added with --mirrorJohannes Schindelin2008-03-011-3/+13
* Make git-remote a builtinJohannes Schindelin2008-03-011-0/+547