pub/scm/linux/kernel/git/maz/cs-hw.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/maz/cs-hw.git/
$ git log --pretty=format:'%h %s (%cs)%d'
70d49e7 Regenerate JLCPCB prodction files for v3.2 (2024-01-13)
	(HEAD -> master)
cd3010b README: Typo fix (2024-01-12)
3107c49 Use "LCSC" instead of "LCSC Part" in properties (2024-01-12)
56ecbf5 Add README symlink (2023-10-22)
2088220 Add a dumb PCB as a starting point for a testing jig (2023-10-18)
0e72bd3 Update README (2023-10-07)
15543a2 Regenerate JLCPCB prodction files for v3.2 (2023-10-07)
6a6fbc5 Drop J[{4,5} and JP{1,2,3,4,5,6,7,8} from BOM/positions (2023-10-07)
5809ae5 Add JLCPCB rotational attributes to J{1,2}/U{1,5,6,7} (2023-10-07)
9f31204 Update PCB to pick FUSB302B from LCSC (2023-10-07)
...

$ git cat-file blob HEAD:README
README.txt

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Regenerate JLCPCB prodction files for v3.2 (2024-01-13)
  v3-dev       Update gerber for new silkscreen (2023-09-10)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v3.2         Central Scrutinizer v3.2: (2023-09-10) tar.gz
v3.1         CS v3.1. Probably good enough for most use cases, assuming I make good enough progress on the firmware side. (2023-07-22) tar.gz
v3           CS v3. JLCPCB has a hard time building it, but may not want to build it either. (2023-07-22) tar.gz
v2           v2 (2023-07-11) tar.gz
v1           v1 run: (2023-02-04) tar.gz
v0           First production batch (JLCPCB, 25/01/2023) (2023-01-25) tar.gz

# associated public inboxes:
# (number on the left is used for dev purposes)
          2 u-boot
          1 lkml
          1 linux-arm-kernel
          1 linux-ide
          1 amd-gfx
          1 dri-devel
          1 linux-omap

git clone https://yhbt.net/lore/pub/scm/linux/kernel/git/maz/cs-hw.git