- Sort Score
- Num 10 results
- Language All
Results 1 - 6 of 6 for diffs (0.01 seconds)
-
.teamcity/src/main/kotlin/util/AdHocPerformanceScenario.kt
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 14:08:32 GMT 2026 - 6K bytes - Click Count (0) -
.gitattributes
*.bash text eol=lf *.css text diff=css *.htm text diff=html *.html text diff=html *.java text diff=java *.sh text eol=lf # These files are binary and should be left untouched # (binary is a macro for -text -diff) *.a binary *.lib binary *.icns binary *.png binary
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Sep 02 12:15:16 GMT 2020 - 1.1K bytes - Click Count (0) -
build-logic/binary-compatibility/src/main/groovy/gradlebuild/binarycompatibility/rules/UpgradePropertiesRuleSetup.java
context.putUserData(CURRENT_ACCESSORS_OF_UPGRADED_PROPERTIES, diff( currentAccessorsOfUpgradedProperties(currentUpgradedProperties), currentAccessorsOfUpgradedProperties(baselineUpgradedProperties) )); context.putUserData(OLD_REMOVED_ACCESSORS_OF_UPGRADED_PROPERTIES, diff( oldRemovedAccessorsOfUpgradedProperties(currentUpgradedProperties),
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Aug 19 15:30:48 GMT 2024 - 4.5K bytes - Click Count (0) -
.github/workflows/upgrade-to-latest-wrapper.yml
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Nov 20 22:15:20 GMT 2025 - 1.3K bytes - Click Count (0) -
.teamcity/scripts/update_wrapper_and_create_pr.sh
export WRAPPER_VERSION="$promotedVersion" fi ./gradlew wrapper --gradle-version=$WRAPPER_VERSION ./gradlew wrapper git add gradle && git add gradlew && git add gradlew.bat if git diff --cached --quiet; then echo "No changes to commit" exit 0 fi BRANCH_NAME="devprod/update-wrapper-$(date +%Y%m%d-%H%M%S)" git switch -c $BRANCH_NAMECreated: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jul 29 03:20:20 GMT 2025 - 2.9K bytes - Click Count (0) -
.teamcity/scripts/CheckBadMerge.java
// Git revision range syntax is part of git, not the shell; pass as-is. return getStdoutLines(new String[] {"git", "diff", "--name-only", commit + "^1.." + commit}); } private static List<String> branchesOf(String commit) throws IOException, InterruptedException, ExecutionException {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 30 16:25:09 GMT 2026 - 9K bytes - Click Count (0)