Top "History" questions

DO NOT USE THIS TAG.

How can I rewrite history so that all files, except the ones I already moved, are in a subdirectory?

I have a project under git. One day I moved all project files from current directory to foo/bar/ under …

git history mv git-filter-branch
In Mercurial (tortoisehg), how do I view a file's history?

In tortoisehg, how do I view a file's history? Much like as the repo explorer, but instead of viewing the …

mercurial repository history
What's the early history of the .Net framework?

What is the early development history of the .Net framework? (Before the release of .Net 1.0 in 2002) I've heard various stories …

.net history beta
When was the NULL macro not 0?

I vaguely remember reading about this a couple of years ago, but I can't find any reference on the net. …

c null macros history
jquery history plugin

I am using this plugin: http://plugins.jquery.com/project/history on this page: http://www.crtaci.info/index.php?…

jquery history fragment-identifier hashchange
How do I search through MATLAB command history?

I would like to search for a specific command I've previously used. Is it possible to do a free text …

search matlab history
How do you get the history of a file/folder property in SVN?

What's the easiest way to determine when a property was set on a file or folder? Basically, I'm looking for …

svn properties history
CSS/JavaScript/hacking: Detect :visited styling on a link *without* checking it directly OR do it faster than me

This is for research purposes on http://cssfingerprint.com Consider the following code: <style> div.csshistory a { display: …

javascript css history
Export subtree in Git with history

I have a folder in my Git repository that I'd like to move out in to its own repository. Is …

git import export history
Keep git history when splitting a file

I want to take a function out of one file and put it into another, but keep the blame history. …

git history git-svn