Junio C Hamano
c7d6d419b0
Merge branch 'ab/mktag'
...
"git mktag" validates its input using its own rules before writing
a tag object---it has been updated to share the logic with "git
fsck".
* ab/mktag: (23 commits)
mktag: add a --[no-]strict option
mktag: mark strings for translation
mktag: convert to parse-options
mktag: allow omitting the header/body \n separator
mktag: allow turning off fsck.extraHeaderEntry
fsck: make fsck_config() re-usable
mktag: use fsck instead of custom verify_tag()
mktag: use puts(str) instead of printf("%s\n", str)
mktag: remove redundant braces in one-line body "if"
mktag: use default strbuf_read() hint
mktag tests: test verify_object() with replaced objects
mktag tests: improve verify_object() test coverage
mktag tests: test "hash-object" compatibility
mktag tests: stress test whitespace handling
mktag tests: run "fsck" after creating "mytag"
mktag tests: don't create "mytag" twice
mktag tests: don't redirect stderr to a file needlessly
mktag tests: remove needless SHA-1 hardcoding
mktag tests: use "test_commit" helper
mktag tests: don't needlessly use a subshell
...
2021-01-25 14:19:17 -08:00
..
2021-01-15 15:20:28 -08:00
2020-07-06 22:09:16 -07:00
2021-01-15 21:48:47 -08:00
2021-01-15 15:20:29 -08:00
2020-03-29 09:25:38 -07:00
2020-11-01 15:54:14 -08:00
2020-08-04 18:34:02 -07:00
2020-06-17 21:54:05 -07:00
2020-12-08 15:11:22 -08:00
2020-05-18 13:18:56 -07:00
2019-12-13 12:18:07 -08:00
2020-09-01 12:17:05 -07:00
2020-11-18 13:32:53 -08:00
2020-02-18 13:53:30 -08:00
2020-09-25 15:25:38 -07:00
2019-12-04 10:10:37 -08:00
2020-10-20 11:57:40 -07:00
2020-08-20 16:34:37 -07:00
2020-09-19 15:56:06 -07:00
2020-10-08 14:01:15 -07:00
2020-08-28 14:06:06 -07:00
2020-11-04 14:04:44 -08:00
2020-11-04 14:04:44 -08:00
2020-06-08 18:06:28 -07:00
2020-07-30 09:16:48 -07:00
2020-07-01 15:54:05 -07:00
2020-03-17 15:02:23 -07:00
2020-10-27 15:09:51 -07:00
2020-10-20 11:57:40 -07:00
2021-01-11 22:03:08 -08:00
2020-11-02 13:17:39 -08:00
2020-04-03 11:37:22 -07:00
2020-10-20 11:57:35 -07:00
2020-11-25 15:01:31 -08:00
2020-05-08 14:25:01 -07:00
2020-05-18 13:19:33 -07:00
2020-09-20 21:30:26 -07:00
2020-09-21 13:37:03 -07:00
2020-09-21 13:37:03 -07:00
2020-06-25 14:19:23 -07:00
2020-10-04 12:56:29 -07:00
2020-08-18 13:25:05 -07:00
2020-10-20 12:22:25 -07:00
2020-09-18 15:41:56 -07:00
2020-09-25 10:59:44 -07:00
2020-11-21 15:14:38 -08:00
2020-11-01 15:54:14 -08:00
2020-08-04 18:34:01 -07:00
2020-06-10 18:06:34 -07:00
2020-08-31 11:44:33 -07:00
2020-08-17 10:50:14 -07:00
2020-12-13 15:53:50 -08:00
2020-11-01 15:54:14 -08:00
2021-01-09 22:57:24 -08:00
2020-06-25 09:18:53 -07:00
2020-11-04 14:04:44 -08:00
2020-09-28 16:09:04 -07:00
2021-01-15 21:48:45 -08:00
2020-05-05 16:07:30 -07:00
2021-01-06 14:22:24 -08:00
2020-08-11 14:05:26 -07:00
2020-08-03 12:40:09 -07:00
2021-01-04 11:27:48 -08:00
2020-08-06 13:01:03 -07:00
2020-04-29 16:15:27 -07:00
2020-10-03 09:59:19 -07:00
2019-12-05 12:52:44 -08:00
2020-04-06 13:42:43 -07:00
2020-10-20 11:57:40 -07:00
2020-10-27 11:40:33 -07:00
2020-04-06 13:42:43 -07:00
2020-10-07 09:49:05 -07:00
2020-07-08 22:08:54 -07:00
2020-12-12 23:35:51 -08:00
2020-10-20 11:57:40 -07:00
2020-02-19 10:56:49 -08:00
2021-01-15 21:48:46 -08:00
2020-09-27 12:21:05 -07:00
2020-08-17 10:50:14 -07:00
2020-06-22 15:55:03 -07:00
2020-02-19 10:56:49 -08:00
2021-01-11 12:14:07 -08:00
2020-06-24 09:14:21 -07:00
2020-10-20 11:57:40 -07:00
2020-10-08 09:25:29 -07:00
2020-09-18 15:41:56 -07:00
2021-01-09 22:57:24 -08:00
2020-11-16 13:44:01 -08:00
2020-12-21 13:44:28 -08:00
2020-12-22 12:02:29 -08:00
2020-10-22 10:29:30 -07:00
2020-03-17 15:02:24 -07:00
2020-01-08 08:56:40 -08:00
2020-08-04 18:34:01 -07:00
2020-06-25 09:18:53 -07:00
2020-09-20 21:29:02 -07:00
2021-01-04 11:27:48 -08:00
2020-11-01 15:54:14 -08:00
2021-01-04 11:29:36 -08:00
2020-07-06 22:09:13 -07:00
2020-10-04 12:54:07 -07:00
2020-07-18 13:43:34 -07:00
2020-12-02 14:53:42 -08:00
2020-11-01 15:54:14 -08:00
2020-11-01 15:54:14 -08:00
2020-12-17 15:06:40 -08:00
2020-03-29 09:25:38 -07:00
2020-03-29 09:25:38 -07:00
2020-10-20 11:57:35 -07:00
2020-11-30 14:49:43 -08:00
2020-11-30 13:55:54 -08:00
2020-08-17 10:50:14 -07:00
2020-12-09 14:16:42 -08:00
2020-11-04 14:04:44 -08:00
2020-09-30 14:52:00 -07:00
2020-09-18 15:41:56 -07:00
2020-07-08 22:08:54 -07:00
2020-08-17 17:02:49 -07:00
2020-07-08 22:08:53 -07:00
2020-10-20 11:57:40 -07:00
2021-01-07 15:41:36 -08:00
2020-03-31 16:08:02 -07:00
2020-06-25 09:18:53 -07:00