index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t5505-remote.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'xx/trivial' into maint
Junio C Hamano
2010-09-06
1
-1
/
+1
|
\
|
*
t5505: add missing &&
Jens Lehmann
2010-09-06
1
-1
/
+1
|
*
Merge branch 'bg/maint-remote-update-default' into maint
Junio C Hamano
2010-01-20
1
-0
/
+14
|
|
\
*
|
\
Merge branch 'jn/remote-set-branches'
Junio C Hamano
2010-06-18
1
-0
/
+88
|
\
\
\
|
*
|
|
Add git remote set-branches
Jonathan Nieder
2010-05-20
1
-0
/
+88
*
|
|
|
remote add: add a --[no-]tags option
Samuel Tardieu
2010-04-20
1
-0
/
+63
|
/
/
/
*
|
|
Merge branch 'bc/t5505-fix'
Junio C Hamano
2010-04-03
1
-41
/
+6
|
\
\
\
|
*
|
|
t/t5505-remote.sh: escape * to prevent interpretation by shell as glob
Brandon Casey
2010-03-20
1
-1
/
+1
|
*
|
|
t5505: add missing &&
Brandon Casey
2010-03-20
1
-1
/
+1
|
*
|
|
t5505: remove unnecessary subshell invocations
Brandon Casey
2010-03-20
1
-39
/
+4
*
|
|
|
Merge branch 'jc/maint-refs-dangling'
Junio C Hamano
2010-03-25
1
-3
/
+3
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
refs: ref entry with NULL sha1 is can be a dangling symref
Junio C Hamano
2010-03-16
1
-3
/
+3
*
|
|
|
Add git remote set-url
Ilari Liusvaara
2010-01-19
1
-1
/
+215
*
|
|
|
Merge branch 'bg/maint-remote-update-default'
Junio C Hamano
2010-01-10
1
-0
/
+14
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
/
|
|
|
/
|
|
/
|
|
*
|
Fix "git remote update" with remotes.defalt set
Björn Gustavsson
2009-12-31
1
-0
/
+14
*
|
|
Merge branch 'bg/fetch-multi'
Junio C Hamano
2009-11-23
1
-0
/
+11
|
\
|
|
|
*
|
Add missing test for 'git remote update --prune'
Björn Gustavsson
2009-11-10
1
-0
/
+11
*
|
|
Use 'fast-forward' all over the place
Felipe Contreras
2009-10-25
1
-1
/
+1
|
/
/
*
/
builtin-remote: Show push urls as well
Michael J Gruber
2009-06-13
1
-3
/
+7
|
/
*
fix segfault showing an empty remote
Clemens Buchacher
2009-05-28
1
-0
/
+10
*
builtin-remote: new show output style for push refspecs
Jay Soffian
2009-02-28
1
-8
/
+22
*
builtin-remote: new show output style
Jay Soffian
2009-02-28
1
-17
/
+21
*
builtin-remote: add set-head subcommand
Jay Soffian
2009-02-28
1
-0
/
+40
*
builtin-remote: teach show to display remote HEAD
Jay Soffian
2009-02-28
1
-2
/
+10
*
builtin-remote: fix two inconsistencies in the output of "show <remote>"
Jay Soffian
2009-02-28
1
-1
/
+1
*
Warn use of "origin" when remotes/origin/HEAD is dangling
Junio C Hamano
2009-02-11
1
-0
/
+6
*
remote prune: warn dangling symrefs
Junio C Hamano
2009-02-11
1
-0
/
+21
*
Merge branch 'js/maint-remote-remove-mirror'
Junio C Hamano
2009-02-06
1
-0
/
+26
|
\
|
*
builtin-remote: make rm operation safer in mirrored repository
Jay Soffian
2009-02-04
1
-0
/
+26
*
|
git-remote rename: migrate from remotes/ and branches/
Miklos Vajna
2008-11-12
1
-0
/
+33
*
|
Implement git remote rename
Miklos Vajna
2008-11-05
1
-0
/
+15
*
|
git-remote: list branches in vertical lists
Johannes Sixt
2008-10-23
1
-5
/
+9
|
/
*
Fix fetch/pull when run without --update-head-ok
Johannes Schindelin
2008-10-13
1
-1
/
+1
*
Bring local clone's origin URL in line with that of a remote clone
Johan Herland
2008-09-02
1
-3
/
+3
*
t/: Use "test_must_fail git" instead of "! git"
Stephan Beyer
2008-07-13
1
-7
/
+7
*
remote show: list tracked remote branches with -n
Olivier Marin
2008-06-11
1
-0
/
+2
*
remote prune: print the list of pruned branches
Olivier Marin
2008-06-11
1
-0
/
+18
*
remote show: fix the -n option
Olivier Marin
2008-06-11
1
-0
/
+17
*
Make "git-remote prune" delete refs according to fetch specs
Shawn O. Pearce
2008-06-01
1
-0
/
+18
*
tests: do not use implicit "git diff --no-index"
Junio C Hamano
2008-05-24
1
-5
/
+5
*
remote: create fetch config lines with '+'
Jeff King
2008-04-25
1
-0
/
+10
*
git-remote: reject adding remotes with invalid names
Jonas Fonseca
2008-04-19
1
-0
/
+6
*
builtin-remote: Fix missing newline at end of listing of pushed branches
Johannes Sixt
2008-03-24
1
-0
/
+6
*
remote show: do not show symbolic refs
Johannes Schindelin
2008-03-20
1
-0
/
+10
*
add test_cmp function for test scripts
Jeff King
2008-03-13
1
-3
/
+3
*
builtin remote rm: remove symbolic refs, too
Johannes Schindelin
2008-03-09
1
-0
/
+1
*
remote: fix "update [group...]"
Johannes Schindelin
2008-03-05
1
-0
/
+92
*
builtin-remote: prune remotes correctly that were added with --mirror
Johannes Schindelin
2008-03-01
1
-0
/
+16
*
Make git-remote a builtin
Johannes Schindelin
2008-03-01
1
-2
/
+2
*
Test "git remote show" and "git remote prune"
Johannes Schindelin
2008-03-01
1
-0
/
+34
[next]