Age | Commit message (Expand) | Author | Files | Lines |
2019-01-04 | Merge branch 'en/fast-export-import' | Junio C Hamano | 1 | -53/+137 |
2018-11-17 | fast-export: add a --show-original-ids option to show original names | Elijah Newren | 1 | -5/+15 |
2018-11-17 | fast-export: add --reference-excluded-parents option | Elijah Newren | 1 | -10/+32 |
2018-11-17 | fast-export: ensure we export requested refs | Elijah Newren | 1 | -12/+42 |
2018-11-17 | fast-export: when using paths, avoid corrupt stream with non-existent mark | Elijah Newren | 1 | -1/+12 |
2018-11-17 | fast-export: move commit rewriting logic into a function for reuse | Elijah Newren | 1 | -15/+22 |
2018-11-17 | fast-export: avoid dying when filtering by paths and old tags exist | Elijah Newren | 1 | -3/+6 |
2018-11-17 | fast-export: use value from correct enum | Elijah Newren | 1 | -6/+6 |
2018-11-17 | fast-export: convert sha1 to oid | Elijah Newren | 1 | -12/+13 |
2018-11-12 | Upcast size_t variables to uintmax_t when printing | Torsten Bögershausen | 1 | -1/+1 |
2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -1/+1 |
2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
2018-08-29 | convert "oidcmp() == 0" to oideq() | Jeff King | 1 | -1/+1 |
2018-08-15 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -21/+21 |
2018-07-23 | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 1 | -21/+21 |
2018-06-29 | commit: add repository argument to lookup_commit | Stefan Beller | 1 | -1/+1 |
2018-06-29 | blob: add repository argument to lookup_blob | Stefan Beller | 1 | -1/+1 |
2018-06-29 | object: add repository argument to parse_object_buffer | Stefan Beller | 1 | -1/+2 |
2018-06-29 | object: add repository argument to lookup_object | Stefan Beller | 1 | -2/+3 |
2018-06-29 | object: add repository argument to parse_object | Stefan Beller | 1 | -1/+1 |
2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -0/+1 |
2018-06-25 | Merge branch 'nd/commit-util-to-slab' | Junio C Hamano | 1 | -5/+9 |
2018-05-30 | Merge branch 'bw/ref-prefix-for-configured-refspec' | Junio C Hamano | 1 | -14/+8 |
2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -1/+1 |
2018-05-30 | Merge branch 'rs/no-null-ptr-arith-in-fast-export' | Junio C Hamano | 1 | -4/+3 |
2018-05-23 | Merge branch 'sb/oid-object-info' | Junio C Hamano | 1 | -1/+1 |
2018-05-23 | Merge branch 'ds/lazy-load-trees' | Junio C Hamano | 1 | -3/+3 |
2018-05-21 | revision.c: use commit-slab for show_source | Nguyễn Thái Ngọc Duy | 1 | -5/+9 |
2018-05-18 | remote: convert apply_refspecs to take a struct refspec | Brandon Williams | 1 | -1/+1 |
2018-05-18 | fast-export: convert to use struct refspec | Brandon Williams | 1 | -14/+7 |
2018-05-18 | refspec: rename struct refspec to struct refspec_item | Brandon Williams | 1 | -2/+2 |
2018-05-18 | refspec: move refspec parsing logic into its own file | Brandon Williams | 1 | -0/+1 |
2018-05-16 | object-store: move object access functions to object-store.h | Stefan Beller | 1 | -0/+1 |
2018-05-10 | fast-export: avoid NULL pointer arithmetic | René Scharfe | 1 | -4/+3 |
2018-05-08 | Merge branch 'ma/fast-export-skip-merge-fix' | Junio C Hamano | 1 | -1/+4 |
2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -1/+1 |
2018-04-26 | cache.h: add repository argument to oid_object_info | Stefan Beller | 1 | -1/+1 |
2018-04-21 | fast-export: fix regression skipping some merge-commits | Martin Ågren | 1 | -1/+4 |
2018-04-11 | treewide: replace maybe_tree with accessor methods | Derrick Stolee | 1 | -3/+3 |
2018-04-11 | treewide: rename tree to maybe_tree | Derrick Stolee | 1 | -3/+3 |
2018-03-14 | sha1_file: convert read_sha1_file to struct object_id | brian m. carlson | 1 | -2/+2 |
2018-03-14 | sha1_file: convert sha1_object_info* to object_id | brian m. carlson | 1 | -1/+1 |
2018-03-14 | sha1_file: convert check_sha1_signature to struct object_id | brian m. carlson | 1 | -1/+1 |
2018-02-14 | object: rename function 'typename' to 'type_name' | Brandon Williams | 1 | -4/+4 |
2017-12-08 | decorate: clean up and document API | Jonathan Tan | 1 | -1/+1 |
2017-11-09 | Merge branch 'bw/diff-opt-impl-to-bitfields' | Junio C Hamano | 1 | -1/+1 |
2017-11-01 | diff: make struct diff_flags members lowercase | Brandon Williams | 1 | -1/+1 |
2017-11-01 | diff: remove DIFF_OPT_SET macro | Brandon Williams | 1 | -1/+1 |
2017-10-16 | refs: convert dwim_ref and expand_ref to struct object_id | brian m. carlson | 1 | -1/+1 |
2017-09-29 | Merge branch 'ma/leakplugs' | Junio C Hamano | 1 | -2/+1 |