index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin-fetch.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'bg/fetch-multi'
Junio C Hamano
2009-11-23
1
-20
/
+178
|
\
|
*
builtin-fetch: add --dry-run option
Jay Soffian
2009-11-10
1
-4
/
+10
|
*
builtin-fetch: add --prune option
Jay Soffian
2009-11-10
1
-2
/
+30
|
*
Add the configuration option skipFetchAll
Björn Gustavsson
2009-11-10
1
-1
/
+2
|
*
Teach the --multiple option to 'git fetch'
Björn Gustavsson
2009-11-10
1
-1
/
+10
|
*
Teach the --all option to 'git fetch'
Björn Gustavsson
2009-11-10
1
-18
/
+132
*
|
Merge branch 'sp/smart-http'
Junio C Hamano
2009-11-21
1
-1
/
+1
|
\
\
|
*
|
fetch: Allow transport -v -v -v to set verbosity to 3
Shawn O. Pearce
2009-10-31
1
-1
/
+1
|
|
/
*
|
Merge branch 'jp/fetch-cull-many-refs'
Junio C Hamano
2009-11-21
1
-3
/
+14
|
\
\
|
*
|
fetch: Speed up fetch of large numbers of refs
Julian Phillips
2009-10-28
1
-3
/
+14
*
|
|
Merge branch 'fc/doc-fast-forward'
Junio C Hamano
2009-11-16
1
-2
/
+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Use 'fast-forward' all over the place
Felipe Contreras
2009-10-25
1
-2
/
+2
|
|
/
*
/
fetch: Speed up fetch by rewriting find_non_local_tags
Julian Phillips
2009-09-19
1
-33
/
+74
|
/
*
use write_str_in_full helper to avoid literal string lengths
Jim Meyering
2009-09-13
1
-1
/
+1
*
quickfetch(): Prevent overflow of the rev-list command line
Johan Herland
2009-07-11
1
-27
/
+40
*
Merge branch 'sb/opt-filename'
Junio C Hamano
2009-06-01
1
-1
/
+1
|
\
|
*
parse-opts: prepare for OPT_FILENAME
Stephen Boyd
2009-05-25
1
-1
/
+1
*
|
Merge branch 'maint'
Junio C Hamano
2009-05-26
1
-3
/
+8
|
\
\
|
|
/
|
/
|
|
*
fetch: report ref storage DF errors more accurately
Jeff King
2009-05-25
1
-3
/
+8
*
|
Merge branch 'fc/decorate-tag'
Junio C Hamano
2009-05-23
1
-1
/
+1
|
\
\
|
*
|
Change prettify_ref to prettify_refname
Felipe Contreras
2009-05-14
1
-1
/
+1
|
|
/
*
|
Merge branch 'ae/anon-fetch-info'
Junio C Hamano
2009-05-18
1
-2
/
+5
|
\
\
|
*
|
fetch: Strip usernames from url's before storing them
Andreas Ericsson
2009-04-21
1
-2
/
+5
|
|
/
*
/
Quote LF in urls git fetch saves in FETCH_HEAD
Alex Riesen
2009-05-13
1
-2
/
+8
|
/
*
Merge branch 'db/push-cleanup'
Junio C Hamano
2009-03-26
1
-5
/
+1
|
\
|
*
Use a common function to get the pretty name of refs
Daniel Barkalow
2009-03-09
1
-5
/
+1
*
|
Improve error message about fetch into current branch
Alex Riesen
2009-03-23
1
-1
/
+2
*
|
Give error when no remote is configured
Daniel Barkalow
2009-03-11
1
-3
/
+3
|
/
*
refactor signal handling for cleanup functions
Jeff King
2009-01-22
1
-1
/
+1
*
chain kill signals for cleanup functions
Jeff King
2009-01-22
1
-2
/
+3
*
remove trailing LF in die() messages
Alexander Potashev
2009-01-05
1
-1
/
+1
*
Teach/Fix pull/fetch -q/-v options
Tuncer Ayaz
2008-11-15
1
-10
/
+9
*
Merge branch 'js/maint-fetch-update-head'
Junio C Hamano
2008-10-22
1
-0
/
+15
|
\
|
*
Fix fetch/pull when run without --update-head-ok
Johannes Schindelin
2008-10-13
1
-0
/
+15
*
|
make alloc_ref_from_str() the new alloc_ref()
René Scharfe
2008-10-18
1
-2
/
+2
|
/
*
Start conforming code to "git subcmd" style part 2
Heikki Orsila
2008-09-09
1
-3
/
+3
*
Rename path_list to string_list
Johannes Schindelin
2008-07-22
1
-10
/
+10
*
Make usage strings dash-less
Stephan Beyer
2008-07-13
1
-1
/
+1
*
fetch: give a hint to the user when local refs fail to update
Jeff King
2008-06-30
1
-4
/
+11
*
fetch: report local storage errors in status table
Jeff King
2008-06-28
1
-12
/
+24
*
builtin-fetch.c (store_updated_refs): Honor update_local_ref() return value
Dmitry V. Levin
2008-05-28
1
-3
/
+3
*
Merge branch 'db/clone-in-c'
Junio C Hamano
2008-05-25
1
-8
/
+2
|
\
|
*
Have a constant extern refspec for "--tags"
Daniel Barkalow
2008-05-05
1
-8
/
+2
*
|
alloc_ref_from_str(): factor out a common pattern of alloc_ref from string
Krzysztof Kowalczyk
2008-05-11
1
-4
/
+2
*
|
Merge branch 'jk/fetch-status'
Junio C Hamano
2008-05-06
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
git-fetch: always show status of non-tracking-ref fetches
Jeff King
2008-04-10
1
-3
/
+1
*
|
Fix use after free() in builtin-fetch
Alex Riesen
2008-04-29
1
-3
/
+5
|
/
*
git-fetch: fix status output when not storing tracking ref
Jeff King
2008-04-10
1
-15
/
+13
*
git-fetch: Don't trigger a bus error when given the refspec "tag"
Kevin Ballard
2008-04-06
1
-0
/
+2
*
remote.c: Fix overtight refspec validation
Junio C Hamano
2008-03-23
1
-1
/
+2
[next]