summaryrefslogtreecommitdiff
path: root/builtin-repo-config.c
AgeCommit message (Expand)Author
2006-12-20Merge branch 'jc/clone'Junio C Hamano
2006-12-20simplify inclusion of system header files.Junio C Hamano
2006-12-19Use preprocessor constants for environment variable names.Junio C Hamano
2006-12-16add a function to rename sections in the configJohannes Schindelin
2006-12-16Add --add option to git-repo-configBrian Gernhardt
2006-11-03Add --global option to git-repo-config.Sean
2006-10-01Merge branch 'jc/gitpm'Junio C Hamano
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-08-31Use xmalloc instead of mallocJonas Fonseca
2006-08-28free(NULL) is perfectly valid.Junio C Hamano
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-08Merge branch 'master' into pb/gitpmJunio C Hamano
2006-08-03Make git-repo-config a builtinMatthias Kestenholz