Commit Graph

  • 3daf6558ed fetch: add a test to exercise invalid output formats Patrick Steinhardt 2023-05-10 14:34:11 +02:00
  • 2c5691d6cf fetch: split out tests for output format Patrick Steinhardt 2023-05-10 14:34:07 +02:00
  • 5667141e3b fetch: fix --no-recurse-submodules with multi-remote fetches Patrick Steinhardt 2023-05-10 14:34:02 +02:00
  • 91428f078b The eighteenth batch Junio C Hamano 2023-05-10 09:14:45 -07:00
  • f7947450de Merge branch 'sd/doc-gitignore-and-rm-cached' Junio C Hamano 2023-05-10 10:23:29 -07:00
  • 40a5d2b79b Merge branch 'fc/doc-man-lift-title-length-limit' Junio C Hamano 2023-05-10 10:23:29 -07:00
  • 8d6d9529cb Merge branch 'fc/doc-drop-custom-callout-format' Junio C Hamano 2023-05-10 10:23:29 -07:00
  • 2ca91d1ee0 Merge branch 'mh/credential-oauth-refresh-token' Junio C Hamano 2023-05-10 10:23:28 -07:00
  • c05615e1c5 Merge branch 'ah/doc-attributes-text' Junio C Hamano 2023-05-10 10:23:28 -07:00
  • 7f3cc51b28 Merge branch 'ar/test-cleanup-unused-file-creation-part2' Junio C Hamano 2023-05-10 10:23:28 -07:00
  • b6e9521956 Merge branch 'ms/send-email-feed-header-to-validate-hook' Junio C Hamano 2023-05-10 10:23:28 -07:00
  • e2abfa7212 Merge branch 'hx/negotiator-non-recursive' Junio C Hamano 2023-05-10 10:23:27 -07:00
  • 07ac32fff9 Merge branch 'ma/gittutorial-fixes' Junio C Hamano 2023-05-10 10:23:27 -07:00
  • fbbf60a9bc Merge branch 'tb/credential-long-lines' Junio C Hamano 2023-05-10 10:23:27 -07:00
  • 6710b68db1 Merge branch 'rs/test-ctype-eof' Junio C Hamano 2023-05-10 10:23:27 -07:00
  • 66304ed9aa What's cooking (2023/05 #03) Junio C Hamano 2023-05-09 16:59:30 -07:00
  • 5597cfdf47 The seventeenth batch Junio C Hamano 2023-05-09 15:53:05 -07:00
  • 0004d97099 Merge branch 'ob/t3501-retitle' Junio C Hamano 2023-05-09 16:45:46 -07:00
  • 53b29442a8 Merge branch 'jw/send-email-update-gmail-insn' Junio C Hamano 2023-05-09 16:45:46 -07:00
  • 461eea3fb8 Merge branch 'ob/messages-capitalize-exception' Junio C Hamano 2023-05-09 16:45:46 -07:00
  • d6b7f01cd7 Merge branch 'ob/sequencer-i18n-fix' Junio C Hamano 2023-05-09 16:45:46 -07:00
  • ccd12a3d6c Merge branch 'en/header-split-cache-h-part-2' Junio C Hamano 2023-05-09 16:45:45 -07:00
  • ab828cde84 Merge branch 'mh/fix-detect-compilers-with-nondigit-versions' Junio C Hamano 2023-05-09 16:45:45 -07:00
  • 620e92b845 Merge branch 'jk/parse-commit-with-malformed-ident' Junio C Hamano 2023-05-09 16:45:44 -07:00
  • 8c30be9176 diff-files: integrate with sparse index Shuqi Liang 2023-05-09 15:42:41 -04:00
  • 0aba1a989c t1092: add tests for git diff-files Shuqi Liang 2023-05-09 15:42:40 -04:00
  • 159f4b9c3b test: rev-parse-upstream: add missing cmp Felipe Contreras 2023-05-08 18:02:46 -06:00
  • 8ddfce7144 t: drop "verbose" helper function Jeff King 2023-05-08 15:04:57 -04:00
  • a9ea5296b7 t7001: use "ls-files --format" instead of "cut" Jeff King 2023-05-08 15:01:46 -04:00
  • b1c8ac3996 t7001: avoid git on upstream of pipe Jeff King 2023-05-08 15:01:12 -04:00
  • 6e210175c7 t1092: update a write-tree test Shuqi Liang 2023-05-08 16:21:40 -04:00
  • b0afdce5da pack-bitmap.c: use commit boundary during bitmap traversal Taylor Blau 2023-05-08 13:38:12 -04:00
  • 47ff853f02 pack-bitmap.c: extract fill_in_bitmap() Taylor Blau 2023-05-08 13:38:09 -04:00
  • fe90355361 object: add object_array initializer helper function Taylor Blau 2023-05-08 13:38:06 -04:00
  • 99e70f3077 Merge gitk changes into js/gitk-fixes-from-gfw Junio C Hamano 2023-05-08 09:16:57 -07:00
  • 7dd272eca1 gitk: escape file paths before piping to git log Nico Rieck 2023-01-24 11:23:17 +00:00
  • bb5cb23daf gitk: prevent overly long command lines Johannes Schindelin 2023-01-24 11:23:16 +00:00
  • b4de9239bf subtree: support long global flags Josh Soref 2023-05-07 03:09:48 +00:00
  • 425b4d7f47 push: introduce '--branches' option Teng Long 2023-05-06 19:34:08 +08:00
  • 44451a2e5e attr: teach "--attr-source=<tree>" global option to "git" John Cai 2023-05-06 04:15:29 +00:00
  • 9019d7dceb name-rev: make --stdin hidden John Cai 2023-05-06 04:14:11 +00:00
  • b7cf25c8f4 t9800: correct misuse of 'show -s --raw' in a test Junio C Hamano 2023-05-06 14:29:55 -07:00
  • 05aa2dcf4a What's cooking (2023/05 #02) Junio C Hamano 2023-05-05 15:48:39 -07:00
  • 836088d80c doc-diff: drop SOURCE_DATE_EPOCH override Jeff King 2023-05-05 17:16:10 -04:00
  • 9d484b92ed diff: fix interaction between the "-s" option and other options Junio C Hamano 2023-05-05 09:59:52 -07:00
  • 83973981eb diff: plug leaks in dirstat Junio C Hamano 2023-05-05 14:19:17 -07:00
  • 34a94897e0 diff: refactor common tail part of dirstat computation Junio C Hamano 2023-05-05 14:19:16 -07:00
  • 1c301bcaa5 doc: doc-diff: specify date Felipe Contreras 2023-05-03 17:23:49 -06:00
  • 0c5308af30 docs: clarify git rm --cached function in gitignore note Sohom Datta 2023-05-03 21:46:40 +00:00
  • d832f2ac55 doc: manpage: remove maximum title length Felipe Contreras 2023-05-03 11:16:58 -06:00
  • 6696077ace docs: rewrite the documentation of the text and eol attributes Alex Henrie 2023-05-02 22:46:56 -06:00
  • a5855fd8d4 t2019: don't create unused files Andrei Rybak 2023-04-17 21:10:44 +02:00
  • dca675c6ef t1502: don't create unused files Andrei Rybak 2023-04-17 21:10:43 +02:00
  • 59162ece57 t1450: don't create unused files Andrei Rybak 2023-04-17 21:10:42 +02:00
  • a7cae2905b t1300: don't create unused files Andrei Rybak 2023-04-17 21:10:41 +02:00
  • 6fc68e7ca3 t1300: fix config file syntax error descriptions Andrei Rybak 2023-04-17 21:10:40 +02:00
  • ed5288cff2 t0300: don't create unused file Andrei Rybak 2023-04-17 21:10:39 +02:00
  • 756991bc88 doc: remove custom callouts format Felipe Contreras 2023-04-17 19:18:28 -06:00
  • 860208a52f What's cooking (2023/05 #01) Junio C Hamano 2023-05-02 15:24:03 -07:00
  • 69c786637d The sixteenth batch Junio C Hamano 2023-05-02 10:13:50 -07:00
  • d699e27bd4 Merge branch 'tb/ban-strtok' Junio C Hamano 2023-05-02 10:13:35 -07:00
  • cf85f4b3bd Merge branch 'jk/blame-fake-commit-label' Junio C Hamano 2023-05-02 10:13:34 -07:00
  • f357d46ada Merge branch 'jk/misc-null-check-fixes' Junio C Hamano 2023-05-02 10:13:34 -07:00
  • 3927312601 Merge branch 'en/ort-finalize-after-0-merges-fix' Junio C Hamano 2023-05-02 10:13:34 -07:00
  • 4ca12e10e6 Merge branch 'ek/completion-use-read-r-to-read-literally' Junio C Hamano 2023-05-02 10:13:34 -07:00
  • 31885f64e9 test-ctype: check EOF René Scharfe 2023-05-01 21:51:57 +02:00
  • cf9cd8b55c fsck: use local repository Derrick Stolee 2023-05-02 13:27:22 +00:00
  • 756f1bcd29 fsck: verify checksums of all .bitmap files Derrick Stolee 2023-05-02 13:27:21 +00:00
  • cbb83daeaf doc: interpret-trailers: fix example Kristoffer Haugsbakk 2023-05-01 22:02:41 +02:00
  • f68c26873d doc: interpret-trailers: don’t use deprecated config Kristoffer Haugsbakk 2023-05-01 22:02:40 +02:00
  • b032a2bfe7 doc: interpret-trailers: use input redirection Kristoffer Haugsbakk 2023-05-01 22:02:39 +02:00
  • c892bcc944 doc: interpret-trailers: don’t use heredoc in examples Kristoffer Haugsbakk 2023-05-01 22:02:38 +02:00
  • e35f202b45 setup: trace bare repository setups Glen Choo 2023-05-01 10:30:37 -07:00
  • 0a3a972c16 contrib/credential: embiggen fixed-size buffer in wincred Taylor Blau 2023-05-01 11:54:06 -04:00
  • 64f1e658e9 contrib/credential: avoid fixed-size buffer in libsecret Taylor Blau 2023-05-01 11:54:03 -04:00
  • de2fb99006 contrib/credential: .gitignore libsecret build artifacts Taylor Blau 2023-05-01 11:54:00 -04:00
  • 048b673d72 contrib/credential: remove 'gnome-keyring' credential helper Taylor Blau 2023-05-01 11:53:57 -04:00
  • 5747c8072b contrib/credential: avoid fixed-size buffer in osxkeychain Taylor Blau 2023-05-01 11:53:54 -04:00
  • 71201ab0e5 t/lib-credential.sh: ensure credential helpers handle long headers Taylor Blau 2023-05-01 11:53:51 -04:00
  • 16b305cd2b credential.c: store "wwwauth[]" values in credential_read() Taylor Blau 2023-05-01 11:53:48 -04:00
  • 3a7a18a045 send-email: detect empty blank lines in command output Maxim Cournoyer 2023-05-01 10:38:48 -04:00
  • ba92106e93 send-email: add --header-cmd, --no-header-cmd options Maxim Cournoyer 2023-05-01 10:38:47 -04:00
  • 03056ce796 send-email: extract execute_cmd from recipients_cmd Maxim Cournoyer 2023-05-01 10:38:46 -04:00
  • 8bb19c14fb t/t3501-revert-cherry-pick.sh: clarify scope of the file Oswald Buddenhagen 2023-04-30 12:00:34 +02:00
  • c8bd5503ac What's cooking (2023/04 #09) Junio C Hamano 2023-04-28 16:44:26 -07:00
  • 48d89b51b3 The fifteenth batch Junio C Hamano 2023-04-28 15:22:24 -07:00
  • aabc69885e Merge branch 'jk/gpg-trust-level-fix' Junio C Hamano 2023-04-28 16:03:03 -07:00
  • fc23c397c7 Merge branch 'tb/enable-cruft-packs-by-default' Junio C Hamano 2023-04-28 16:03:03 -07:00
  • 839ebad442 send-email docs: Remove mention of discontinued gmail feature Jouke Witteveen 2022-10-01 12:46:09 +02:00
  • b734fe49fd messages: capitalization and punctuation exceptions Oswald Buddenhagen 2023-04-28 14:56:49 +02:00
  • d45cbe3fe0 sequencer: actually translate report in do_exec() Oswald Buddenhagen 2023-04-28 14:56:48 +02:00
  • 3bd0097cfc cocci: codify authoring and reviewing practices Glen Choo 2023-04-27 22:22:23 +00:00
  • bd111141aa cocci: add headings to and reword README Glen Choo 2023-04-27 22:22:22 +00:00
  • 3c458ad376 What's cooking (2023/04 #08) Junio C Hamano 2023-04-27 16:34:43 -07:00
  • f85cd430b1 The fourteenth batch Junio C Hamano 2023-04-27 16:00:32 -07:00
  • 57a3b971e9 Merge branch 'fc/doc-checkout-markup-updates' Junio C Hamano 2023-04-27 16:00:59 -07:00
  • d6661e6843 Merge branch 'fc/doc-use-datestamp-in-commit' Junio C Hamano 2023-04-27 16:00:59 -07:00
  • a02675ad90 Merge branch 'ds/fsck-pack-revindex' Junio C Hamano 2023-04-27 16:00:59 -07:00
  • 849c8b3dbf Merge branch 'tb/pack-revindex-on-disk' Junio C Hamano 2023-04-27 16:00:59 -07:00
  • 90ef0f14eb parse_commit(): describe more date-parsing failure modes Jeff King 2023-04-27 04:17:24 -04:00