summaryrefslogtreecommitdiffstats
path: root/builtin-remote.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* git-remote: list branches in vertical listsJohannes Sixt2008-10-231-6/+5
* Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-121-6/+2
* Merge branch 'mg/maint-remote-fix' into maintShawn O. Pearce2008-09-291-8/+15
|\
| * make "git remote" report multiple URLsMichael J Gruber2008-09-221-8/+15
* | git-remote: do not use user input in a printf format stringJohannes Sixt2008-09-221-10/+8
|/
* clone: Add an option to set up a mirrorJohannes Schindelin2008-08-031-1/+1
* Rename path_list to string_listJohannes Schindelin2008-07-221-62/+62
* builtin-remote.c: fix earlier "skip_prefix()" conversionJunio C Hamano2008-07-181-32/+19
* Move parse-options's skip_prefix() to git-compat-util.hMiklos Vajna2008-07-011-13/+26
* "remote prune": be quiet when there is nothing to pruneJunio C Hamano2008-06-121-2/+3
* remote show: list tracked remote branches with -nOlivier Marin2008-06-111-2/+20
* remote prune: print the list of pruned branchesOlivier Marin2008-06-111-4/+16
* builtin-remote: split show_or_prune() in two separate functionsOlivier Marin2008-06-111-34/+67
* remote show: fix the -n optionOlivier Marin2008-06-111-21/+23
* Make "git-remote rm" delete refs acccording to fetch specsShawn O. Pearce2008-06-011-14/+54
* Make "git-remote prune" delete refs according to fetch specsShawn O. Pearce2008-06-011-19/+2
* Remove unused remote_prefix member in builtin-remoteShawn O. Pearce2008-06-011-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-061-0/+7
|\
| * Add a remote.*.mirror configuration optionPaolo Bonzini2008-04-211-0/+7
* | Merge branch 'maint'Junio C Hamano2008-04-251-0/+1
|\ \ | |/ |/|
| * remote: create fetch config lines with '+'Jeff King2008-04-251-0/+1
* | Merge branch 'jk/remote-default-show'Junio C Hamano2008-04-201-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-191-3/+7
|/
* builtin-remote: Fix missing newline at end of listing of pushed branchesJohannes Sixt2008-03-241-0/+1
* remote show: do not show symbolic refsJohannes Schindelin2008-03-201-1/+4
* "remote update": print remote name being fetched fromSamuel Tardieu2008-03-121-0/+1
* builtin remote rm: remove symbolic refs, tooJohannes Schindelin2008-03-091-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-031-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