Re: [GIT] Yes, git pull --rebase is my friend

2015-08-07 Thread Leif Hedstrom
> On Aug 6, 2015, at 9:03 PM, Leif Hedstrom wrote: > > Hi all, > > gentle reminder for everyone. And this is important, to not get all these > incredibly ugly merge commits over and over again (which also makes RM’ing > much harder to find the necessary back port commits): Not directly rela

[GitHub] trafficserver pull request: TS-306 Enable log rotation for diags.l...

2015-08-07 Thread danobi
GitHub user danobi opened a pull request: https://github.com/apache/trafficserver/pull/274 TS-306 Enable log rotation for diags.log & traffic.out - The commit message contains an architectural overview of this feature - 'make test' and './traffic_server -R 1' all pass right now

[GitHub] trafficserver pull request: TS-3831: overridable error response ty...

2015-08-07 Thread persiaAziz
GitHub user persiaAziz opened a pull request: https://github.com/apache/trafficserver/pull/273 TS-3831: overridable error response type Provision for custom error page You can merge this pull request into a Git repository by running: $ git pull https://github.com/persiaAziz/tra

[GitHub] trafficserver pull request: API: Proposal for additional IO buffer...

2015-08-07 Thread SolidWallOfCode
Github user SolidWallOfCode commented on the pull request: https://github.com/apache/trafficserver/pull/272#issuecomment-128797783 I added the new function `TSIOBufferReaderIsAvailAtLeast` because this has proved handy in the core and (since it's an existing method) this will be easy

[API} Proposal for additional IO Buffer funtions and log formatting of buffers.

2015-08-07 Thread Alan Carroll
I have set this API proposal up as a pull request with the documentation for the API. We will see if this provides a better platform for discussion. API: Proposal for additional IO buffer and body template API. by SolidWallOfCode · Pull Request #272 · apache/trafficserver |   | |   | |   |  

[GitHub] trafficserver pull request: API: Proposal for additional IO buffer...

2015-08-07 Thread SolidWallOfCode
GitHub user SolidWallOfCode opened a pull request: https://github.com/apache/trafficserver/pull/272 API: Proposal for additional IO buffer and body template API. This is not intended to be merge immediately because it describes API that has not yet been written. Comments should be a

Re: [GIT] Yes, git pull --rebase is my friend

2015-08-07 Thread Leif Hedstrom
> On Aug 7, 2015, at 9:35 AM, James Peach wrote: > > >> On Aug 6, 2015, at 8:03 PM, Leif Hedstrom wrote: >> >> Hi all, >> >> gentle reminder for everyone. And this is important, to not get all these >> incredibly ugly merge commits > > Let's get Infra to install a git hook to reject merge

Re: [GIT] Yes, git pull --rebase is my friend

2015-08-07 Thread James Peach
> On Aug 6, 2015, at 8:03 PM, Leif Hedstrom wrote: > > Hi all, > > gentle reminder for everyone. And this is important, to not get all these > incredibly ugly merge commits Let's get Infra to install a git hook to reject merge commits on master. > over and over again (which also makes RM’ing