summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove dead isGerrit method from AbstractGitCommandShawn O. Pearce2009-06-201-4/+0
* Fix line-wrapped To/CC email headersShawn O. Pearce2009-06-181-5/+9
* Fix binary search in SparseFileContentShawn O. Pearce2009-06-181-1/+1
* Fix server error when remaining hunks are commentsShawn O. Pearce2009-06-181-2/+9
* Allow other ignore whitespace settings beyond IGNORE_SPACE_CHANGEShawn O. Pearce2009-06-183-17/+42
* Fix bad diff display near empty comment caused editsShawn O. Pearce2009-06-161-12/+14
* Add toString debugging aids to SparseFileContentShawn O. Pearce2009-06-161-0/+18
* Fix --reviewer during replace patch setShawn O. Pearce2009-06-151-1/+3
* Fix stack trace capture in Receive error pathShawn O. Pearce2009-06-151-2/+2
* Ensure RevCommit's body buffer is available when neededShawn O. Pearce2009-06-152-0/+5
* Update JGit to 0.4.0-398-ge866578Shawn O. Pearce2009-06-153-3/+3
* Don't try to auto-close changes on branch deleteShawn O. Pearce2009-06-151-4/+8
* Create gerrit-cherry-pick for client usageShawn O. Pearce2009-06-132-0/+207
* Add a micro scp daemon to our SSHDShawn O. Pearce2009-06-133-0/+340
* Fix compile error in PatchFileShawn O. Pearce2009-06-131-1/+1
* Close change if a replacement patch set is already submittedShawn O. Pearce2009-06-131-80/+135
* Fix double click on patch set SHA-1 to select only SHA-1Shawn O. Pearce2009-06-131-1/+1
* Automatically close changes when a commit is pushed into a branchShawn O. Pearce2009-06-133-2/+150
* Use binary search when pulling lines from SparseFileContentShawn O. Pearce2009-06-131-10/+33
* Display post-image lines in side-by-side view when ignoring spacesShawn O. Pearce2009-06-135-28/+82
* Use ValueChangedHandler for CheckBox update events in PatchScreenShawn O. Pearce2009-06-131-8/+8
* Move PatchScriptSettings to .data packageShawn O. Pearce2009-06-139-10/+11
* Pass the PatchScriptSettings back as part of the PatchScriptShawn O. Pearce2009-06-134-29/+48
* Add "Ignore whitespace" to patch viewsShawn O. Pearce2009-06-1212-44/+171
* Merge change 10347Android Code Review2009-06-123-0/+32
|\
| * Added a checkbox to switch between contextual/full file diff in the diff view.Cedric Beust2009-06-113-0/+32
* | Update SSHD to 1.0-r784137Shawn O. Pearce2009-06-121-2/+1
|/
* Provide feedback when a reviewer is invalidShawn O. Pearce2009-06-088-3/+53
* Show email address matched by completion rather than preferredShawn O. Pearce2009-06-084-9/+39
* Don't permit overlapping Edit instances in patch scriptsShawn O. Pearce2009-06-081-2/+16
* Enable groups to manage contributor agreementsShawn O. Pearce2009-06-0811-48/+296
* Add automaticMembership flag to account groupsShawn O. Pearce2009-06-086-22/+47
* Audit group member addition and removalsShawn O. Pearce2009-06-086-8/+206
* Convert command line programs to use args4jShawn O. Pearce2009-06-086-45/+117
* Correctly handle comments after last hunk of patchShawn O. Pearce2009-06-081-8/+9
* Always show comments in patch views, even if no edit existsShawn O. Pearce2009-06-075-40/+186
* Remove invalid usage of List.subList(int,int)Shawn O. Pearce2009-06-071-1/+7
* Add commit SHA-1 search to search panelShawn O. Pearce2009-06-0711-36/+209
* Record the submitter in the reflog during mergeShawn O. Pearce2009-06-071-0/+18
* Refactor MergeOp.getSubmitter to return the ChangeApprovalShawn O. Pearce2009-06-071-5/+11
* Refactor submitter to PersonIdent mapping in MergeOpShawn O. Pearce2009-06-071-21/+27
* Skip the ssh:// download URL if the SSHD is unknownShawn O. Pearce2009-06-051-0/+1
* Display branch name next to project in change listEric Tsai2009-06-064-2/+14
* Don't allow commits to replace in wrong projectShawn O. Pearce2009-06-041-0/+6
* Fix n/p on a file with only one editShawn O. Pearce2009-06-033-2/+13
* Fix multiple recipient To/CC headers in emailsShawn O. Pearce2009-06-031-4/+5
* Don't reverse resolve CNAMEs when advertising our SSHDShawn O. Pearce2009-06-023-13/+9
* Use server name for advertised SSH host keysShawn O. Pearce2009-06-021-6/+6
* Use server name for ssh_info instead of local addressShawn O. Pearce2009-06-021-1/+1
* Restore Ctrl-Backspace in comment editorShawn O. Pearce2009-06-021-2/+0