Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-02Replace uses of strdup with xstrdup.Shawn Pearce
2006-09-01fmt-merge-msg: fix off-by-one bugJohannes Schindelin
2006-09-01Use xmalloc instead of mallocJonas Fonseca
2006-08-28free(NULL) is perfectly valid.Junio C Hamano
2006-08-27Use xrealloc instead of reallocJonas Fonseca
2006-08-16remove unnecessary initializationsDavid Rientjes
2006-08-03use declarations from builtin.h for builtin commandsMatthias Kestenholz
2006-07-29Call setup_git_directory() much earlierLinus Torvalds
2006-07-29Call setup_git_directory() earlyLinus Torvalds
2006-07-13Remove TYPE_* constant macros and use object_type enums consistently.Linus Torvalds
2006-07-13fmt-merge-msg fixJunio C Hamano
2006-07-04Make git-fmt-merge-msg a builtinJohannes Schindelin