| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mh/get-remote-group-fix' | Junio C Hamano | 2015-08-17 | 1 | -8/+6 |
|\ |
|
| * | get_remote_group(): use skip_prefix()mh/get-remote-group-fix | Michael Haggerty | 2015-07-28 | 1 | -2/+1 |
| * | get_remote_group(): eliminate superfluous call to strcspn() | Michael Haggerty | 2015-07-28 | 1 | -2/+2 |
| * | get_remote_group(): rename local variable "space" to "wordlen" | Michael Haggerty | 2015-07-28 | 1 | -5/+5 |
| * | get_remote_group(): handle remotes with single-character names | Michael Haggerty | 2015-07-28 | 1 | -2/+1 |
* | | prune_refs(): use delete_refs() | Michael Haggerty | 2015-06-22 | 1 | -8/+17 |
* | | builtin/fetch: rewrite to take an object_id argument | Michael Haggerty | 2015-05-25 | 1 | -12/+11 |
* | | each_ref_fn: change to take an object_id parameter | Michael Haggerty | 2015-05-25 | 1 | -2/+6 |
* | | Merge branch 'nd/multiple-work-trees' | Junio C Hamano | 2015-05-11 | 1 | -2/+3 |
|\ \ |
|
| * | | path.c: make get_pathname() call sites return const char * | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -2/+3 |
* | | | Merge branch 'mh/refs-have-new' | Junio C Hamano | 2015-03-05 | 1 | -2/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | ref_transaction_update(): remove "have_old" parameter | Michael Haggerty | 2015-02-17 | 1 | -2/+4 |
| |/ |
|
* | | do not include the same header twicedp/remove-duplicated-header-inclusion | Дилян Палаузов | 2015-02-13 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'jk/fetch-reflog-df-conflict' | Junio C Hamano | 2014-11-06 | 1 | -1/+1 |
|\ |
|
| * | fetch: load all default config at startup | Jeff King | 2014-11-04 | 1 | -1/+1 |
* | | fetch.c: change s_update_ref to use a ref transaction | Ronnie Sahlberg | 2014-10-15 | 1 | -10/+24 |
* | | fetch: silence git-gc if --quiet is givennd/fetch-pass-quiet-to-gc-child-process | Nguyễn Thái Ngọc Duy | 2014-08-18 | 1 | -0/+2 |
* | | fetch: convert argv_gc_auto to struct argv_array | Nguyễn Thái Ngọc Duy | 2014-08-18 | 1 | -4/+4 |
* | | Merge branch 'jk/xstrfmt' | Junio C Hamano | 2014-07-09 | 1 | -7/+2 |
|\ \ |
|
| * | | use xstrfmt to replace xmalloc + strcpy/strcat | Jeff King | 2014-06-19 | 1 | -7/+2 |
| |/ |
|
* | | fetch: allow explicit --refmap to override configurationjc/fetch-push-refmap | Junio C Hamano | 2014-06-05 | 1 | -3/+32 |
|/ |
|
* | Merge branch 'ep/varscope' | Junio C Hamano | 2014-02-27 | 1 | -1/+1 |
|\ |
|
| * | builtin/fetch.c: reduce scope of variable | Elia Pinto | 2014-01-31 | 1 | -1/+1 |
* | | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | 1 | -1/+14 |
|\ \ |
|
| * | | fetch: add --update-shallow to accept refs that update .git/shallow | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -1/+5 |
| * | | fetch: support fetching from a shallow repository | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+9 |
| |/ |
|
* | | fetch --prune: Run prune before fetchingtm/fetch-prune | Tom Miller | 2014-01-03 | 1 | -5/+5 |
* | | fetch --prune: always print header url | Tom Miller | 2014-01-03 | 1 | -5/+27 |
* | | Merge branch 'nd/transport-positive-depth-only' | Junio C Hamano | 2013-12-17 | 1 | -0/+4 |
|\ \ |
|
| * | | clone,fetch: catch non positive --depth option valuend/transport-positive-depth-only | Nguyễn Thái Ngọc Duy | 2013-12-06 | 1 | -0/+4 |
* | | | Merge branch 'cc/starts-n-ends-with' | Junio C Hamano | 2013-12-17 | 1 | -9/+9 |
|\ \ \ |
|
| * | | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -9/+9 |
| | |/
| |/| |
|
* | | | ref_remove_duplicates(): simplify loop logic | Michael Haggerty | 2013-10-30 | 1 | -3/+1 |
* | | | fetch, remote: properly convey --no-prune options to subprocesses | Michael Haggerty | 2013-10-30 | 1 | -2/+2 |
* | | | fetch --prune: prune only based on explicit refspecs | Michael Haggerty | 2013-10-30 | 1 | -30/+9 |
* | | | fetch --tags: fetch tags *in addition to* other stuff | Michael Haggerty | 2013-10-30 | 1 | -24/+35 |
* | | | fetch: only opportunistically update references based on command line | Michael Haggerty | 2013-10-30 | 1 | -12/+32 |
* | | | builtin/fetch.c: reorder function definitions | Michael Haggerty | 2013-10-30 | 1 | -101/+97 |
* | | | get_ref_map(): rename local variables | Michael Haggerty | 2013-10-24 | 1 | -6/+6 |
|/ / |
|
* | | Merge branch 'bk/refs-multi-update' | Junio C Hamano | 2013-09-20 | 1 | -1/+2 |
|\ \ |
|
| * | | refs: report ref type from lock_any_ref_for_update | Brad King | 2013-08-30 | 1 | -1/+2 |
* | | | Merge branch 'jc/transport-do-not-use-connect-twice-in-fetch' | Junio C Hamano | 2013-09-09 | 1 | -33/+56 |
|\ \ \
| | |/
| |/| |
|
| * | | builtin/fetch.c: Fix a sparse warningjc/transport-do-not-use-connect-twice-in-fetch | Ramsay Jones | 2013-08-28 | 1 | -1/+1 |
| * | | fetch: work around "transport-take-over" hack | Junio C Hamano | 2013-08-07 | 1 | -0/+13 |
| * | | fetch: refactor code that fetches leftover tags | Junio C Hamano | 2013-08-07 | 1 | -5/+9 |
| * | | fetch: refactor code that prepares a transport | Junio C Hamano | 2013-08-07 | 1 | -20/+26 |
| * | | fetch: rename file-scope global "transport" to "gtransport" | Junio C Hamano | 2013-08-07 | 1 | -11/+11 |
| |/ |
|
* | | Merge branch 'ms/fetch-prune-configuration' | Junio C Hamano | 2013-09-09 | 1 | -3/+32 |
|\ \ |
|
| * | | fetch: make --prune configurablems/fetch-prune-configuration | Michael Schubert | 2013-07-18 | 1 | -5/+34 |
* | | | Replace deprecated OPT_BOOLEAN by OPT_BOOL | Stefan Beller | 2013-08-05 | 1 | -12/+12 |
| |/
|/| |
|