Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-02-12Use fetch.prune and remote.<name>.prune to set prune mode when fetchingKonrad Kügler2-4/+30
2014-02-12Normalize paths on OS XRobin Rosenberg3-7/+30
2014-02-12Recognize symlinks in the FileTreeIteratorRobin Rosenberg1-1/+3
2014-02-12Add special case to WorkingTreeIterator for matching unnormalized symlinksRobin Rosenberg1-3/+33
2014-02-12Use fileAttributes to get more attributes in one goRobin Rosenberg2-46/+165
2014-02-11Fix RevWalkUtils.findBranchesReachableFrom not finding some branchesRobin Stocker1-27/+4
2014-02-10Add delete support to FSRobin Rosenberg1-0/+15
2014-02-10Add symlink support to JGitRobin Rosenberg11-62/+156
2014-02-10Use the new FS.exists method in commonly occuring placesRobin Rosenberg5-6/+8
2014-02-10Fix deprecated WTI#isModifiedRobin Rosenberg1-1/+1
2014-02-10Failing to delete a directory with untracked content is actually okRobin Rosenberg1-2/+3
2014-02-05Ban dangerous ref names in WindowsRobin Rosenberg2-17/+60
2014-02-04Merge "Reset internal state canonical length in WorkingTreeIterator when moving"Matthias Sohn1-1/+1
2014-02-03Merge "Fix MissingObjectException race in ObjectDirectory"Shawn Pearce5-394/+290
2014-02-03Fix MissingObjectException race in ObjectDirectoryShawn Pearce5-394/+290
2014-02-03Reset internal state canonical length in WorkingTreeIterator when movingRobin Rosenberg1-1/+1
2014-02-02Fix for core.autocrlf=input resulting in modified fileRobin Rosenberg5-16/+141
2014-01-30Add a missing since tagChristian Halstrick1-0/+1
2014-01-29Merge "Fix serving fetch of existing shallow client"Shawn Pearce2-2/+16
2014-01-29Fix serving fetch of existing shallow clientShawn Pearce2-2/+16
2014-01-20Add missing @since tagsMatthias Sohn2-1/+6
2014-01-18Do not report ignored directories as untrackedMatthias Sohn1-2/+3
2014-01-17Add git checkout --orphan implementationSATO taichi1-8/+63
2014-01-15Fix fast forward rebase with rebase.autostash=trueStefan Lay1-0/+3
2014-01-14fix link to EWAHCompressedBitmap in javadoc of SimpleDataInput/OutputTomasz Zarna2-2/+2
2014-01-13Upgrade javaewah to version 0.7.9Colby Ranger11-16/+16
2014-01-10Tag som non-localizable strings with NON-NLSRobin Rosenberg3-3/+3
2014-01-06Suppport the GIT_CONFIG_NOSYSTEM environment variableRobin Rosenberg2-1/+20
2013-12-27archive: Use an empty directory for submodulesJonathan Nieder1-3/+10
2013-12-27archive: Include entries for directoriesJonathan Nieder1-6/+7
2013-12-17archive: Prepend a specified prefix to all entry filenamesJonathan Nieder1-1/+15
2013-12-13Merge branch 'stable-3.2'Matthias Sohn6-22/+129
2013-12-12Canonicalize worktree path in BaseRepositoryBuilder if set via configRobin Stocker1-1/+1
2013-12-11Add missing @since tags for new public methods in ConfigMatthias Sohn1-0/+2
2013-12-11Don't use API exception in RebaseTodoLineChristian Halstrick2-7/+68
2013-12-10Merge "Fix aborting rebase with detached head" into stable-3.2Robin Rosenberg1-13/+18
2013-12-10Fix aborting rebase with detached headStefan Lay1-13/+18
2013-12-06Add recursive variant of Config.getNames() methodsMatthias Sohn2-1/+40
2013-12-05Prepare 3.3.0-SNAPSHOT buildsMatthias Sohn3-34/+34
2013-12-04Implement rebase.autostashStefan Lay5-23/+139
2013-12-04Merge "More helpful InvalidPathException messages (include reason)"Christian Halstrick4-23/+51
2013-12-03More helpful InvalidPathException messages (include reason)Robin Stocker4-23/+51
2013-12-03Fix IgnoreRule#isMatch returning wrong result due to missing resetRobin Stocker1-0/+1
2013-12-03Fix exception on conflicts with recursive mergeRobin Stocker5-27/+38
2013-12-02Fix broken symbolic links on Cygwin.John Ross1-4/+4
2013-12-02Do not allow non-ff-rebase if there are uncommitted changesStefan Lay3-7/+88
2013-11-29Fix handling of file/folder conflicts during a checkoutChristian Halstrick1-1/+7
2013-11-29Mention null return in Javadoc of Config#getStringRobin Stocker1-2/+2
2013-11-29Fix applying stash on other commitStefan Lay1-0/+1
2013-11-29Use static factory methods instead of overloaded constructorsStefan Lay2-18/+27

Back to the top