3132 Commits (82b1af31e295273eeedd82fc5db3266c909c9e80)

Author SHA1 Message Date
  Luca Milanesio 82b1af31e2 Fix pack files scan when filesnapshot isn't modified 5 years ago
  Luca Milanesio bf3d1ded35 Check for packfile validity and fd before reading 5 years ago
  Luca Milanesio afef866a44 Move throw of PackInvalidException outside the catch 5 years ago
  Luca Milanesio 2d116cd0ab Use FileSnapshot to get lastModified on PackFile 5 years ago
  Luca Milanesio 2dc572df24 Include size when comparing FileSnapshot 5 years ago
  Luca Milanesio fef782128d Do not reuse packfiles when changed on filesystem 5 years ago
  Masaya Suzuki 61f0bd54d0 Call AdvertiseRefsHook before validating wants 5 years ago
  Nasser Grainawi d13918310f Retry stale file handles on .git/config file 6 years ago
  Christian Halstrick 10e65cb4fa Fix LockFile semantics when running on NFS 6 years ago
  Christian Halstrick 218cf3403d Honor trustFolderStats also when reading packed-refs 6 years ago
  Christian Halstrick 1ed1e40387 Fix exception handling for opening bitmap index files 6 years ago
  Matthias Sohn aaf3c5154e Only mark packfile invalid if exception signals permanent problem 7 years ago
  Luca Milanesio 363a3657b1 Don't flag a packfile invalid if opening existing file failed 7 years ago
  Luca Milanesio 4c558225dc Don't remove pack when FileNotFoundException is transient 7 years ago
  Hector Oswaldo Caballero 4ddd4a3d1b Fix one case of missing object 7 years ago
  David Turner a66b4c29a8 Config: do not add spaces before units 7 years ago
  Matthias Sohn 535f0afd13 Unconditionally close repositories in RepositoryCache.clear() 7 years ago
  Hugo Arès 5a1e147eaa Fix eviction of repositories with negative usage count 7 years ago
  Christian Halstrick dd585b779f Fix carrying over flags during a RevWalk 7 years ago
  Saša Živkov b7df7d1fd3 Unconditionally close repository in unregisterAndCloseRepository 7 years ago
  Thomas Wolf aadbb158e1 Handle all values of branch.[name].rebase 7 years ago
  Andrey Loskutov 619329c84e Ignore trailing spaces in directory rule patterns 7 years ago
  Martin Goellnitz 57a263f182 Add support for post-commit hooks 7 years ago
  Matthias Sohn abeaafc9c7 Don't log error if system git config does not exist 7 years ago
  Shawn Pearce 3100662a5a ReceivePack: integrate push option parsing into recvCommands 7 years ago
  Shawn Pearce 2fd4559773 ReceivePack: simplify getPushOptions 7 years ago
  Shawn Pearce 8e00a317b2 ReceivePack: allow push options to be set 7 years ago
  Jonathan Nieder dd2a5a7faf Make GC.RepoStatistics static 7 years ago
  Shawn Pearce c2e2326a43 ReceivePack: refactor push option parsing 7 years ago
  Stefan Beller 36cf4fe580 Fix push option initalization on HTTP 7 years ago
  Shawn Pearce 9ae7d493c4 DfsReader: check object type during open 7 years ago
  Masaya Suzuki 1227165e27 Clarify the semantics of DfsRefDatabase#compareAndPut 7 years ago
  Masaya Suzuki 3e27fb3719 Do not fake a SymbolicRef as an ObjectIdRef 8 years ago
  Dan Wang 9974f30702 Packet logging for JGit 7 years ago
  Masaya Suzuki edd8ad4d04 Use FS#lastModified instead of File#lastModified 7 years ago
  Christian Halstrick da9eef85e7 Don't check lastModified, length on folders for submodules 7 years ago
  Masaya Suzuki c4e209b20f Add HTTP status code to ServiceMayNotContinueException 7 years ago
  Masaya Suzuki 108bee17cf Ignore IOException thrown from close 7 years ago
  Shawn Pearce f15e9c088a DfsObjDatabase: clear PackList dirty bit if no new packs 7 years ago
  Matthias Sohn 13f0db25f2 Enhance ResetCommand to allow disabling reflog update 8 years ago
  Dan Wang a6c0d829b9 BaseReceivePack: null and IllegalStateException cases for getPushOptions 7 years ago
  Jonathan Nieder a9b87de970 RepoCommand: Avoid group lists shadowing groups strings 7 years ago
  David Pursehouse 300787b8cf PackWriter: Fix Javadoc tag for thrown exception in preparePack 7 years ago
  Jonathan Nieder f28de24fa8 Document new PackWriter#preparePack variant's parameters and exceptions 7 years ago
  Matthias Sohn ae779f60b7 Add missing @since tags for new API 7 years ago
  Jonathan Nieder b16e207742 Shallow fetch: Pass along "shallow"s in unparsed-wants case, too 7 years ago
  Jonathan Nieder f84370feaa Shallow fetch: Pass a DepthWalk to PackWriter 7 years ago
  Terry Parker e426aa8b90 Shallow fetch/clone: Make --depth mean the total history depth 7 years ago
  Terry Parker d385a7a5e5 Shallow fetch: Respect "shallow" lines 7 years ago
  Terry Parker 2a7897bb4c RevWalk: Make fields available to DepthWalk 7 years ago