Age | Commit message (Expand) | Author | Files | Lines |
2009-12-26 | Merge branch 'sr/vcs-helper' | Junio C Hamano | 1 | -2/+5 |
2009-11-23 | Merge branch 'bg/fetch-multi' | Junio C Hamano | 1 | -20/+178 |
2009-11-20 | Merge branch 'sp/smart-http' | Junio C Hamano | 1 | -1/+1 |
2009-11-20 | Merge branch 'jp/fetch-cull-many-refs' | Junio C Hamano | 1 | -3/+14 |
2009-11-17 | Allow programs to not depend on remotes having urls | Daniel Barkalow | 1 | -2/+5 |
2009-11-15 | Merge branch 'fc/doc-fast-forward' | Junio C Hamano | 1 | -2/+2 |
2009-11-10 | builtin-fetch: add --dry-run option | Jay Soffian | 1 | -4/+10 |
2009-11-10 | builtin-fetch: add --prune option | Jay Soffian | 1 | -2/+30 |
2009-11-10 | Add the configuration option skipFetchAll | Björn Gustavsson | 1 | -1/+2 |
2009-11-10 | Teach the --multiple option to 'git fetch' | Björn Gustavsson | 1 | -1/+10 |
2009-11-10 | Teach the --all option to 'git fetch' | Björn Gustavsson | 1 | -18/+132 |
2009-10-30 | fetch: Allow transport -v -v -v to set verbosity to 3 | Shawn O. Pearce | 1 | -1/+1 |
2009-10-27 | fetch: Speed up fetch of large numbers of refs | Julian Phillips | 1 | -3/+14 |
2009-10-24 | Use 'fast-forward' all over the place | Felipe Contreras | 1 | -2/+2 |
2009-09-18 | fetch: Speed up fetch by rewriting find_non_local_tags | Julian Phillips | 1 | -33/+74 |
2009-09-13 | use write_str_in_full helper to avoid literal string lengths | Jim Meyering | 1 | -1/+1 |
2009-07-10 | quickfetch(): Prevent overflow of the rev-list command line | Johan Herland | 1 | -27/+40 |
2009-05-31 | Merge branch 'sb/opt-filename' | Junio C Hamano | 1 | -1/+1 |
2009-05-25 | Merge branch 'maint' | Junio C Hamano | 1 | -3/+8 |
2009-05-25 | fetch: report ref storage DF errors more accurately | Jeff King | 1 | -3/+8 |
2009-05-25 | parse-opts: prepare for OPT_FILENAME | Stephen Boyd | 1 | -1/+1 |
2009-05-23 | Merge branch 'fc/decorate-tag' | Junio C Hamano | 1 | -1/+1 |
2009-05-18 | Merge branch 'ae/anon-fetch-info' | Junio C Hamano | 1 | -2/+5 |
2009-05-13 | Change prettify_ref to prettify_refname | Felipe Contreras | 1 | -1/+1 |
2009-05-13 | Quote LF in urls git fetch saves in FETCH_HEAD | Alex Riesen | 1 | -2/+8 |
2009-04-21 | fetch: Strip usernames from url's before storing them | Andreas Ericsson | 1 | -2/+5 |
2009-03-26 | Merge branch 'db/push-cleanup' | Junio C Hamano | 1 | -5/+1 |
2009-03-22 | Improve error message about fetch into current branch | Alex Riesen | 1 | -1/+2 |
2009-03-10 | Give error when no remote is configured | Daniel Barkalow | 1 | -3/+3 |
2009-03-09 | Use a common function to get the pretty name of refs | Daniel Barkalow | 1 | -5/+1 |
2009-01-21 | refactor signal handling for cleanup functions | Jeff King | 1 | -1/+1 |
2009-01-21 | chain kill signals for cleanup functions | Jeff King | 1 | -2/+3 |
2009-01-05 | remove trailing LF in die() messages | Alexander Potashev | 1 | -1/+1 |
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 |