| Commit message (Expand) | Author | Age | Files | Lines |
* | pack: move {,re}prepare_packed_git and approximate_object_count | Jonathan Tan | 2017-08-23 | 1 | -0/+1 |
* | Merge branch 'bw/config-h' | Junio C Hamano | 2017-06-24 | 1 | -0/+1 |
|\ |
|
| * | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
* | | Merge branch 'jt/fetch-allow-tip-sha1-implicitly' | Junio C Hamano | 2017-05-30 | 1 | -2/+38 |
|\ \ |
|
| * | | fetch-pack: always allow fetching of literal SHA1sjt/fetch-allow-tip-sha1-implicitly | Jonathan Tan | 2017-05-16 | 1 | -2/+38 |
| |/ |
|
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2017-05-29 | 1 | -48/+49 |
|\ \ |
|
| * | | object: convert parse_object* to take struct object_id | brian m. carlson | 2017-05-08 | 1 | -7/+7 |
| * | | Convert lookup_commit* to struct object_id | brian m. carlson | 2017-05-08 | 1 | -1/+1 |
| * | | shallow: convert shallow registration functions to object_id | brian m. carlson | 2017-05-08 | 1 | -2/+2 |
| * | | fetch-pack: convert to struct object_id | brian m. carlson | 2017-05-02 | 1 | -44/+45 |
| |/ |
|
* | | Merge branch 'js/larger-timestamps' | Junio C Hamano | 2017-05-16 | 1 | -4/+4 |
|\ \
| |/
|/| |
|
| * | timestamp_t: a new data type for timestamps | Johannes Schindelin | 2017-04-27 | 1 | -3/+3 |
| * | PRItime: introduce a new "printf format" for timestamps | Johannes Schindelin | 2017-04-23 | 1 | -1/+1 |
* | | Merge branch 'dt/xgethostname-nul-termination' | Junio C Hamano | 2017-04-23 | 1 | -2/+2 |
|\ \ |
|
| * | | xgethostname: handle long hostnamesdt/xgethostname-nul-termination | David Turner | 2017-04-18 | 1 | -1/+1 |
| * | | use HOST_NAME_MAX to size buffers for gethostname(2) | René Scharfe | 2017-04-18 | 1 | -1/+1 |
* | | | Merge branch 'jt/fetch-pack-error-reporting' | Junio C Hamano | 2017-04-23 | 1 | -0/+2 |
|\ \ \
| |_|/
|/| | |
|
| * | | fetch-pack: show clearer error message upon ERRjt/fetch-pack-error-reporting | Jonathan Tan | 2017-04-17 | 1 | -0/+2 |
* | | | Rename sha1_array to oid_array | brian m. carlson | 2017-03-31 | 1 | -13/+13 |
* | | | Make sha1_array_append take a struct object_id * | brian m. carlson | 2017-03-31 | 1 | -4/+4 |
* | | | sha1-array: convert internal storage for struct sha1_array to object_id | brian m. carlson | 2017-03-28 | 1 | -6/+6 |
* | | | Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' | Junio C Hamano | 2017-03-14 | 1 | -13/+38 |
|\ \ \
| |/ / |
|
| * | | fetch-pack: add specific error for fetching an unadvertised objectmm/fetch-show-error-message-on-unadvertised-object | Matt McCutchen | 2017-03-02 | 1 | -15/+27 |
| * | | fetch-pack: move code to report unmatched refs to a function | Matt McCutchen | 2017-03-02 | 1 | -0/+13 |
* | | | fetch-pack: cache results of for_each_alternate_ref | Jeff King | 2017-02-08 | 1 | -10/+42 |
* | | | for_each_alternate_ref: pass name/oid instead of ref struct | Jeff King | 2017-02-08 | 1 | -4/+8 |
|/ / |
|
* | | fetch-pack.c: correct command at the beginning of an error messagert/fetch-pack-error-message-fix | Ralf Thielow | 2016-11-11 | 1 | -1/+1 |
* | | Merge branch 'nd/shallow-deepen' | Junio C Hamano | 2016-10-10 | 1 | -73/+96 |
|\ \ |
|
| * | | fetch, upload-pack: --deepen=N extends shallow boundary by N commitsnd/shallow-deepen | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -0/+3 |
| * | | fetch: define shallow boundary with --shallow-exclude | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -1/+14 |
| * | | fetch: define shallow boundary with --shallow-since | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -1/+11 |
| * | | fetch-pack: use a separate flag for fetch in deepening mode | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -6/+8 |
| * | | fetch-pack.c: mark strings for translating | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -38/+37 |
| * | | fetch-pack: use a common function for verbose printing | Nguyễn Thái Ngọc Duy | 2016-06-13 | 1 | -46/+42 |
* | | | Merge branch 'rs/qsort' | Junio C Hamano | 2016-10-10 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | use QSORT | René Scharfe | 2016-09-29 | 1 | -1/+1 |
* | | | fetch-pack: do not reset in_vain on non-novel acksjt/fetch-pack-in-vain-count-with-stateless | Jonathan Tan | 2016-09-23 | 1 | -2/+9 |
|/ / |
|
* | | fetch-pack: grow stateless RPC windows exponentiallyjt/fetch-large-handshake-window-on-http | Jonathan Tan | 2016-07-19 | 1 | -7/+12 |
* | | fetch-pack: isolate sigpipe in demuxer thread | Jeff King | 2016-04-20 | 1 | -3/+1 |
* | | fetch-pack: ignore SIGPIPE in sideband demuxer | Jeff King | 2016-02-25 | 1 | -1/+5 |
|/ |
|
* | Remove get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -2/+2 |
* | Convert struct object to object_id | brian m. carlson | 2015-11-20 | 1 | -1/+1 |
* | Add several uses of get_object_hash. | brian m. carlson | 2015-11-20 | 1 | -2/+2 |
* | Convert struct ref to use object_id. | brian m. carlson | 2015-11-20 | 1 | -9/+9 |
* | fetch-pack: use argv_array for index-pack / unpack-objects | Jeff King | 2015-10-05 | 1 | -29/+27 |
* | memoize common git-path "constant" filesjk/git-path | Jeff King | 2015-08-10 | 1 | -1/+1 |
* | Merge branch 'me/fetch-into-shallow-safety' | Junio C Hamano | 2015-07-01 | 1 | -1/+1 |
|\ |
|
| * | fetch-pack: check for shallow if depth givenme/fetch-into-shallow-safety | Mike Edgar | 2015-06-17 | 1 | -1/+1 |
* | | Merge branch 'bc/object-id' | Junio C Hamano | 2015-06-05 | 1 | -8/+21 |
|\ \ |
|
| * | | rev_list_insert_ref(): remove unneeded arguments | Michael Haggerty | 2015-05-25 | 1 | -3/+3 |