Skip to content

Commit

Permalink
ENH: itktiff: restore local edits after fresh import
Browse files Browse the repository at this point in the history
Manufacture a merge commit with the second parent pointing at the commit
before the old import was removed so that `git blame` can follow the
edited lines back through their original history.
  • Loading branch information
bradking committed Nov 15, 2024
2 parents 34da967 + e021a06 commit f403aa6
Show file tree
Hide file tree
Showing 11 changed files with 184 additions and 154 deletions.
2 changes: 1 addition & 1 deletion Modules/ThirdParty/TIFF/src/itktiff/libtiff/mkg3states.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* in Frank Cringle's viewfax program;
* Copyright (C) 1990, 1995 Frank D. Cringle.
*/
#include "tif_config.h"
#include "itk_tif_config.h"

#include <stdio.h>
#include <stdlib.h>
Expand Down
Loading

0 comments on commit f403aa6

Please sign in to comment.