summaryrefslogtreecommitdiff
path: root/src/pkg/patch/git.go
AgeCommit message (Collapse)AuthorFilesLines
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-4/+4
rsc's algorithm - applied gofmt -w misc src - partial CL (last chunk) R=rsc, r http://go/go-review/1024041
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-13/+13
R=rsc, r http://go/go-review/1025029
2009-11-04package patchRuss Cox1-0/+121
R=r http://go/go-review/1018043