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-fetch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-14
Teach/Fix pull/fetch -q/-v options
Tuncer Ayaz
1
-10
/
+9
2008-10-21
Merge branch 'js/maint-fetch-update-head'
Junio C Hamano
1
-0
/
+15
2008-10-18
make alloc_ref_from_str() the new alloc_ref()
René Scharfe
1
-2
/
+2
2008-10-13
Fix fetch/pull when run without --update-head-ok
Johannes Schindelin
1
-0
/
+15
2008-09-09
Start conforming code to "git subcmd" style part 2
Heikki Orsila
1
-3
/
+3
2008-07-21
Rename path_list to string_list
Johannes Schindelin
1
-10
/
+10
2008-07-13
Make usage strings dash-less
Stephan Beyer
1
-1
/
+1
2008-06-29
fetch: give a hint to the user when local refs fail to update
Jeff King
1
-4
/
+11
2008-06-27
fetch: report local storage errors in status table
Jeff King
1
-12
/
+24
2008-05-28
builtin-fetch.c (store_updated_refs): Honor update_local_ref() return value
Dmitry V. Levin
1
-3
/
+3
2008-05-25
Merge branch 'db/clone-in-c'
Junio C Hamano
1
-8
/
+2
2008-05-11
alloc_ref_from_str(): factor out a common pattern of alloc_ref from string
Krzysztof Kowalczyk
1
-4
/
+2
2008-05-05
Merge branch 'jk/fetch-status'
Junio C Hamano
1
-3
/
+1
2008-05-04
Have a constant extern refspec for "--tags"
Daniel Barkalow
1
-8
/
+2
2008-04-28
Fix use after free() in builtin-fetch
Alex Riesen
1
-3
/
+5
2008-04-10
git-fetch: always show status of non-tracking-ref fetches
Jeff King
1
-3
/
+1
2008-04-10
git-fetch: fix status output when not storing tracking ref
Jeff King
1
-15
/
+13
2008-04-05
git-fetch: Don't trigger a bus error when given the refspec "tag"
Kevin Ballard
1
-0
/
+2
2008-03-22
remote.c: Fix overtight refspec validation
Junio C Hamano
1
-1
/
+2
2008-03-14
Merge branch 'maint'
Junio C Hamano
1
-0
/
+2
2008-03-13
git fetch: Take '-n' to mean '--no-tags'
Johannes Schindelin
1
-0
/
+2
2008-03-04
Teach git-fetch to exploit server side automatic tag following
Shawn O. Pearce
1
-0
/
+3
2008-03-03
Teach git-fetch to grab a tag at the same time as a commit
Shawn O. Pearce
1
-1
/
+13
2008-03-03
Make git-fetch follow tags we already have objects for sooner
Shawn O. Pearce
1
-0
/
+6
2008-03-03
Free the path_lists used to find non-local tags in git-fetch
Shawn O. Pearce
1
-1
/
+3
2008-03-03
Allow builtin-fetch's find_non_local_tags to append onto a list
Shawn O. Pearce
1
-8
/
+8
2008-03-03
Ensure tail pointer gets setup correctly when we fetch HEAD only
Shawn O. Pearce
1
-0
/
+1
2008-03-03
Remove unnecessary delaying of free_refs(ref_map) in builtin-fetch
Shawn O. Pearce
1
-5
/
+2
2008-03-03
Remove unused variable in builtin-fetch find_non_local_tags
Shawn O. Pearce
1
-3
/
+2
2008-02-05
Reduce the number of connects when fetching
Daniel Barkalow
1
-0
/
+2
2007-12-04
Rewrite builtin-fetch option parsing to use parse_options().
Kristian Høgsberg
1
-77
/
+46
2007-12-04
Use a strbuf for copying the command line for the reflog.
Kristian Høgsberg
1
-16
/
+8
2007-11-30
Error out when user doesn't have access permission to the repository
André Goddard Rosa
1
-5
/
+14
2007-11-24
Merge branch 'jk/send-pack'
Junio C Hamano
1
-5
/
+5
2007-11-14
Merge branch 'sp/fetch-fix'
Junio C Hamano
1
-3
/
+68
2007-11-14
Merge branch 'db/remote-builtin' into jk/send-pack
Junio C Hamano
1
-5
/
+5
2007-11-11
git-fetch: avoid local fetching from alternate (again)
Shawn O. Pearce
1
-2
/
+67
2007-11-11
git-fetch: Always fetch tags if the object they reference exists
Shawn O. Pearce
1
-1
/
+1
2007-11-05
git-fetch: be even quieter.
Pierre Habouzit
1
-14
/
+19
2007-11-04
Merge branch 'np/fetch'
Junio C Hamano
1
-54
/
+60
2007-11-03
builtin-fetch: Add "-q" as a synonym for "--quiet"
Steven Grimm
1
-1
/
+1
2007-11-02
Miscellaneous const changes and utilities
Daniel Barkalow
1
-5
/
+5
2007-11-02
git-fetch: more terse fetch output
Nicolas Pitre
1
-54
/
+60
2007-10-28
git-fetch: do not fail when remote branch disappears
Junio C Hamano
1
-8
/
+16
2007-10-19
Avoid scary errors about tagged trees/blobs during git-fetch
Shawn O. Pearce
1
-3
/
+3
2007-10-16
fetch: if not fetching from default remote, ignore default merge
Johannes Schindelin
1
-1
/
+7
2007-10-15
Remove duplicate ref matches in fetch
Daniel Barkalow
1
-0
/
+1
2007-10-02
Restore default verbosity for http fetches.
Daniel Barkalow
1
-1
/
+1
2007-09-29
Allow abbreviations in the first refspec to be merged
Daniel Barkalow
1
-1
/
+1
2007-09-19
Refactor struct transport_ops inlined into struct transport
Shawn O. Pearce
1
-2
/
+1
[next]