summaryrefslogtreecommitdiffstats
path: root/builtin-grep.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-09-20Update grep internal for grepping only in head/bodyJunio C Hamano2-16/+42
2006-09-20git-log --author and --committer are not left-anchored by defaultLinus Torvalds1-2/+8
2006-09-20rev-list: fix segfault with --{author,committer,grep}Jeff King1-1/+3
2006-09-20revision traversal: --author, --committer, and --grep.Junio C Hamano2-1/+86
2006-09-20revision traversal: prepare for commit log match.Junio C Hamano2-0/+17
2006-09-20builtin-grep: make pieces of it available as library.Junio C Hamano4-506/+531
2006-09-20gitweb: Fix thinko in git_tags and git_headsJakub Narebski1-2/+2
2006-09-20gitweb: Make git_get_refs_list do work of git_get_referencesJakub Narebski1-24/+42
2006-09-20gitweb: Always use git-peek-remote in git_get_referencesJakub Narebski1-8/+2
2006-09-20gitweb: Require project for almost all actionsJakub Narebski1-0/+4
2006-09-20gitweb: Even more support for PATH_INFO based URLsJakub Narebski1-9/+20
2006-09-20gitk(1): mention --allJonas Fonseca1-0/+9
2006-09-20Fix trivial typos and inconsistencies in hooks documentationJonas Fonseca1-28/+28
2006-09-20gitweb: Fix mimetype_guess_file for files with multiple extensionsJakub Narebski1-1/+1
2006-09-20Patch for http-fetch.c and older curl releasesArt Haas1-0/+4
2006-09-18gitweb fix validating pg (page) parameterMatthias Lederhofer1-1/+1
2006-09-18git-repack(1): document --window and --depthJonas Fonseca1-1/+11
2006-09-18git-apply(1): document --unidiff-zeroJonas Fonseca1-0/+10
2006-09-17gitweb: fix warnings in PATH_INFO code and add export_ok/strict_exportMatthias Lederhofer1-13/+21
2006-09-17upload-archive: monitor child communication even more carefully.Franck Bui-Huu1-1/+2
2006-09-17gitweb: export optionsMatthias Lederhofer2-3/+24
2006-09-17gitweb: do not use 'No such directory' error messageMatthias Lederhofer1-7/+4
2006-09-17git-tar-tree: devolve git-tar-tree into a wrapper for git-archiveRene Scharfe1-72/+18
2006-09-17gitweb: fix uninitialized variable warning.Martin Waitz1-8/+8
2006-09-17gitweb: more support for PATH_INFO based URLsMartin Waitz1-7/+27
2006-09-17apply --unidiff-zero: loosen sanity checks for --unidiff=0 patchesJunio C Hamano3-34/+197
2006-09-16t1400: make test debuggable.Junio C Hamano1-43/+43
2006-09-16Add ftp:// protocol support for git-http-fetchJunio C Hamano1-1/+3
2006-09-16http-fetch.c: consolidate code to detect missing fetch targetJunio C Hamano1-8/+15
2006-09-16Fix git-am safety checksJunio C Hamano1-4/+19
2006-09-16Allow multiple "git_path()" usesLinus Torvalds1-1/+9
2006-09-16gitweb: Add link to "project_index" view to "project_list" pageJakub Narebski1-1/+10
2006-09-16gitweb: Allow for href() to be used for links without project paramJakub Narebski1-7/+10
2006-09-16Define fallback PATH_MAX on systems that do not define one in <limits.h>Junio C Hamano2-2/+8
2006-09-16Document git-grep -[Hh]Junio C Hamano1-1/+8
2006-09-15Fix duplicate xmalloc in builtin-addLiu Yubao1-1/+0
2006-09-15gitweb: Add git_project_index for generating index.auxJakub Narebski1-0/+25
2006-09-15gitweb: Do not parse refs by hand, use git-peek-remote insteadJakub Narebski1-22/+19
2006-09-15gitweb: Use File::Find::find in git_get_projects_listJakub Narebski1-10/+20
2006-09-14Handle invalid argc gentlyDmitry V. Levin3-3/+3
2006-09-14Add "-h/-H" parsing to "git grep"Linus Torvalds1-4/+11
2006-09-14Trivial support for cloning and fetching via ftp://.Sasha Khapyorsky3-4/+4
2006-09-14Documentation: Fix broken linksDmitry V. Levin3-3/+3
2006-09-14Make count-objects, describe and merge-tree work in subdirectoryDmitry V. Levin3-1/+5
2006-09-14wt-status: remove extraneous newline from 'deleted:' outputJeff King1-1/+1
2006-09-14git-archive: inline default_parse_extra()Rene Scharfe1-12/+2
2006-09-13unpack-objects -r: call it "recover".Junio C Hamano2-7/+7
2006-09-13Test return value of finish_connect()Franck Bui-Huu3-6/+6
2006-09-13http-fetch: fix alternates handling.v1.4.2.1Junio C Hamano1-5/+34
2006-09-13http-fetch: fix alternates handling.Junio C Hamano1-5/+34