aboutsummaryrefslogtreecommitdiffstats
path: root/patch-id.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-21make "git patch-id" a built-inLinus Torvalds1-87/+0
2009-02-04Replace deprecated dashed git commands in usageAlexander Potashev1-1/+1
2009-01-26Add calls to git_extract_argv0_path() in programs that call git_config_*Steffen Prohaska1-0/+3
2008-10-02fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre1-6/+6
2007-06-07War on whitespaceJunio C Hamano1-1/+1
2006-08-23Convert memcpy(a,b,20) to hashcpy(a,b).Shawn Pearce1-1/+1
2006-06-23patch-id: take "commit" prefix as well as "diff-tree" prefixJohannes Schindelin1-0/+2
2005-10-14Unlocalized isspace and friendsLinus Torvalds1-1/+0
2005-10-09ignore new git-diff index header when computing patch idsKai Ruemmler1-0/+4
2005-07-27Typofix: usage strings fix.Junio C Hamano1-1/+1
2005-06-23Add "git-patch-id" program to generate patch ID's.Linus Torvalds1-0/+79