magit / magit

It's Magit! A Git Porcelain inside Emacs.
https://magit.vc
GNU General Public License v3.0
6.61k stars 820 forks source link

magit-insert-section `processbuf`? #5189

Closed Silex closed 3 months ago

Silex commented 3 months ago

Hello,

It's probably not a bug and just me that is stupid about what's going on, but I cannot understand where processbuf comes from at https://github.com/magit/magit/blob/main/lisp/magit-process.el#L347

Is it just a "string" used by the magit-insert-section macro to figure what kind of section it should create? Or maybe some undocumented emacs type?