summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-01grep -p: support user defined regular expressionsLibravatar René Scharfe5-3/+50
2009-07-01grep: add option -p/--show-functionLibravatar René Scharfe5-13/+98
2009-07-01grep: handle pre context lines on demandLibravatar René Scharfe1-29/+32
2009-07-01grep: print context hunk marks between filesLibravatar René Scharfe4-1/+40
2009-07-01grep: move context hunk mark handling into show_line()Libravatar René Scharfe2-15/+12
2009-07-01userdiff: add xdiff_clear_find_func()Libravatar René Scharfe3-0/+17
2009-07-01request-pull: really really disable pagerLibravatar Michal Marek1-3/+4
2009-07-01log-tree: fix confusing commentLibravatar Jeff King1-1/+2
2009-06-30Merge branch 'maint'Libravatar Junio C Hamano6-17/+21
2009-06-30attr: plug minor memory leakLibravatar René Scharfe1-0/+2
2009-06-30git.c: avoid allocating one-too-many elements for new argv arrayLibravatar Brandon Casey1-2/+1
2009-06-30request-pull: really disable pagerLibravatar Junio C Hamano1-2/+2
2009-06-30git-mv: fix directory separator treatment on WindowsLibravatar Johannes Sixt1-7/+3
2009-06-30completion: add missing config variablesLibravatar Stephen Boyd1-2/+3
2009-06-30Makes some cleanup/review in gittutorialLibravatar Thadeu Lima de Souza Cascardo1-12/+12
2009-06-30Makefile: git.o depends on library headersLibravatar Johannes Sixt1-1/+1
2009-06-30git-submodule documentation: fix foreach exampleLibravatar Miklos Vajna2-2/+4
2009-06-30gitweb: add empty alt text to avatar imgLibravatar Giuseppe Bilotta1-0/+1
2009-06-30gitweb: picon avatar providerLibravatar Giuseppe Bilotta1-7/+27
2009-06-30gitweb: gravatar url cacheLibravatar Giuseppe Bilotta1-2/+22
2009-06-30gitweb: (gr)avatar supportLibravatar Giuseppe Bilotta3-3/+86
2009-06-30gitweb: use git_print_authorship_rows in 'tag' view tooLibravatar Giuseppe Bilotta1-7/+9
2009-06-30gitweb: uniform author info for commit and commitdiffLibravatar Giuseppe Bilotta1-1/+5
2009-06-30gitweb: refactor author name insertionLibravatar Giuseppe Bilotta2-39/+59
2009-06-29git log: add '--merges' flag to match '--no-merges'Libravatar Linus Torvalds2-0/+5
2009-06-27add --porcelain option to git-pushLibravatar Larry D'Anna4-32/+58
2009-06-27Merge git://git.bogomips.org/git-svnLibravatar Junio C Hamano5-42/+446
2009-06-27git svn: Doc update for multiple branch and tag pathsLibravatar Marc Branchaud1-9/+35
2009-06-27git svn: cleanup t9138-multiple-branchesLibravatar Marc Branchaud1-57/+66
2009-06-27Merge branch 'pb/send-email-cccmd-fix'Libravatar Junio C Hamano1-1/+4
2009-06-27Merge branch 'maint'Libravatar Junio C Hamano4-2/+44
2009-06-27gitweb/README: fix AliasMatch in exampleLibravatar Giuseppe Bilotta1-1/+9
2009-06-27Test grep --and/--or/--notLibravatar Thomas Rast1-0/+30
2009-06-27Test git archive --remoteLibravatar Thomas Rast1-0/+4
2009-06-27Use die_errno() instead of die() when checking syscallsLibravatar Thomas Rast30-74/+79
2009-06-27Convert existing die(..., strerror(errno)) to die_errno()Libravatar Thomas Rast42-133/+117
2009-06-27die_errno(): double % in strerror() output just in caseLibravatar Junio C Hamano1-2/+18
2009-06-27Introduce die_errno() that appends strerror(errno) to die()Libravatar Thomas Rast2-0/+13
2009-06-26git-svn: Canonicalize svn urls to prevent libsvn assertionLibravatar Ulrich Dangel1-1/+8
2009-06-26t9138: remove stray dot in test which broke bashLibravatar Eric Wong1-1/+0
2009-06-25git-remote: fix missing .uploadpack usage for show commandLibravatar Chris Frey1-1/+1
2009-06-25git-svn: convert globs to regexps for branch destinationsLibravatar Eric Wong1-1/+3
2009-06-25git svn: Support multiple branch and tag paths in the svn repository.Libravatar Marc Branchaud2-22/+170
2009-06-25Add 'git svn reset' to unwind 'git svn fetch'Libravatar Ben Jackson3-6/+164
2009-06-25git-svn: speed up find_rev_beforeLibravatar Ben Jackson1-0/+2
2009-06-25Add 'git svn help [cmd]' which works outside a repo.Libravatar Ben Jackson1-0/+3
2009-06-25git-svn: let 'dcommit $rev' work on $rev instead of HEADLibravatar Thomas Rast3-4/+54
2009-06-23fread does not return negative on errorLibravatar Roel Kluin1-1/+1
2009-06-23builtin-remote: (get_one_entry): use strbufLibravatar Bert Wesarg1-9/+7
2009-06-23t/t9001-send-email.sh: ensure generated script is executed with $SHELL_PATHLibravatar Brandon Casey1-1/+4