Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'en/fast-import-looser-date' | Junio C Hamano | 2020-06-02 | 1 | -4/+21 |
|\ | |||||
| * | fast-import: add new --date-format=raw-permissive format | Elijah Newren | 2020-05-31 | 1 | -4/+21 |
* | | Merge branch 'jk/fast-import-use-hashmap' | Junio C Hamano | 2020-04-28 | 1 | -25/+36 |
|\ \ | |||||
| * | | fast-import: replace custom hash with hashmap.c | Jeff King | 2020-04-06 | 1 | -25/+36 |
| |/ | |||||
* | | fast-import: add options for rewriting submodules | brian m. carlson | 2020-02-28 | 1 | -5/+107 |
* | | fast-import: add a generic function to iterate over marks | brian m. carlson | 2020-02-28 | 1 | -24/+26 |
* | | fast-import: make find_marks work on any mark set | brian m. carlson | 2020-02-28 | 1 | -11/+10 |
* | | fast-import: add helper function for inserting mark object entries | brian m. carlson | 2020-02-28 | 1 | -15/+22 |
* | | fast-import: permit reading multiple marks files | brian m. carlson | 2020-02-28 | 1 | -14/+18 |
|/ | |||||
* | Sync with 2.23.1 | Johannes Schindelin | 2019-12-06 | 1 | -4/+35 |
|\ | |||||
| * | Sync with 2.22.2 | Johannes Schindelin | 2019-12-06 | 1 | -4/+35 |
| |\ | |||||
| | * | Sync with 2.21.1 | Johannes Schindelin | 2019-12-06 | 1 | -4/+35 |
| | |\ | |||||
| | | * | Sync with 2.20.2 | Johannes Schindelin | 2019-12-06 | 1 | -4/+35 |
| | | |\ | |||||
| | | | * | Sync with 2.19.3 | Johannes Schindelin | 2019-12-06 | 1 | -4/+35 |
| | | | |\ | |||||
| | | | | * | Sync with 2.18.2 | Johannes Schindelin | 2019-12-06 | 1 | -4/+35 |
| | | | | |\ | |||||
| | | | | | * | Sync with 2.17.3 | Johannes Schindelin | 2019-12-06 | 1 | -4/+35 |
| | | | | | |\ | |||||
| | | | | | | * | Sync with 2.16.6 | Johannes Schindelin | 2019-12-06 | 1 | -4/+35 |
| | | | | | | |\ | |||||
| | | | | | | | * | Sync with 2.15.4 | Johannes Schindelin | 2019-12-06 | 1 | -4/+35 |
| | | | | | | | |\ | |||||
| | | | | | | | | * | Sync with 2.14.6 | Johannes Schindelin | 2019-12-06 | 1 | -4/+35 |
| | | | | | | | | |\ | |||||
| | | | | | | | | | * | fast-import: disallow "feature import-marks" by default | Jeff King | 2019-12-04 | 1 | -0/+2 |
| | | | | | | | | | * | fast-import: disallow "feature export-marks" by default | Jeff King | 2019-12-04 | 1 | -0/+25 |
| | | | | | | | | | * | fast-import: delay creating leading directories for export-marks | Jeff King | 2019-12-04 | 1 | -1/+6 |
| | | | | | | | | | * | fast-import: stop creating leading directories for import-marks | Jeff King | 2019-12-04 | 1 | -1/+0 |
| | | | | | | | | | * | fast-import: tighten parsing of boolean command line options | Jeff King | 2019-12-04 | 1 | -2/+2 |
| | | | | | | | | | * | Merge branch 'jk/write-in-full-fix' into maint | Junio C Hamano | 2017-10-23 | 1 | -1/+1 |
| | | | | | | | | | |\ | |||||
* | | | | | | | | | | \ | Merge branch 'en/fast-imexport-nested-tags' | Junio C Hamano | 2019-10-15 | 1 | -11/+81 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | fast-import: add support for new 'alias' command | Elijah Newren | 2019-10-04 | 1 | -10/+52 |
| * | | | | | | | | | | | | fast-import: allow tags to be identified by mark labels | Elijah Newren | 2019-10-04 | 1 | -1/+2 |
| * | | | | | | | | | | | | fast-import: fix handling of deleted tags | Elijah Newren | 2019-10-04 | 1 | -0/+27 |
| |/ / / / / / / / / / / | |||||
* | | | | | | | | | | | | fast-import: duplicate into history rather than passing ownership | Jeff King | 2019-08-27 | 1 | -3/+1 |
* | | | | | | | | | | | | fast-import: duplicate parsed encoding string | Jeff King | 2019-08-27 | 1 | -2/+5 |
|/ / / / / / / / / / / | |||||
* | | | | | | | | | | | Merge branch 'nd/tree-walk-with-repo' | Junio C Hamano | 2019-07-19 | 1 | -3/+6 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | sha1-file.c: remove the_repo from read_object_with_reference() | Nguyễn Thái Ngọc Duy | 2019-06-27 | 1 | -3/+6 |
* | | | | | | | | | | | | Merge branch 'rs/copy-array' | Junio C Hamano | 2019-07-09 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| / / / / / / / / / / | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | use COPY_ARRAY for copying arrays | René Scharfe | 2019-06-17 | 1 | -1/+1 |
* | | | | | | | | | | | fast-import: support 'encoding' commit header | Elijah Newren | 2019-05-14 | 1 | -2/+9 |
|/ / / / / / / / / / | |||||
* | | | | | | | | | | Merge branch 'bc/hash-transition-16' | Junio C Hamano | 2019-04-25 | 1 | -26/+40 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | fast-import: replace sha1_to_hex | brian m. carlson | 2019-04-01 | 1 | -2/+2 |
| * | | | | | | | | | | fast-import: make hash-size independent | brian m. carlson | 2019-04-01 | 1 | -16/+29 |
| * | | | | | | | | | | object-store: rename and expand packed_git's sha1 member | brian m. carlson | 2019-04-01 | 1 | -8/+9 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | fast-import: fix erroneous handling of get-mark with empty orphan commits | Elijah Newren | 2019-04-01 | 1 | -6/+2 |
* | | | | | | | | | | fast-import: only allow cat-blob requests where it makes sense | Elijah Newren | 2019-04-01 | 1 | -6/+13 |
* | | | | | | | | | | fast-import: check most prominent commands first | Elijah Newren | 2019-04-01 | 1 | -2/+2 |
|/ / / / / / / / / | |||||
* | | | | | | | | | Merge branch 'en/fast-export-import' | Junio C Hamano | 2019-01-04 | 1 | -154/+12 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | |||||
| * | | | | | | | | fast-export: add a --show-original-ids option to show original names | Elijah Newren | 2018-11-17 | 1 | -0/+12 |
| * | | | | | | | | fast-import: remove unmaintained duplicate documentation | Elijah Newren | 2018-11-17 | 1 | -154/+0 |
* | | | | | | | | | Upcast size_t variables to uintmax_t when printing | Torsten Bögershausen | 2018-11-12 | 1 | -2/+2 |
|/ / / / / / / / | |||||
* | | | | | | | | Merge branch 'jk/cocci' | Junio C Hamano | 2018-09-17 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | convert "oidcmp() != 0" to "!oideq()" | Jeff King | 2018-08-29 | 1 | -2/+2 |
| * | | | | | | | | convert "oidcmp() == 0" to oideq() | Jeff King | 2018-08-29 | 1 | -3/+3 |
| |/ / / / / / / |