summaryrefslogtreecommitdiff
path: root/builtin-remote.c
Commit message (Expand)AuthorAgeFilesLines
* replace direct calls to unlink(2) with unlink_or_warnAlex Riesen2009-04-291-2/+2
* builtin-remote: fix typo in option descriptionMike Ralphson2009-04-201-1/+1
* git remote update: Fallback to remote if group does not existFinn Arne Gangstad2009-04-071-2/+8
* git remote update: Report error for non-existing groupsFinn Arne Gangstad2009-04-071-3/+8
* git remote update: New option --pruneFinn Arne Gangstad2009-04-051-4/+16
* builtin-remote.c: Split out prune_remote as a separate function.Finn Arne Gangstad2009-04-051-26/+30
* Merge branch 'js/remote-improvements'Junio C Hamano2009-03-281-1/+16
|\
| * remote: improve sorting of "configure for git push" listJeff King2009-03-221-1/+16
* | Merge branch 'xx/db-refspec-vs-js-remote'Junio C Hamano2009-03-201-11/+3
|\ \
| * \ Adjust js/remote-improvements and db/refspec-wildcard-in-the-middleJunio C Hamano2009-03-081-97/+455
| |\ \ | | |/
* | | Merge branch 'js/remote-improvements'Junio C Hamano2009-03-171-97/+463
|\ \ \ | | |/ | |/|
| * | builtin-remote.c: no "commented out" code, pleaseJunio C Hamano2009-03-081-1/+0
| * | builtin-remote: new show output style for push refspecsJay Soffian2009-02-271-16/+185
| * | builtin-remote: new show output styleJay Soffian2009-02-271-44/+138
| * | builtin-remote: add set-head subcommandJay Soffian2009-02-271-0/+62
| * | builtin-remote: teach show to display remote HEADJay Soffian2009-02-271-5/+49
| * | builtin-remote: fix two inconsistencies in the output of "show <remote>"Jay Soffian2009-02-271-5/+10
| * | builtin-remote: make get_remote_ref_states() always populate states.trackedJay Soffian2009-02-271-17/+16
| * | builtin-remote: rename variables and eliminate redundant function callJay Soffian2009-02-271-12/+12
| * | builtin-remote: remove unused code in get_ref_statesJay Soffian2009-02-271-10/+3
| * | builtin-remote: refactor duplicated cleanup codeJay Soffian2009-02-271-8/+9
| |/
* | Remove unused function scope local variablesBenjamin Kramer2009-03-071-2/+1
|/
* remote prune: warn dangling symrefsJunio C Hamano2009-02-101-0/+6
* Merge branch 'js/maint-remote-remove-mirror'Junio C Hamano2009-02-051-7/+32
|\
| * builtin-remote: make rm operation safer in mirrored repositoryJay Soffian2009-02-041-2/+27
| * builtin-remote: make rm() use properly named variable to hold return valueJay Soffian2009-02-031-5/+5
* | git-remote: add verbose mode to git remote updateCheng Renquan2008-11-181-2/+6
* | builtin-remote.c: plug a small memory leak in get_one_remote_for_updates()Junio C Hamano2008-11-171-1/+1
* | git-remote: match usage string with the manual pagesCheng Renquan2008-11-171-4/+4
* | Merge branch 'mv/remote-rename'Junio C Hamano2008-11-121-0/+188
|\ \
| * | git-remote rename: migrate from remotes/ and branches/Miklos Vajna2008-11-111-0/+35
| * | Implement git remote renameMiklos Vajna2008-11-051-0/+153
* | | Merge branch 'maint'Junio C Hamano2008-11-111-1/+1
|\ \ \ | |/ / |/| / | |/
| * Fix non-literal format in printf-style callsDaniel Lowe2008-11-111-1/+1
* | Merge branch 'mv/maint-branch-m-symref'Junio C Hamano2008-11-051-2/+2
|\ \ | |/
| * Fix git branch -m for symrefs.Miklos Vajna2008-10-261-2/+2
* | git-remote: list branches in vertical listsJohannes Sixt2008-10-221-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-021-1/+1
* Rename path_list to string_listJohannes Schindelin2008-07-211-62/+62
* builtin-remote.c: fix earlier "skip_prefix()" conversionJunio C Hamano2008-07-171-32/+19
* Move parse-options's skip_prefix() to git-compat-util.hMiklos Vajna2008-06-301-13/+26
* "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