| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mh/reflife' | Junio C Hamano | 2013-06-14 | 1 | -12/+17 |
|\ |
|
| * | add_existing(): do not retain a reference to sha1 | Michael Haggerty | 2013-06-02 | 1 | -3/+4 |
| * | do_fetch(): clean up existing_refs before exiting | Michael Haggerty | 2013-06-02 | 1 | -5/+9 |
| * | do_fetch(): reduce scope of peer_item | Michael Haggerty | 2013-06-02 | 1 | -3/+3 |
| * | fetch: make own copies of refnames | Michael Haggerty | 2013-05-28 | 1 | -2/+2 |
* | | fetch: don't try to update unfetched tracking refs | John Keeping | 2013-05-28 | 1 | -1/+1 |
* | | fetch: opportunistically update tracking refs | Jeff King | 2013-05-12 | 1 | -0/+16 |
* | | refactor "ref->merge" flag | Jeff King | 2013-05-12 | 1 | -22/+35 |
|/ |
|
* | Merge branch 'jk/gc-auto-after-fetch' | Junio C Hamano | 2013-02-01 | 1 | -0/+5 |
|\ |
|
| * | Merge branch 'jk/maint-gc-auto-after-fetch' into jk/gc-auto-after-fetch | Junio C Hamano | 2013-01-26 | 1 | -0/+5 |
| |\ |
|
| | * | fetch: run gc --auto after fetching | Jeff King | 2013-01-26 | 1 | -0/+5 |
| | * | Merge branch 'dj/fetch-all-tags' into maint | Junio C Hamano | 2012-09-24 | 1 | -22/+29 |
| | |\ |
|
* | | | | fetch: add --unshallow for turning shallow repo into complete one | Nguyễn Thái Ngọc Duy | 2013-01-11 | 1 | -1/+16 |
|/ / / |
|
* | | | Merge branch 'nd/fetch-status-alignment' | Junio C Hamano | 2012-09-18 | 1 | -8/+7 |
|\ \ \ |
|
| * | | | fetch: align per-ref summary report in UTF-8 locales | Nguyễn Thái Ngọc Duy | 2012-09-14 | 1 | -8/+7 |
| |/ / |
|
* | | | Merge branch 'dj/fetch-all-tags' | Junio C Hamano | 2012-09-14 | 1 | -0/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | fetch --all: pass --tags/--no-tags through to each remote | Dan Johnson | 2012-09-07 | 1 | -0/+4 |
* | | | Merge branch 'jk/argv-array' | Junio C Hamano | 2012-09-11 | 1 | -22/+25 |
|\ \ \
| |/ / |
|
| * | | submodule: use argv_array instead of hand-building arrays | Jens Lehmann | 2012-09-02 | 1 | -1/+1 |
| * | | fetch: use argv_array instead of hand-building arrays | Jeff King | 2012-09-02 | 1 | -22/+25 |
* | | | Merge branch 'jc/merge-bases' | Junio C Hamano | 2012-09-11 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | in_merge_bases(): support only one "other" commit | Junio C Hamano | 2012-08-27 | 1 | -1/+1 |
* | | | | i18n: fetch: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-20 | 1 | -24/+24 |
| |_|/
|/| | |
|
* | | | Merge branch 'nd/i18n' | Junio C Hamano | 2012-05-02 | 1 | -2/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | i18n: make warn_dangling_symref() automatically append \n | Nguyễn Thái Ngọc Duy | 2012-04-24 | 1 | -2/+2 |
* | | | Merge branch 'mb/fetch-call-a-non-branch-a-ref' | Junio C Hamano | 2012-04-26 | 1 | -4/+13 |
|\ \ \ |
|
| * | | | fetch: describe new refs based on where it came from | Marc Branchaud | 2012-04-17 | 1 | -3/+11 |
| * | | | fetch: Give remote_ref to update_local_ref() as well | Marc Branchaud | 2012-04-17 | 1 | -1/+2 |
| | |/
| |/| |
|
* | | | Merge branch 'jl/maint-submodule-recurse-fetch' | Junio C Hamano | 2012-04-23 | 1 | -3/+3 |
|\ \ \
| |_|/
|/| | |
|
| * | | submodules: recursive fetch also checks new tags for submodule commits | Jens Lehmann | 2012-04-14 | 1 | -3/+3 |
| |/ |
|
* | | Merge branch 'cb/transfer-no-progress' | Junio C Hamano | 2012-02-20 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | push/fetch/clone --no-progress suppresses progress outputcb/transfer-no-progress | Clemens Buchacher | 2012-02-13 | 1 | -2/+2 |
* | | Merge branch 'nd/maint-refname-in-hierarchy-check' | Junio C Hamano | 2012-01-29 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Fix incorrect ref namespace checknd/maint-refname-in-hierarchy-check | Nguyễn Thái Ngọc Duy | 2012-01-11 | 1 | -1/+1 |
* | | write first for-merge ref to FETCH_HEAD firstjh/fetch-head-update | Joey Hess | 2012-01-03 | 1 | -74/+86 |
* | | Merge branch 'maint' | Junio C Hamano | 2011-12-13 | 1 | -38/+49 |
|\ \
| |/ |
|
| * | Merge branch 'maint-1.7.7' into maint | Junio C Hamano | 2011-12-13 | 1 | -38/+49 |
| |\ |
|
| | * | Merge branch 'maint-1.7.6' into maint-1.7.7 | Junio C Hamano | 2011-12-13 | 1 | -38/+49 |
| | |\ |
|
| | | * | Merge branch 'jk/maint-fetch-status-table' into maint-1.7.6 | Junio C Hamano | 2011-12-13 | 1 | -38/+49 |
| | | |\ |
|
| | | | * | fetch: create status table using strbufjk/maint-fetch-status-table | Jeff King | 2011-12-09 | 1 | -38/+49 |
* | | | | | Merge branch 'jc/pull-signed-tag' | Junio C Hamano | 2011-12-09 | 1 | -2/+1 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | fetch: do not store peeled tag object names in FETCH_HEAD | Linus Torvalds | 2011-11-04 | 1 | -2/+1 |
* | | | | | Merge branch 'cn/fetch-prune' | Junio C Hamano | 2011-10-26 | 1 | -5/+28 |
|\ \ \ \ \
| |/ / / /
|/| / / /
| |/ / / |
|
| * | | | fetch: treat --tags like refs/tags/*:refs/tags/* when pruning | Carlos Martín Nieto | 2011-10-15 | 1 | -2/+21 |
| * | | | fetch: honor the user-provided refspecs when pruning refs | Carlos Martín Nieto | 2011-10-15 | 1 | -4/+8 |
| * | | | fetch: free all the additional refspecs | Carlos Martín Nieto | 2011-10-07 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge branch 'tc/fetch-leak' | Junio C Hamano | 2011-10-17 | 1 | -4/+9 |
|\ \ \ |
|
| * | | | fetch: plug two leaks on error exit in store_updated_refs | Tay Ray Chuan | 2011-10-07 | 1 | -4/+9 |
* | | | | Merge branch 'jc/receive-verify' | Junio C Hamano | 2011-10-05 | 1 | -56/+14 |
|\ \ \ \ |
|
| * | | | | check_everything_connected(): libify | Junio C Hamano | 2011-09-09 | 1 | -65/+1 |