| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'bw/push-options-recursively-to-submodules' | Junio C Hamano | 2017-04-19 | 1 | -0/+1 |
|\ |
|
| * | remote: expose parse_push_refspec function | Brandon Williams | 2017-04-11 | 1 | -0/+1 |
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-04-19 | 1 | -3/+3 |
|\ \ |
|
| * | | Rename sha1_array to oid_array | brian m. carlson | 2017-03-31 | 1 | -3/+3 |
| |/ |
|
* | | Merge branch 'jc/unused-symbols' | Junio C Hamano | 2017-04-16 | 1 | -1/+0 |
|\ \
| |/
|/| |
|
| * | remote.[ch]: parse_push_cas_option() can be staticjc/unused-symbols | Junio C Hamano | 2017-03-31 | 1 | -1/+0 |
* | | Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' | Junio C Hamano | 2017-03-14 | 1 | -2/+7 |
|\ \ |
|
| * | | fetch-pack: add specific error for fetching an unadvertised objectmm/fetch-show-error-message-on-unadvertised-object | Matt McCutchen | 2017-03-02 | 1 | -2/+7 |
| * | | Merge branch 'jk/push-force-with-lease-creation' | Junio C Hamano | 2016-08-10 | 1 | -1/+0 |
| |\ \ |
|
* | | | | remote rename: more carefully determine whether a remote is configuredjs/remote-rename-with-half-configured-remote | Johannes Schindelin | 2017-01-19 | 1 | -2/+2 |
* | | | | Merge branch 'jk/push-force-with-lease-creation' into maint | Junio C Hamano | 2016-09-08 | 1 | -1/+0 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | push: allow pushing new branches with --force-with-lease | John Keeping | 2016-07-26 | 1 | -1/+0 |
* | | | remote: simplify remote_is_configured() | Thomas Gummerer | 2016-02-16 | 1 | -1/+2 |
* | | | http: allow selection of proxy authentication method | Knut Franke | 2016-01-26 | 1 | -0/+1 |
|/ / |
|
* | | ref_newer: convert to use struct object_id | brian m. carlson | 2015-11-20 | 1 | -1/+1 |
* | | Convert struct ref to use object_id. | brian m. carlson | 2015-11-20 | 1 | -3/+3 |
* | | remote.c: add branch_get_push | Jeff King | 2015-05-22 | 1 | -0/+10 |
* | | remote.c: return upstream name from stat_tracking_info | Jeff King | 2015-05-22 | 1 | -1/+2 |
* | | remote.c: report specific errors from branch_get_upstream | Jeff King | 2015-05-21 | 1 | -1/+5 |
* | | remote.c: introduce branch_get_upstream helper | Jeff King | 2015-05-21 | 1 | -0/+7 |
* | | remote.c: provide per-branch pushremote name | Jeff King | 2015-05-21 | 1 | -0/+2 |
* | | remote.c: hoist branch.*.remote lookup out of remote_get_1 | Jeff King | 2015-05-21 | 1 | -0/+1 |
* | | remote.c: drop "remote" pointer from "struct branch" | Jeff King | 2015-05-21 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'jc/unused-symbols' | Junio C Hamano | 2015-02-11 | 1 | -1/+0 |
|\ |
|
| * | remote.c: make clear_cas_option() static | Junio C Hamano | 2015-01-15 | 1 | -1/+0 |
* | | send-pack.c: add --atomic command line argument | Ronnie Sahlberg | 2015-01-07 | 1 | -1/+2 |
|/ |
|
* | use a hashmap to make remotes fasterpr/remotes-in-hashmap | Patrick Reynolds | 2014-07-30 | 1 | -0/+3 |
* | push: detect local refspec errors earlyjk/detect-push-typo-early | Jeff King | 2014-03-05 | 1 | -0/+1 |
* | Merge branch 'nd/shallow-clone' | Junio C Hamano | 2014-01-17 | 1 | -5/+4 |
|\ |
|
| * | fetch: support fetching from a shallow repository | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -0/+1 |
| * | connect.c: teach get_remote_heads to parse "shallow" lines | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -1/+2 |
| * | remote.h: replace struct extra_have_objects with struct sha1_array | Nguyễn Thái Ngọc Duy | 2013-12-10 | 1 | -5/+2 |
* | | Merge branch 'jc/push-refmap' | Junio C Hamano | 2013-12-27 | 1 | -0/+2 |
|\ \ |
|
| * | | push: use remote.$name.push as a refmap | Junio C Hamano | 2013-12-04 | 1 | -0/+2 |
| |/ |
|
* | | ref_remove_duplicates(): simplify loop logic | Michael Haggerty | 2013-10-30 | 1 | -2/+6 |
|/ |
|
* | Merge branch 'jc/push-cas' | Junio C Hamano | 2013-09-09 | 1 | -0/+83 |
|\ |
|
| * | push --force-with-lease: tie it all together | Junio C Hamano | 2013-07-22 | 1 | -0/+1 |
| * | push --force-with-lease: implement logic to populate old_sha1_expect[] | Junio C Hamano | 2013-07-22 | 1 | -0/+6 |
| * | remote.c: add command line option parser for "--force-with-lease" | Junio C Hamano | 2013-07-22 | 1 | -0/+22 |
| * | cache.h: move remote/connect API out of it | Junio C Hamano | 2013-07-08 | 1 | -0/+54 |
* | | fetch: make --prune configurablems/fetch-prune-configuration | Michael Schubert | 2013-07-18 | 1 | -0/+1 |
|/ |
|
* | remote.c: introduce a way to have different remotes for fetch/push | Ramkumar Ramachandra | 2013-04-02 | 1 | -0/+1 |
* | Merge branch 'jc/push-follow-tag' | Junio C Hamano | 2013-03-25 | 1 | -1/+2 |
|\ |
|
| * | push: --follow-tags | Junio C Hamano | 2013-03-05 | 1 | -1/+2 |
* | | fetch: fetch objects by their exact SHA-1 object names | Junio C Hamano | 2013-02-07 | 1 | -0/+1 |
|/ |
|
* | add sorting infrastructure for list refs | Jeff King | 2012-05-22 | 1 | -0/+2 |
* | push: add '--prune' optionfc/push-prune | Felipe Contreras | 2012-02-22 | 1 | -1/+2 |
* | Merge branch 'cn/fetch-prune' | Junio C Hamano | 2011-10-26 | 1 | -1/+1 |
|\ |
|
| * | fetch: honor the user-provided refspecs when pruning refs | Carlos Martín Nieto | 2011-10-15 | 1 | -1/+1 |
* | | rename "match_refs()" to "match_push_refs()"jc/match-refs-clarify | Junio C Hamano | 2011-09-12 | 1 | -2/+2 |
|/ |
|