All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] git-compat-util.h: drop the PRIuMAX definition
@ 2019-11-24 13:09 Hariom Verma via GitGitGadget
  2019-11-24 13:09 ` [PATCH 1/1] git-compat-util.h: drop the `PRIuMAX` definition Hariom Verma via GitGitGadget
  0 siblings, 1 reply; 8+ messages in thread
From: Hariom Verma via GitGitGadget @ 2019-11-24 13:09 UTC (permalink / raw)
  To: git; +Cc: Hariom Verma, Junio C Hamano

Git's code base already seems to be using PRIdMAX without any such fallback
definition for quite a while (75459410edd (json_writer: new routines to
create JSON data, 2018-07-13), to be precise, and the first Git version to
include that commit was v2.19.0).

Therefore it should be safe to drop the fallback definition for PRIuMAX in
git-compat-util.h.

This addresses https://github.com/gitgitgadget/git/issues/399

Hariom Verma (1):
  git-compat-util.h: drop the `PRIuMAX` definition

 git-compat-util.h | 4 ----
 1 file changed, 4 deletions(-)


base-commit: d9f6f3b6195a0ca35642561e530798ad1469bd41
Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-473%2Fharry-hov%2Fpriumax-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-473/harry-hov/priumax-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/473
-- 
gitgitgadget

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-11-25  9:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-24 13:09 [PATCH 0/1] git-compat-util.h: drop the PRIuMAX definition Hariom Verma via GitGitGadget
2019-11-24 13:09 ` [PATCH 1/1] git-compat-util.h: drop the `PRIuMAX` definition Hariom Verma via GitGitGadget
2019-11-24 17:06   ` Jeff King
2019-11-24 17:40     ` Carlo Arenas
2019-11-24 20:15       ` Carlo Arenas
2019-11-25  2:24     ` Junio C Hamano
2019-11-25  2:45       ` Junio C Hamano
2019-11-25  9:34         ` Jeff King

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.