repo stringclasses 15
values | sha stringlengths 40 40 | date timestamp[s]date 1996-07-09 06:22:35 2026-07-14 16:18:26 | subject stringlengths 5 200 | body stringlengths 0 2k | style stringclasses 2
values | type stringclasses 13
values | scope stringlengths 0 51 | breaking bool 2
classes |
|---|---|---|---|---|---|---|---|---|
postgres | d31084e9d1118b25fd16580d9d8c2924b5740dff | 1996-07-09T06:22:35 | Postgres95 1.01 Distribution - Virgin Sources | normal | false | |||
postgres | 25bb71835f1d3c3ab85cfa33dbdf95419d003c2a | 1996-07-09T06:35:38 | Fix: Can't drop tables with names longer than 16 characters. | conventional | fix | false | ||
postgres | 950b6ab02272057811dcb4cdf2edcdc2f01b81b7 | 1996-07-09T06:39:19 | Fixes: Using LIKE or ~ operator on text type files which are null valued causes segmentation fault. | Thanks to: Salvador Ortiz Garcia, Robert Patrick, Paul 'Shag' Walmsley,
and James Cooper for finding and fixing the problem. | normal | false | ||
postgres | e72ca17f77c4acfc4d50926ac30d28a6283127f3 | 1996-07-12T04:53:59 | fixes for several potential null pointer dereferences | submitted by: Paul "Shag" Walmsley <ccshag@cclabs.missouri.edu> | normal | false | ||
postgres | d602a35d37f700bc28c89a21255934a0abd0677a | 1996-07-12T05:39:39 | Brought in extensions to pg_dump | Submitted by: david bennett <dave@bensoft.com>
marc g. fournier <scrappy@ki.net> | normal | false | ||
postgres | 3a2a3689b84608c2f16ff4016b929611344dbeb5 | 1996-07-13T07:37:33 | Moved two defines required for FreeBSD into Makefile.global | The idea is that its right beside PORTNAME, so if it doesn't apply to
the OS in question, it can be rememberd to disable it... | normal | false | ||
postgres | 76145bd74b0fcf367200b2cf09f8858df8db7d53 | 1996-07-15T19:10:32 | Makefile.global changes to show option -DOPENLINK_PATCHES | normal | false | |||
postgres | d838e30f13028d37a383b7adb1f7f6e094df1496 | 1996-07-15T19:11:23 | Submitted by Openlink, requires -DOPENLINK_PATCHES in Makefile.global | varchar.diff
------------
This patch was necessary for the OpenLink Postgres Database Agent.
I think this fixes a bug anyway.
The following query demonstrates this bug:
create table foo (bar varchar);
insert into foo values (''); -- no problem
select * from foo where bar = ''; -- fails | normal | false | ||
postgres | faf21935d1221d097ce26bea9a0dac68efa00a18 | 1996-07-15T19:22:17 | fsync patch from openlink | normal | false | |||
postgres | 350cb69aed92a2b4209fac1e18d1636fb3e3a0aa | 1996-07-15T19:22:58 | fsync patch from openlink | NOTE: FSYNC needs to be set at top of initdb.sh to enable use of fsync
patches...disabled by default | normal | false | ||
postgres | d7a1ce7af7aa416250aada15b19be38eb48b168e | 1996-07-15T19:32:33 | adds: case insensitive regexp for varchar From: azcb0@sde.uts.amdahl.com | normal | false | |||
postgres | 169a5b76708b8f00f380130253491694ce0df8b0 | 1996-07-16T06:37:28 | applied fixes for psql - \p produces traditional results - \r added | submitted by: Bruce Momjian (root@candle.pha.pa.us) | normal | false | ||
postgres | e5eb8594464fbb5a6a104f9e78388778ce5bba37 | 1996-07-16T06:53:41 | fix: During a BSD/OS(BSDI) 2.1 compile, I got errors about undefined S_LOCK_'s during the postgres link phase. | submitted by: Bruce Momjian (root@candle.pha.pa.us) | conventional | fix | false | |
postgres | bf2abf0dae2cebae5c66dcc3d68687d61aa5b4a3 | 1996-07-16T06:58:12 | fix: clean up formatting of \d tablename in psql | submitted by: Bruce Momjian (root@candle.pha.pa.us) | conventional | fix | false | |
postgres | 55aab6a43453efbc5e10e8381343d474c2d70298 | 1996-07-16T07:13:58 | fix: BSDi 2.1 requires a port seperate from BSDi 2.0{.1} | submitted by: Bruce Momjian (root@candle.pha.pa.us) | conventional | fix | false | |
postgres | bc0bd47c6a8e020c523cc69a8a3c8e9dab8bb61b | 1996-07-18T04:59:42 | Fixes: In the solaris port the file descriptors are hard coded to 20 (from the include file sys/param.h | Submitted by: michael.siebenborn@ae3.Hypo.DE (Michael Siebenborn (6929)) | normal | false | ||
postgres | 2771129c8272bc9c8f01cd5221dbd9855117748e | 1996-07-19T05:32:42 | Fixes: minor Makefile changes to force setting of SRCDIR and ordering of include files | Submitted by: Bruce Momjian (root@candle.pha.pa.us) | normal | false | ||
postgres | 89ad6338973c033ac34265d829fa8e5c3e122067 | 1996-07-19T05:54:17 | Fixes compile errors with irix5 port | Submitted by: Thomas van Reimersdahl <reimersd@dali.techinfo.rwth-aachen.de> | normal | false | ||
postgres | 64bfa0487b3df4c92cb570ba632c5b4da4b48cbc | 1996-07-19T06:08:21 | fixes for textcat(), but headers were missing from archive :( | normal | false | |||
postgres | de82ece8bdd0cefcbfda763ccdce498e3a06a627 | 1996-07-19T06:36:38 | Fix PAGER bug in createuser/etc scripts | submitted by: Bruce Momjian (root@candle.pha.pa.us) | normal | false | ||
postgres | 2ab6d1f125bb159405ae6765749d32c11a0bea69 | 1996-07-19T06:47:51 | Removed -I${HEADERFILE} from bin/Makefile.global | normal | false | |||
postgres | df1a06ed37e4c1390ce49019017047c36437fe87 | 1996-07-19T06:53:40 | - added -ltermcap to LIBS in bin/psql/Makefile | - submitted by: Bruce Momjian (root@candle.pha.pa.us) | normal | false | ||
postgres | 3704b99522dfd24849facdd574a2fdb218326469 | 1996-07-19T07:00:56 | - libpq calls "fe_getauthname()" two times in "fe-connect.c", but doesn't free the buffer allocated by this function. | - submitted by: Erich Stamberger <eberger@gewi.kfunigraz.ac.at> | normal | false | ||
postgres | 83adddfcc35b407e3d025f02e7d0149e5e2b9a76 | 1996-07-19T07:19:56 | - improve date/time parsing routines | - submitted by: Massimo Dal Zotto <dz@cs.unitn.it> | normal | false | ||
postgres | c777e8131ed08d6baccc402608a19d664561671a | 1996-07-20T07:33:36 | fixed a bug with not commenting out FSYNC= in initdb.sh | normal | false | |||
postgres | 5feb9dc9dfc56f440f68e7b2bc1229b25e133895 | 1996-07-20T07:40:03 | - extend conditional for use of -ltermcap in bsdi/bsdi_2_1 compiles | - submitted by: Bruce Momjian (root@candle.pha.pa.us) | normal | false | ||
postgres | baeb3aadc5c60611570ff2bb525e6a3f941c1c22 | 1996-07-20T07:52:36 | - fix installation not installing man pages | - submitted by: drgeorge@ilt.com (Dr_George_D_Detlefsen) | normal | false | ||
postgres | ffae4ebde91a894d381a4b7fa9671fe83f08db3f | 1996-07-20T08:36:33 | Brought in NEOSOFT's port to i386_solaris | Submitted by: Randy Kunkee <kunkee@Starbase.NeoSoft.COM> | normal | false | ||
postgres | df43edcf450ff70f610e8fcb54573f5d1ca7bd04 | 1996-07-20T08:44:45 | Fix for: | >
> We did some testing and found that if we name the table 'Inv' with
> anything appended to it, the table does not appear in the '\d' table list.
> It appears to be the capital I as a table named 'invItemsL' is created
> and displayed properly.
>
- submitted by: Jason Wright <jason@shiloh.vnet.net> | normal | false | ||
postgres | 435d32cd25557d091873c302e7be534b43a495f7 | 1996-07-22T04:51:05 | quick fix to src/bin/Makefile.global so that compiling doesn't look for a libpq that is already installed... | submitted by: Bruce Momjian (root@candle.pha.pa.us) | normal | false | ||
postgres | 753631ac17cd2fcf7006e104d1eac81cee624e36 | 1996-07-22T05:13:32 | - added LD_ADD+=-ltermcap to postgres.mk.bsdi_2_1 | - submitted by: Bruce Momjian (root@candle.pha.pa.us) | normal | false | ||
postgres | 02bbd95a4153151e66e21475ed8ed994272f0103 | 1996-07-22T05:59:53 | Backed out the changes to monitor.c that seem to be affecting the ability for createuser to actually create one... | normal | false | |||
postgres | 672f6ece2317b4a56fc1c776a1df439036c677bf | 1996-07-22T08:37:00 | Brought in David Bennett's (dave@bensoft.com) changes to pg_dump | normal | false | |||
postgres | 18a7989e1a9f207c9510a602089dc3e87e796b33 | 1996-07-22T21:58:28 | - merging in Dr. George's tree with ours - src/backend/access - no changes - src/backend/utils - mostly cosmetic changes - ESCAPE_PATCH Added - src/Makefile.global changes merged | normal | false | |||
postgres | e11744e164c6fc3d10954bf1e2cf1f0b72804330 | 1996-07-22T23:30:57 | More of Dr. George's changes... - src/backend/catalog/* - no changes - src/backend/executor/* - change how nodeHash.c handles running out of memory - src/backend/optimizer/* - mostly cosmetic changes | normal | false | |||
postgres | 7344d6989878ff313d65a6ec15b6ed027b47e248 | 1996-07-23T02:23:54 | Finished merging in src/backend from Dr. George's source tree | normal | false | |||
postgres | d1724d65b7506b376fc8a090e73344c9587371ad | 1996-07-23T02:26:41 | reversed julian's patch back in again...othere things cause monitor to not compile now... | normal | false | |||
postgres | be5bfd54f213f0618ae51113da64d28793904301 | 1996-07-23T03:03:43 | Put in a new FAQ | Merged in Dr. George's src/bin tree (possibly broke monitor/psql in process) | normal | false | ||
postgres | 772ae267e36f15136d900f560517835ac833840a | 1996-07-23T03:05:23 | spelling error...and correction | normal | false | |||
postgres | 668aa24fc495a142fdf2ac12b32d849a04b21dc0 | 1996-07-23T03:13:58 | More merge's from Dr. George's sourec tree | normal | false | |||
postgres | 245686d43a086ac2c9135a05b4fe940ad6537ed9 | 1996-07-23T03:19:34 | modifications to regressoin tests | normal | false | |||
postgres | 94e5642b878be92176a17a799d04c198ea852bc7 | 1996-07-23T03:24:47 | More Merge's from Dr' sourec tree | normal | false | |||
postgres | 2206b5819d280107658d7f4cb6cea30f18d3564a | 1996-07-23T03:35:14 | Alot of "changes" from Dr. George's source tree... | Most of the changes in here look to b epurely cosmetic, and don't
affect anything...
...and some stuff is completely questionable...in that I may have reversed
some of the stuf fwe already had :( | normal | false | ||
postgres | 83c9ec765e12362e7a459214404765f5084f4291 | 1996-07-23T03:38:44 | Last changes to src from Dr. George *wipes brow* | normal | false | |||
postgres | 00fe588fb0ad2f78b3020234e16369e58ee119a8 | 1996-07-23T05:24:35 | comment out inclue of Makefile.custom, as i tbreaks compiling the bin directory | normal | false | |||
postgres | b619cb09d96562d701fcc9f7f612b9bbd903ec6f | 1996-07-23T05:44:10 | iBrought in a fix for backend crashes | Submitted by: "Vadim B. Mikheev" <vadim@sable.krasnoyarsk.su> | normal | false | ||
postgres | 18367ced1be961761308dbff80e1ce6cce777893 | 1996-07-23T05:51:29 | Ack, missed two files from the merge...looks like a .11 is goin gto have to go out after all :( | normal | false | |||
postgres | 0ede7ca8197544fbf9f6416294944c1acbe04db5 | 1996-07-25T00:19:42 | Added an empty Makefile.custom file... | normal | false | |||
postgres | 0864a2ddaedbf4da0837cfa84b6dd012a097cef8 | 1996-07-25T00:22:19 | Fix compiler not finding libpgtcl.h header file | normal | false | |||
postgres | 2f19e2894091d0b6e7669aad0df97d192520ecef | 1996-07-25T00:26:21 | there are no includes files in backend, there should be, so why look there? | normal | false | |||
postgres | 7920dce9f92507f21d5c3f99dcce6f9152d43247 | 1996-07-25T00:30:02 | comment out USE_TCL...having USE_TCL=true seems to imply that you have to have TCL to use postgres95, which you don't | normal | false | |||
postgres | 98ae3fadd10c48f8f1bdbee7025c6daf1806d122 | 1996-07-25T01:11:15 | Ack, -I$(srcdir)/backend *is* required... | normal | false | |||
postgres | 69ee15d66351bcbe0e4447b1804ed20d01a5f885 | 1996-07-25T06:54:26 | Removed monitor from compile/install (will eventually be removed completely) | normal | false | |||
postgres | ff50e5ab475f5ca5a86d6dd0f13bc088bed4fdc3 | 1996-07-25T06:55:49 | Switched from using monitor to using psql | Submitted by: Rick Weldon <rick@wisetech.com> | normal | false | ||
postgres | 65b4b392467b618c7b120e4036e59ee211ad7b1b | 1996-07-25T07:26:37 | Dr George suggested removing Makefile.custom altogether, to reduce any confusion...so its gone... | normal | false | |||
postgres | 10369ad7b25dad03d734d01088b7399b9eeac931 | 1996-07-25T07:27:08 | removed tas.s refernce | normal | false | |||
postgres | fd35587d4cb00ba605a030d51ecdc2ccb4991600 | 1996-07-25T07:28:12 | moved the FLEX stuf from Makefile.global to here | normal | false | |||
postgres | 31cae34d078b5fc2bcb5f9b2e307aeef92079cf4 | 1996-07-25T19:45:31 | multiple define of 'union semun' removed | submitted by: dr. george | normal | false | ||
postgres | 14cd0ca3bd20db3ee131b720965b7bd26b168fe4 | 1996-07-25T19:48:24 | modified i386_solaris port | submitted by: dr. george | normal | false | ||
postgres | 9e0a8d4b266f41869e89afe228fed2c9ea0e8ce4 | 1996-07-25T19:56:59 | improvements to regression testing | submitted by: dr. george | normal | false | ||
postgres | aac483943d45beaa00a8f1eeae4c96d1bc62b522 | 1996-07-25T20:01:51 | fixed usuage of -ltermcap for psql | submitted by: Bruce Momjian <maillist@candle.pha.pa.us> | normal | false | ||
postgres | 5315d37c207c907c2b732ef9c34ab61aaee8fa13 | 1996-07-25T20:36:46 | Fix applied for NESTLOOP bug | submitted by: vadim@sable.krasnoyarsk.su (Vadim B. Mikheev) | normal | false | ||
postgres | 8a372d202f92c371aab86e289539d3e37b0314b9 | 1996-07-25T20:45:05 | Add in port to DG/UX | Submitted by: "Brian E. Gallew" <geek+@cmu.edu> | normal | false | ||
postgres | ba4b7f5021795c5b7355d7df390e43b9eacb1cc4 | 1996-07-26T19:58:04 | regression Makefile, rev 2 | Submitted by: Dr. George | normal | false | ||
postgres | e4b2558fa32fae6f9833a13da8044a2f09f61e0f | 1996-07-26T20:03:21 | Minor bug fix | normal | false | |||
postgres | f45dfa6174edb1484f93c932a33fe5eb3fa536cd | 1996-07-26T20:15:40 | should always take mail headers out of Makefile files befor ecommitting :) | normal | false | |||
postgres | 95b6f6ea33e8d53112eac9387a5eb4a883dbd1f8 | 1996-07-26T20:39:04 | Missed a small patch fro mBruce for BSDi | normal | false | |||
postgres | b141c5a9735de133ba482fb82b5353323e3985d4 | 1996-07-27T02:04:12 | Fix where 'make clean' wipes out everything if no obj directory exists... | Submitted by: Bruce Momjian <maillist@candle.pha.pa.us> | normal | false | ||
postgres | 32a3858adddac173627ff71255971c29b914350b | 1996-07-27T02:06:10 | corrects the output for a 'SELECT DISTINCT ON ...' at line 2900 | submitted by: Dr_George_D_Detlefsen <drgeorge@ilt.com> | normal | false | ||
postgres | 1a675fe5b2a4d1b990ce8fa4dd64367bb0abdea4 | 1996-07-27T02:19:18 | Fixed these script sonce and for all? | Submitted by: Rick Weldon <rick@wisetech.com> | normal | false | ||
postgres | 22113f81fdb552e389d971c2d45c90271d5544ff | 1996-07-27T02:29:51 | This is a patch to pg_dump which fixes varchar and char printing in the case where the attribute length is variable (stored as -1). Previously, you'd get output that looked like: | CREATE TABLE foo (bar varchar(-1));
Monitor and psql don't like this at all :). Here is a fix:
Submitted by: Adam Sussman <myddryn@vidya.com> | normal | false | ||
postgres | 6e077b0ae5eadc0d797e489953acf04f2bf95849 | 1996-07-27T02:40:45 | Further modifications for fixing createuser bug... | Submitted by: Rick Weldon <rick@wisetech.com> | normal | false | ||
postgres | edb519b14c4d54daeb23ac6f06b9676a6d4bf702 | 1996-07-27T02:55:23 | and now, the long awaited PAGER patches from Bruce... | Submitted by: Bruce Momjian <maillist@candle.pha.pa.us> | normal | false | ||
postgres | 64b130a8e73018972dab3df9e5ef42646ee9a68d | 1996-07-27T04:38:22 | Various fixes required for psql | Submitted by: Bruce | normal | false | ||
postgres | ed3240d093e0fda4a8caa33b85a2636b6400c80a | 1996-07-28T06:48:42 | bugfix: if NOREADLINE was not defined and input was not from a tty, then the getopt() was not executed. | normal | false | |||
postgres | b834d27bc96423e2402ebd829f6892ff7b802f41 | 1996-07-28T06:54:15 | small port fixes for sparc_solaris | submitted by: jason | normal | false | ||
postgres | 4b3cb03104eaa8bfb201814b6d1dd81e43b39b9b | 1996-07-28T06:56:28 | fixes: It appears several routines use lcons to store integers rather than pointers. | submitted by: bruce | normal | false | ||
postgres | 0e887c541e6a9062c0edcc07ad1015c76f369258 | 1996-07-28T06:59:43 | reversed bruces patch to getopt() loop about optarg | submitted by: bruce | normal | false | ||
postgres | 7450ea6dfb7bc26ec6263082548c6f642fa9503c | 1996-07-28T07:08:15 | cosmetic changes: char* x changed to char *x | submitted by: bruce | normal | false | ||
postgres | 20f3236650cd7c2b1aabb29131ac234da2cd39a9 | 1996-07-29T06:54:01 | Modifications for bsdi from Kurt(sp?) | normal | false | |||
postgres | 48cde8d83b9b7b672218ba926b896ed396c7645e | 1996-07-29T20:49:02 | fix a redeclaration error | submitted by Kurt | normal | false | ||
postgres | 496b937dca4121f8dbc3cfc94bdd29106c53db1c | 1996-07-29T20:51:41 | Change ordering of "user modified variables" so that they are at the top of th efile instead of scattered throughout | Turned off default behavior of compiling with -g enabled
submitted by; bruce | normal | false | ||
postgres | c4ea55d2c94d6d1579acd5b7eb05d6bc32166453 | 1996-07-29T20:52:24 | clean up /tmp behind itself | submitted by: bruce | normal | false | ||
postgres | be19feb14a0491915aee45163926c5475d17bff8 | 1996-07-29T20:58:42 | The decode function in psql.c doesn't return anything, so its declaration is incorrect. | -Kurt | normal | false | ||
postgres | 519496b63e1e246908e7dfe4b1cbd3bcb3a3c6e9 | 1996-07-30T07:41:38 | More cleandups from: "Kurt J. Lidl" <lidl@va.pubnix.com> | normal | false | |||
postgres | e5e12f640571f1d1a440d868454afd543beb73fd | 1996-07-30T07:47:58 | More cleanups by "Kurt J. Lidl" <lidl@va.pubnix.com> | normal | false | |||
postgres | e0d48c317cdda97e71548ede18cd3ee9a9df8f32 | 1996-07-31T02:06:00 | Fixes: Floating point exception in psql | Submitted by: Dan McGuirk <mcguirk@indirect.com> | normal | false | ||
postgres | 1af2cc0d58160470ef67f84d89aaccdbf6826ad4 | 1996-07-31T02:07:25 | Style didn't appeal to some...:) | Submitted by: Bruce Momjian <maillist@candle.pha.pa.us> | normal | false | ||
postgres | 3881cbd2f6ec55db2dfd7fcb84caa732a5465796 | 1996-07-31T02:20:59 | Added <sys/termios.h> for i386_solaris port | Submitted by: Dr_George_D_Detlefsen <drgeorge@ilt.com> | normal | false | ||
postgres | c6cf21825ae8944613134d133abab8fe218c61b3 | 1996-07-31T02:28:22 | already exists in the contrib directory | normal | false | |||
postgres | 5eb17f53b61e033ed65a428cff50c4d3e58c7178 | 1996-07-31T02:30:10 | Moved src/extend to contrib | normal | false | |||
postgres | dbf2a8c9840c9a83287c2b7e69797a693e142d39 | 1996-07-31T06:05:46 | Everyone seems to suggestion this is something that should be there... | #include <sys/termios.h>
Submitted by: Dr. George | normal | false | ||
postgres | c114bf330dc16cbe4155eef3d27d4f33d2ddf2ae | 1996-07-31T06:09:46 | A "lost in the archives" patch from Chris Dunlop <chris@atlas.onthe.net.au> | normal | false | |||
postgres | c317bdc9fd024e852104273ef74a132625cd7bb5 | 1996-07-31T17:19:49 | Re-arrange KRBVERS postition | Suggested by: Daniel Kalchev <daniel@digsys.bg> | normal | false | ||
postgres | 7d2000e3a759bb5486eb4d80fb368a0c4b5c814f | 1996-07-31T17:35:13 | Fix for <machine.h> bug | Submitted by: Bruce | normal | false | ||
postgres | 4e82924eac3792629812fdaed81aceeedbd160af | 1996-07-31T18:40:12 | Row count patch from Bruce | normal | false | |||
postgres | 9c0f89c4a40ba6e9c591cdf805a62d9dd2a5dc2f | 1996-07-31T18:43:58 | More patches for BSDi from Bruce | normal | false | |||
postgres | 7bdd8dcac39a25749b497c71fcbf206b31388061 | 1996-07-31T18:48:16 | This prevent gcc from complaining about casting a short to a char * and fixes another complaint. | More fixes from Bruce... | normal | false | ||
postgres | db174707bae7c23851f21d29ced1e96b135fb292 | 1996-07-31T18:52:38 | Standardize locations of TCL related files | Submitted by: Dr_George_D_Detlefsen <drgeorge@madmax.ilt.com> | normal | false | ||
postgres | cb34902cbdef28d7b7600bf6553202e4d4e7abd4 | 1996-07-31T18:59:00 | Move port includes from bin/pg_dump/Makefile to Makefile.global | normal | false |
Commit Messages from High-Quality Repositories
292,269 cleaned git commit messages scraped from the full histories of 15 well-regarded open-source projects, balanced across two styles: normal (196,372) and conventional commits (95,897).
Dataset Summary
- Each record contains the commit
subject,body, plus metadata:repo,sha,date,author, and labels:style(normal/conventional),type(fix, feat, docs, ...),scope,breaking. - Heavy cleaning: GitHub squash suffixes
(#123)stripped, bot/automated commits removed, canned boilerplate removed, exact duplicates removed, git trailers (Signed-off-by etc.) stripped from bodies, junk subjects ("wip", "update", ...) removed. - Temporal split: train is the oldest ~98% of commits, validation the next ~1%, test the newest ~1%. No train/eval temporal leakage: every eval commit is newer than every train commit.
Supported Tasks
text-generation: commit message generation, style modeling, conventional-commit classification, software-engineering NLP.
Usage
from datasets import load_dataset
ds = load_dataset("USERNAME/REPO", "default") # full metadata records
view = load_dataset("USERNAME/REPO", "training_view") # prompt/completion pairs (body -> subject)
training_view maps a change description (the commit body) to the commit subject line and is
formatted for fine-tuning tools such as Unsloth, with explicit prompt and completion columns.
Source Repositories
| Repository | URL | Commits in dataset |
|---|---|---|
| postgres | https://github.com/postgres/postgres | 57,971 |
| openssl | https://github.com/openssl/openssl | 53,169 |
| angular | https://github.com/angular/angular | 39,465 |
| curl | https://github.com/curl/curl | 37,130 |
| ant-design | https://github.com/ant-design/ant-design | 22,853 |
| neovim | https://github.com/neovim/neovim | 22,096 |
| babel | https://github.com/babel/babel | 13,719 |
| vite | https://github.com/vitejs/vite | 8,209 |
| eslint | https://github.com/eslint/eslint | 7,837 |
| tmux | https://github.com/tmux/tmux | 7,618 |
| vue-core | https://github.com/vuejs/core | 7,540 |
| vitest | https://github.com/vitest-dev/vitest | 5,120 |
| nestjs | https://github.com/nestjs/nest | 4,147 |
| chart-js | https://github.com/chartjs/Chart.js | 3,718 |
| axios | https://github.com/axios/axios | 1,677 |
Upstream Licenses
Commit messages are inherited from their source projects. Repositories under copyleft or source-available licenses (git: GPL-2.0; redis: BSD-3 / RSALv2 / SSPLv1) were excluded as a precaution: software licenses technically cover the licensed program rather than VCS metadata, but commit messages are therefore not openly licensed either, and longer commit bodies can constitute original expression of their authors. Only permissively-licensed projects are included:
| Repository | License |
|---|---|
| angular/angular | MIT |
| vuejs/core | MIT |
| vitejs/vite | MIT |
| babel/babel | MIT |
| eslint/eslint | MIT |
| ant-design/ant-design | MIT |
| axios/axios | MIT |
| nestjs/nest | MIT |
| chartjs/Chart.js | MIT |
| vitest-dev/vitest | MIT |
| curl/curl | curl (MIT-style) |
| neovim/neovim | Apache-2.0 / VIM |
| tmux/tmux | ISC |
| openssl/openssl | Apache-2.0 |
| postgres/postgres | PostgreSQL License |
Users should still respect upstream license terms when redistributing or using this dataset commercially.
Cleaning Statistics
| Filter | Records dropped |
|---|---|
| duplicate | 77,038 |
| bad_subject | 16,190 |
| bot_or_automated | 26,432 |
| license_excluded | 83,369 |
| canned_message | 9,943 |
Splits
| Split | Records | Date range |
|---|---|---|
| train | 286,425 | 1996-07-09 → 2026-07-14 |
| validation | 2,922 | 2026-07-14 → 2026-08-20 |
| test | 2,922 | 2026-08-20 → 2026-09-23 |
Privacy
- No author names or email addresses are included. Records are identified only by content
sha+ repository, which preserves verifiable provenance without identifying individuals. - Note: commit bodies may reference contributor names in prose (e.g. credit lines), as these are part of the historical commit text itself.
Limitations
- English-dominant; commit messages from a single ecosystem of C/C++ and JavaScript/TypeScript projects.
- No diffs attached: the dataset describes what was written, not the code change itself.
- Bodies are truncated at 2,000 characters.
- Human authors made the source commits; quality varies by repository and era.
Reproduction
Built with a two-stage pipeline (blobless git clone --filter=blob:none, then
git log export and rule-based cleaning). See stats.json for exact counts.
- Downloads last month
- 32