Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
2 votes
1 answer
142 views

I found an issue with diff v3.12 and option --from-file, system OpenSUSE tumbleweed. If I use command diff FILE1 FILE2 FILE3 --from-file OTHER-DIR/ (with and without trailing slash), only FILE1 is ...
Wiimm's user avatar
Tooling
0 votes
0 replies
75 views

Given a merge commit, git show --remerge-diff shows how the recorded merge result differs from a hypothetical re-merge. Is there a way to see this graphically, something like a GUI tool would show a 3-...
Jakub Bochenski's user avatar
Best practices
1 vote
2 replies
77 views

What exactly is the difference between git diff -w and git diff -b ? When should I use -b vs. -w? The manpage says this, but I don't understand what the difference is: -b, --ignore-space-change ...
Geremia's user avatar
0 votes
0 answers
49 views

I'm using SourceTree for Git. I like it very much - except the fact that it shows diffs for HTML files in a visually rendered style: I'd rather have a plain code diff like in VS Code: For Markdown ...
Joshua Muheim's user avatar
0 votes
2 answers
163 views

I'm trying to use git diff to generate a patch file, which I can then give to diff2html to render into a nice page. However, I'd like to have my patch only contain differences which are in non-comment ...
Joey Eremondi's user avatar
2 votes
1 answer
115 views

Say I have four commits A, B, C and D, with A being an ancestor of B and C being an ancestor of D. I now want to verify that the changes from A to B are the same as the changes from C to D (or show ...
Caulder's user avatar
0 votes
1 answer
239 views

if you change this file: div { max-width: 50%; max-height: 50%; } into this: div { max-width: 100%; } git diff --word-diff will print: div { max-...
darkdiatel's user avatar
0 votes
1 answer
45 views

I'm exploring the usage of azurepipelines-coverage.xml to enable differential code coverage policy. I would like to know if this supports a sub-folder level target for differential code coverage. I ...
Alen Alex's user avatar
0 votes
2 answers
178 views

I have a script which sets useful git settings and aliases, and I want to end by printing the difference between git config --global --list before and after. I'd like to show the diff in the same ...
H.v.M.'s user avatar
0 votes
0 answers
51 views

I have the following structure that I need to compare: <ROOT> <name> <name>string</name> <type>number</type> <server>string</...
Andrei Manolache's user avatar
2 votes
1 answer
38 views

A colleague sent me the diff data of a file that he forgot to commit, before going on vacation. This diff data is the copy/past of the contents of the TortoiseHg Workbench diff window, with only code ...
Pedro Ferreira's user avatar
5 votes
3 answers
141 views

I have a series of timestamps (+ other data) that come from 2 separate streams of data ticking at different rates, an example below (NB: the frequency of the real data has some jitter so it's not a ...
Matt's user avatar
2 votes
0 answers
94 views

Duplicating https://github.com/netty/netty/issues/15053: I'm trying to build a flow-controlled Netty pipeline with (amongst other things) a FlowControlHandler near the top and a ...
David Turner's user avatar
2 votes
1 answer
397 views

I know there are third-party libraries for generating diffs in JavaScript, but I'm wondering if recent versions of Node.js include a native way to compare two strings and show their differences. Is ...
Glenn 'devalias' Grant's user avatar
0 votes
1 answer
161 views

We use a common git strategy: branch from main to a feature branch. do commits in feature. if main progresses, merge it to feature. merge feature to main. I want to view the changes that happened ...
l000p's user avatar

15 30 50 per page
1
2 3 4 5
312