| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | | | | check_everything_connected(): refactor to use an iterator | Junio C Hamano | 2011-09-09 | 1 | -14/+36 |
| * | | | | fetch: verify we have everything we need before updating our ref | Junio C Hamano | 2011-09-09 | 1 | -56/+63 |
* | | | | | Merge branch 'jc/fetch-verify' | Junio C Hamano | 2011-10-05 | 1 | -56/+63 |
|\ \ \ \ \
| | |/ / /
| |/| / /
| |_|/ /
|/| | | |
|
| * | | | fetch: verify we have everything we need before updating our ref | Junio C Hamano | 2011-09-01 | 1 | -56/+63 |
| |/ / |
|
* | | | fetch: skip on-demand checking when no submodules are configured | Jens Lehmann | 2011-09-09 | 1 | -6/+9 |
| |/
|/| |
|
* | | fetch: do not leak a refspec | Jim Meyering | 2011-06-08 | 1 | -2/+4 |
|/ |
|
* | Merge branch 'jl/submodule-fetch-on-demand' | Junio C Hamano | 2011-04-04 | 1 | -12/+36 |
|\ |
|
| * | fetch/pull: Add the 'on-demand' value to the --recurse-submodules option | Jens Lehmann | 2011-03-09 | 1 | -3/+19 |
| * | fetch/pull: recurse into submodules when necessary | Jens Lehmann | 2011-03-09 | 1 | -9/+17 |
* | | Merge branch 'ab/i18n-st' | Junio C Hamano | 2011-04-01 | 1 | -41/+41 |
|\ \ |
|
| * | | i18n: git-fetch split up "(non-fast-forward)" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -3/+3 |
| * | | i18n: git-fetch update_local_ref messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -5/+5 |
| * | | i18n: git-fetch formatting messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -10/+10 |
| * | | i18n: git-fetch basic messages | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -23/+23 |
| |/ |
|
* | | Merge branch 'jk/trace-sifter' | Junio C Hamano | 2011-03-19 | 1 | -0/+2 |
|\ \ |
|
| * | | add packet tracing debug code | Jeff King | 2011-03-08 | 1 | -0/+2 |
| |/ |
|
* | | Make <identifier> lowercase as per CodingGuidelines | Michael J Gruber | 2011-02-15 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'jl/fetch-submodule-recursive' | Junio C Hamano | 2010-12-16 | 1 | -14/+50 |
|\ |
|
| * | Add the 'fetch.recurseSubmodules' config setting | Jens Lehmann | 2010-11-12 | 1 | -5/+16 |
| * | fetch/pull: Add the --recurse-submodules option | Jens Lehmann | 2010-11-12 | 1 | -14/+39 |
* | | Merge branch 'rs/opt-help-text' | Junio C Hamano | 2010-11-24 | 1 | -2/+1 |
|\ \ |
|
| * | | add OPT__FORCE | René Scharfe | 2010-11-15 | 1 | -2/+1 |