Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-23Guard against null branch in PullCommandKevin Sawicki1-0/+1
2011-11-22maxObjectSizeLimit for receive-pack.Sasa Zivkov1-0/+2
2011-11-14Add an object encapsulating the state of a PackWriterDave Borowitz1-0/+1
2011-10-26Cosmetic adjustment of relative date format, do not display "0 months"Robin Rosenberg1-0/+1
2011-08-24Use JGitText.refAlreadyExists instead of "ref exists"Tomasz Zarna1-1/+1
2011-08-21Add DeleteTagCommand to JGit APITomasz Zarna1-0/+1
2011-08-17Adds DiffEntry.scan(TreeWalk, boolean) methodDariusz Luksza1-0/+2
2011-07-06Cloning should fail when destination directory exists and is not emptyAdrian Goerler1-0/+1
2011-06-10Push errors back over sideband when possibleShawn O. Pearce1-0/+1
2011-06-10Report progress while updating referencesShawn O. Pearce1-0/+1
2011-05-31blame: Compute the origin of lines in a result fileShawn O. Pearce1-0/+1
2011-05-19Add LsRemoteCommand to JGit APIChristoph Brill1-0/+1
2011-05-09Formatter for relative datesMatthias Sohn1-0/+13
2011-04-01PackWriter: Remove dummy list 0Shawn O. Pearce1-1/+0
2011-03-17UploadPack: Report invalid want lines with ERRShawn O. Pearce1-1/+1
2011-03-15Replace 'occured' by 'occurred'Philipp Thun1-2/+2
2011-03-13Make the supported Transports extensible and discoverableShawn O. Pearce1-0/+8
2011-03-11Add -o option to commit commandPhilipp Thun1-0/+2
2011-02-17Add git-reset to the Git APIChris Aniszczyk1-0/+1
2011-02-15daemon: Use HTTP's resolver and factory patternShawn O. Pearce1-0/+2
2011-02-03PackWriter: Support reuse of entire packsShawn O. Pearce1-0/+1
2011-02-03PackWriter: Display totals after sending objectsShawn O. Pearce1-0/+1
2011-02-01PackWriter: Correct 'Compressing objects' progress messageShawn O. Pearce1-0/+1
2011-01-31Proper handling of rebase during pullMathias Kinzler1-0/+1
2011-01-21Introduce metaData compare between working tree and index entriesChristian Halstrick1-0/+1
2011-01-14File utility for creating a new empty fileMatthias Sohn1-0/+1
2011-01-08Merging Git notesSasa Zivkov1-0/+2
2011-01-02Implement a revert commandRobin Rosenberg1-0/+2
2010-12-31Add support for getting the system wide configurationRobin Rosenberg1-0/+1
2010-12-13File utilities for creating directoriesMatthias Sohn1-1/+3
2010-12-09Implement rebase --continue and --skipMathias Kinzler1-0/+2
2010-12-08Provide file utilities for file deletionMatthias Sohn1-1/+2
2010-11-24Add more tests for rebase and externalized missing StringsChristian Halstrick1-0/+1
2010-11-22Add CheckoutCommandChris Aniszczyk1-0/+1
2010-11-22Add RmCommand to Git APIChris Aniszczyk1-0/+1
2010-11-22Initial implementation of a Rebase commandMathias Kinzler1-0/+7
2010-11-10Enable providing credentials for HTTP authenticationShawn O. Pearce1-1/+2
2010-10-28PullCommand: support upstream configuration for local branchesMathias Kinzler1-0/+1
2010-10-15Add Cherry-Pick commandChristian Halstrick1-0/+2
2010-10-10Add "Branch" commandMathias Kinzler1-0/+11
2010-10-08Add "Pull" commandMathias Kinzler1-0/+6
2010-10-07Externalize strings in TransportHttpMatthias Sohn1-0/+3
2010-10-05Add PushCommand APIChris Aniszczyk1-1/+2
2010-10-04Increase core.streamFileThreshold default to 50 MiBShawn O. Pearce1-0/+1
2010-09-25Implement HistogramDiffShawn O. Pearce1-0/+1
2010-09-17Add FetchCommandChris Aniszczyk1-0/+2
2010-09-08Support core.autocrlf = inputShawn O. Pearce1-0/+3
2010-09-03Merge branch 'unpack-error'Shawn O. Pearce1-0/+1
2010-09-03ReceivePack: Rethrow exceptions caught during indexingShawn O. Pearce1-0/+1
2010-08-31Partial support for index file format "3".Marc Strapetz1-0/+1

Back to the top