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