| Commit message (Expand) | Author | Age | Files | Lines |
* | blame: Compute the origin of lines in a result file | Shawn O. Pearce | 2011-05-31 | 1 | -0/+1 |
* | Add LsRemoteCommand to JGit API | Christoph Brill | 2011-05-19 | 1 | -0/+1 |
* | Formatter for relative dates | Matthias Sohn | 2011-05-09 | 1 | -0/+13 |
* | PackWriter: Remove dummy list 0 | Shawn O. Pearce | 2011-04-01 | 1 | -1/+0 |
* | UploadPack: Report invalid want lines with ERR | Shawn O. Pearce | 2011-03-17 | 1 | -1/+1 |
* | Replace 'occured' by 'occurred' | Philipp Thun | 2011-03-15 | 1 | -2/+2 |
* | Make the supported Transports extensible and discoverable | Shawn O. Pearce | 2011-03-13 | 1 | -0/+8 |
* | Add -o option to commit command | Philipp Thun | 2011-03-11 | 1 | -0/+2 |
* | Add git-reset to the Git API | Chris Aniszczyk | 2011-02-17 | 1 | -0/+1 |
* | daemon: Use HTTP's resolver and factory pattern | Shawn O. Pearce | 2011-02-14 | 1 | -0/+2 |
* | PackWriter: Support reuse of entire packs | Shawn O. Pearce | 2011-02-03 | 1 | -0/+1 |
* | PackWriter: Display totals after sending objects | Shawn O. Pearce | 2011-02-02 | 1 | -0/+1 |
* | PackWriter: Correct 'Compressing objects' progress message | Shawn O. Pearce | 2011-02-01 | 1 | -0/+1 |
* | Proper handling of rebase during pull | Mathias Kinzler | 2011-01-31 | 1 | -0/+1 |
* | Introduce metaData compare between working tree and index entries | Christian Halstrick | 2011-01-21 | 1 | -0/+1 |
* | File utility for creating a new empty file | Matthias Sohn | 2011-01-14 | 1 | -0/+1 |
* | Merging Git notes | Sasa Zivkov | 2011-01-09 | 1 | -0/+2 |
* | Implement a revert command | Robin Rosenberg | 2011-01-02 | 1 | -0/+2 |
* | Add support for getting the system wide configuration | Robin Rosenberg | 2010-12-31 | 1 | -0/+1 |
* | File utilities for creating directories | Matthias Sohn | 2010-12-13 | 1 | -0/+2 |
* | Implement rebase --continue and --skip | Mathias Kinzler | 2010-12-09 | 1 | -0/+2 |
* | Provide file utilities for file deletion | Matthias Sohn | 2010-12-07 | 1 | -0/+1 |
* | Add more tests for rebase and externalized missing Strings | Christian Halstrick | 2010-11-24 | 1 | -0/+1 |
* | Add CheckoutCommand | Chris Aniszczyk | 2010-11-22 | 1 | -0/+1 |
* | Add RmCommand to Git API | Chris Aniszczyk | 2010-11-22 | 1 | -0/+1 |
* | Initial implementation of a Rebase command | Mathias Kinzler | 2010-11-22 | 1 | -0/+7 |
* | Enable providing credentials for HTTP authentication | Shawn O. Pearce | 2010-11-10 | 1 | -1/+2 |
* | PullCommand: support upstream configuration for local branches | Mathias Kinzler | 2010-10-28 | 1 | -0/+1 |
* | Add Cherry-Pick command | Christian Halstrick | 2010-10-15 | 1 | -0/+2 |
* | Add "Branch" command | Mathias Kinzler | 2010-10-10 | 1 | -0/+11 |
* | Add "Pull" command | Mathias Kinzler | 2010-10-08 | 1 | -0/+6 |
* | Externalize strings in TransportHttp | Matthias Sohn | 2010-10-08 | 1 | -0/+3 |
* | Add PushCommand API | Chris Aniszczyk | 2010-10-05 | 1 | -0/+1 |
* | Increase core.streamFileThreshold default to 50 MiB | Shawn O. Pearce | 2010-10-04 | 1 | -0/+1 |
* | Implement HistogramDiff | Shawn O. Pearce | 2010-09-24 | 1 | -0/+1 |
* | Remove duplicate resource bundle entry | Matthias Sohn | 2010-09-19 | 1 | -1/+0 |
* | Add FetchCommand | Chris Aniszczyk | 2010-09-17 | 1 | -0/+2 |
* | Support core.autocrlf = input | Shawn O. Pearce | 2010-09-07 | 1 | -0/+3 |
* | Merge branch 'unpack-error' | Shawn O. Pearce | 2010-09-03 | 1 | -0/+1 |
|\ |
|
| * | ReceivePack: Rethrow exceptions caught during indexing | Shawn O. Pearce | 2010-09-03 | 1 | -0/+1 |
* | | Partial support for index file format "3". | Marc Strapetz | 2010-08-31 | 1 | -0/+1 |
|/ |
|
* | Improve LargeObjectException reporting | Shawn O. Pearce | 2010-08-30 | 1 | -0/+5 |
* | Undo translation of protocol string 'unpack error' | Shawn O. Pearce | 2010-08-30 | 1 | -1/+0 |
* | Add TagCommand | Chris Aniszczyk | 2010-08-27 | 1 | -0/+4 |
* | Implement a Dircache checkout (needed for merge) | Christian Halstrick | 2010-08-27 | 1 | -0/+3 |
* | Complete an abbreviation when formatting a patch | Shawn O. Pearce | 2010-08-25 | 1 | -0/+1 |
* | Add setLength(long) to DirCacheEntry | Shawn O. Pearce | 2010-08-23 | 1 | -0/+1 |
* | Allow object reuse selection to occur in parallel | Shawn O. Pearce | 2010-08-20 | 1 | -0/+1 |
* | Make Tag class only for writing | Shawn O. Pearce | 2010-08-20 | 1 | -1/+0 |
* | Enhance MergeResult to report conflicts, etc | Christian Halstrick | 2010-08-19 | 1 | -1/+1 |