index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
builtin-remote.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-27
builtin-remote: refactor duplicated cleanup code
Jay Soffian
1
-8
/
+9
2009-02-10
remote prune: warn dangling symrefs
Junio C Hamano
1
-0
/
+6
2009-02-05
Merge branch 'js/maint-remote-remove-mirror'
Junio C Hamano
1
-7
/
+32
2009-02-04
builtin-remote: make rm operation safer in mirrored repository
Jay Soffian
1
-2
/
+27
2009-02-03
builtin-remote: make rm() use properly named variable to hold return value
Jay Soffian
1
-5
/
+5
2008-11-18
git-remote: add verbose mode to git remote update
Cheng Renquan
1
-2
/
+6
2008-11-17
builtin-remote.c: plug a small memory leak in get_one_remote_for_updates()
Junio C Hamano
1
-1
/
+1
2008-11-17
git-remote: match usage string with the manual pages
Cheng Renquan
1
-4
/
+4
2008-11-12
Merge branch 'mv/remote-rename'
Junio C Hamano
1
-0
/
+188
2008-11-11
git-remote rename: migrate from remotes/ and branches/
Miklos Vajna
1
-0
/
+35
2008-11-11
Merge branch 'maint'
Junio C Hamano
1
-1
/
+1
2008-11-11
Fix non-literal format in printf-style calls
Daniel Lowe
1
-1
/
+1
2008-11-05
Implement git remote rename
Miklos Vajna
1
-0
/
+153
2008-11-05
Merge branch 'mv/maint-branch-m-symref'
Junio C Hamano
1
-2
/
+2
2008-10-26
Fix git branch -m for symrefs.
Miklos Vajna
1
-2
/
+2
2008-10-22
git-remote: list branches in vertical lists
Johannes Sixt
1
-6
/
+5
2008-10-12
Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializer
Brandon Casey
1
-6
/
+2
2008-09-29
Merge branch 'mg/maint-remote-fix' into maint
Shawn O. Pearce
1
-8
/
+15
2008-09-22
git-remote: do not use user input in a printf format string
Johannes Sixt
1
-10
/
+8
2008-09-22
make "git remote" report multiple URLs
Michael J Gruber
1
-8
/
+15
2008-08-02
clone: Add an option to set up a mirror
Johannes Schindelin
1
-1
/
+1
2008-07-21
Rename path_list to string_list
Johannes Schindelin
1
-62
/
+62
2008-07-17
builtin-remote.c: fix earlier "skip_prefix()" conversion
Junio C Hamano
1
-32
/
+19
2008-06-30
Move parse-options's skip_prefix() to git-compat-util.h
Miklos Vajna
1
-13
/
+26
2008-06-11
"remote prune": be quiet when there is nothing to prune
Junio C Hamano
1
-2
/
+3
2008-06-10
remote show: list tracked remote branches with -n
Olivier Marin
1
-2
/
+20
2008-06-10
remote prune: print the list of pruned branches
Olivier Marin
1
-4
/
+16
2008-06-10
builtin-remote: split show_or_prune() in two separate functions
Olivier Marin
1
-34
/
+67
2008-06-10
remote show: fix the -n option
Olivier Marin
1
-21
/
+23
2008-05-31
Make "git-remote rm" delete refs acccording to fetch specs
Shawn O. Pearce
1
-14
/
+54
2008-05-31
Make "git-remote prune" delete refs according to fetch specs
Shawn O. Pearce
1
-19
/
+2
2008-05-31
Remove unused remote_prefix member in builtin-remote
Shawn O. Pearce
1
-3
/
+0
2008-05-14
Provide git_config with a callback-data parameter
Johannes Schindelin
1
-4
/
+4
2008-05-05
Merge branch 'pb/remote-mirror-config'
Junio C Hamano
1
-0
/
+7
2008-04-24
Merge branch 'maint'
Junio C Hamano
1
-0
/
+1
2008-04-24
remote: create fetch config lines with '+'
Jeff King
1
-0
/
+1
2008-04-20
Add a remote.*.mirror configuration option
Paolo Bonzini
1
-0
/
+7
2008-04-19
Merge branch 'jk/remote-default-show'
Junio C Hamano
1
-1
/
+6
2008-04-18
git-remote: reject adding remotes with invalid names
Jonas Fonseca
1
-3
/
+7
2008-04-10
git-remote: show all remotes with "git remote show"
Jeff King
1
-1
/
+6
2008-03-23
builtin-remote: Fix missing newline at end of listing of pushed branches
Johannes Sixt
1
-0
/
+1
2008-03-19
remote show: do not show symbolic refs
Johannes Schindelin
1
-1
/
+4
2008-03-11
"remote update": print remote name being fetched from
Samuel Tardieu
1
-0
/
+1
2008-03-08
builtin remote rm: remove symbolic refs, too
Johannes Schindelin
1
-0
/
+5
2008-03-05
remote: fix "update [group...]"
Johannes Schindelin
1
-9
/
+50
2008-03-02
remote show: Clean up connection correctly if object fetch wasn't done
Johannes Schindelin
1
-0
/
+1
2008-03-01
builtin-remote: prune remotes correctly that were added with --mirror
Johannes Schindelin
1
-3
/
+13
2008-03-01
Make git-remote a builtin
Johannes Schindelin
1
-0
/
+547
[prev]