summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-21receive-pack: plug memory leak in fast-forward checking code.Johannes Schindelin
2006-09-20add receive.denyNonFastforwards config variableJohannes Schindelin
2006-09-20sha1_name.c: understand "describe" output as a valid object nameJunio C Hamano
2006-09-20Make hexval() available to others.Junio C Hamano
2006-09-20gitweb: Fix thinko in git_tags and git_headsJakub Narebski
2006-09-20gitweb: Make git_get_refs_list do work of git_get_referencesJakub Narebski
2006-09-20gitweb: Always use git-peek-remote in git_get_referencesJakub Narebski
2006-09-20gitweb: Require project for almost all actionsJakub Narebski
2006-09-20gitweb: Even more support for PATH_INFO based URLsJakub Narebski
2006-09-20gitk(1): mention --allJonas Fonseca
2006-09-20Fix trivial typos and inconsistencies in hooks documentationJonas Fonseca
2006-09-20gitweb: Fix mimetype_guess_file for files with multiple extensionsJakub Narebski
2006-09-20Patch for http-fetch.c and older curl releasesArt Haas
2006-09-18Merge branch 'sk/ftp'Junio C Hamano
2006-09-18Merge part of branch 'jc/upload-pack'Junio C Hamano
2006-09-18Merge branch 'jc/pack'Junio C Hamano
2006-09-18Merge branch 'jc/am'Junio C Hamano
2006-09-18Merge branch 'jk/diff'Junio C Hamano
2006-09-17gitweb fix validating pg (page) parameterMatthias Lederhofer
2006-09-17git-repack(1): document --window and --depthJonas Fonseca
2006-09-17git-apply(1): document --unidiff-zeroJonas Fonseca
2006-09-17gitweb: fix warnings in PATH_INFO code and add export_ok/strict_exportMatthias Lederhofer
2006-09-17upload-archive: monitor child communication even more carefully.Franck Bui-Huu
2006-09-17Merge branch 'jc/archive'Junio C Hamano
2006-09-17gitweb: export optionsMatthias Lederhofer
2006-09-17gitweb: do not use 'No such directory' error messageMatthias Lederhofer
2006-09-17git-tar-tree: devolve git-tar-tree into a wrapper for git-archiveRene Scharfe
2006-09-17gitweb: fix uninitialized variable warning.Martin Waitz
2006-09-17gitweb: more support for PATH_INFO based URLsMartin Waitz
2006-09-17apply --unidiff-zero: loosen sanity checks for --unidiff=0 patchesJunio C Hamano
2006-09-16t1400: make test debuggable.Junio C Hamano
2006-09-16Add ftp:// protocol support for git-http-fetchJunio C Hamano
2006-09-16http-fetch.c: consolidate code to detect missing fetch targetJunio C Hamano
2006-09-16Fix git-am safety checksJunio C Hamano
2006-09-16Allow multiple "git_path()" usesLinus Torvalds
2006-09-16gitweb: Add link to "project_index" view to "project_list" pageJakub Narebski
2006-09-16gitweb: Allow for href() to be used for links without project paramJakub Narebski
2006-09-16Define fallback PATH_MAX on systems that do not define one in <limits.h>Junio C Hamano
2006-09-16Document git-grep -[Hh]Junio C Hamano
2006-09-15Fix duplicate xmalloc in builtin-addLiu Yubao
2006-09-15gitweb: Add git_project_index for generating index.auxJakub Narebski
2006-09-15gitweb: Do not parse refs by hand, use git-peek-remote insteadJakub Narebski
2006-09-15gitweb: Use File::Find::find in git_get_projects_listJakub Narebski
2006-09-14Handle invalid argc gentlyDmitry V. Levin
2006-09-14Add "-h/-H" parsing to "git grep"Linus Torvalds
2006-09-14Trivial support for cloning and fetching via ftp://.Sasha Khapyorsky
2006-09-14Documentation: Fix broken linksDmitry V. Levin
2006-09-14Make count-objects, describe and merge-tree work in subdirectoryDmitry V. Levin
2006-09-14wt-status: remove extraneous newline from 'deleted:' outputJeff King
2006-09-14git-archive: inline default_parse_extra()Rene Scharfe