aboutsummaryrefslogtreecommitdiffstats
path: root/var.c
AgeCommit message (Expand)AuthorFilesLines
2008-07-30Replace uses of "git-var" with "git var"Todd Zullinger1-1/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-4/+4
2008-03-15var: Don't require to be in a git repository.Frank Lichtenheld1-1/+2
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano1-2/+2
2007-06-07War on whitespaceJunio C Hamano1-2/+2
2007-01-28Don't force everybody to call setup_ident().Junio C Hamano1-1/+0
2006-12-20simplify inclusion of system header files.Junio C Hamano1-3/+0
2006-02-18Delay "empty ident" errors until they really matter.Junio C Hamano1-3/+3
2005-11-25git-var: make it work in subdirectory.Junio C Hamano1-0/+2
2005-11-21git-var: constness and globalness cleanup.Junio C Hamano1-1/+1
2005-10-11Use git config file for committer name and email infoLinus Torvalds1-0/+11
2005-07-29[PATCH] Unify usage strings declarationPetr Baudis1-1/+1
2005-07-15[PATCH] Add git-var a tool for reading interesting git variables.Eric W. Biederman1-0/+65