aboutsummaryrefslogtreecommitdiff
path: root/builtin-remote.c
Commit message (Expand)AuthorAge
* git-remote: add verbose mode to git remote updateCheng Renquan2008-11-18
* builtin-remote.c: plug a small memory leak in get_one_remote_for_updates()Junio C Hamano2008-11-17
* git-remote: match usage string with the manual pagesCheng Renquan2008-11-17
* Merge branch 'mv/remote-rename'Junio C Hamano2008-11-12
|\
| * git-remote rename: migrate from remotes/ and branches/Miklos Vajna2008-11-11
| * Implement git remote renameMiklos Vajna2008-11-05
* | Merge branch 'maint'Junio C Hamano2008-11-11
|\ \ | |/ |/|
| * Fix non-literal format in printf-style callsDaniel Lowe2008-11-11
* | Merge branch 'mv/maint-branch-m-symref'Junio C Hamano2008-11-05
|\ \ | |/
| * Fix git branch -m for symrefs.Miklos Vajna2008-10-26
* | git-remote: list branches in vertical listsJohannes Sixt2008-10-22
* | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
|/
* Merge branch 'mg/maint-remote-fix' into maintShawn O. Pearce2008-09-29
|\
| * make "git remote" report multiple URLsMichael J Gruber2008-09-22
* | git-remote: do not use user input in a printf format stringJohannes Sixt2008-09-22
|/
* clone: Add an option to set up a mirrorJohannes Schindelin2008-08-02
* Rename path_list to string_listJohannes Schindelin2008-07-21
* builtin-remote.c: fix earlier "skip_prefix()" conversionJunio C Hamano2008-07-17
* Move parse-options's skip_prefix() to git-compat-util.hMiklos Vajna2008-06-30
* "remote prune": be quiet when there is nothing to pruneJunio C Hamano2008-06-11
* remote show: list tracked remote branches with -nOlivier Marin2008-06-10
* remote prune: print the list of pruned branchesOlivier Marin2008-06-10
* builtin-remote: split show_or_prune() in two separate functionsOlivier Marin2008-06-10
* remote show: fix the -n optionOlivier Marin2008-06-10
* Make "git-remote rm" delete refs acccording to fetch specsShawn O. Pearce2008-05-31
* Make "git-remote prune" delete refs according to fetch specsShawn O. Pearce2008-05-31
* Remove unused remote_prefix member in builtin-remoteShawn O. Pearce2008-05-31
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* Merge branch 'pb/remote-mirror-config'Junio C Hamano2008-05-05
|\
| * Add a remote.*.mirror configuration optionPaolo Bonzini2008-04-20
* | Merge branch 'maint'Junio C Hamano2008-04-24
|\ \ | |/ |/|
| * remote: create fetch config lines with '+'Jeff King2008-04-24
* | Merge branch 'jk/remote-default-show'Junio C Hamano2008-04-19
|\ \ | |/ |/|
| * git-remote: show all remotes with "git remote show"Jeff King2008-04-10
* | git-remote: reject adding remotes with invalid namesJonas Fonseca2008-04-18
|/
* builtin-remote: Fix missing newline at end of listing of pushed branchesJohannes Sixt2008-03-23
* remote show: do not show symbolic refsJohannes Schindelin2008-03-19
* "remote update": print remote name being fetched fromSamuel Tardieu2008-03-11
* builtin remote rm: remove symbolic refs, tooJohannes Schindelin2008-03-08
* remote: fix "update [group...]"Johannes Schindelin2008-03-05
* remote show: Clean up connection correctly if object fetch wasn't doneJohannes Schindelin2008-03-02
* builtin-remote: prune remotes correctly that were added with --mirrorJohannes Schindelin2008-03-01
* Make git-remote a builtinJohannes Schindelin2008-03-01