summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-07-01Merge branch 'sb/quiet-porcelains'Libravatar Junio C Hamano12-74/+225
2009-07-01Merge branch 'ne/maint-1.6.0-diff-tree-t-r-show-directory'Libravatar Junio C Hamano2-0/+59
2009-07-01Merge branch 'maint'Libravatar Junio C Hamano1-3/+4
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-27fast-export: Document the fact that git-rev-list arguments are acceptedLibravatar Elijah Newren1-0/+6
2009-06-27Add new fast-export testcasesLibravatar Elijah Newren1-0/+88
2009-06-27fast-export: Add a --tag-of-filtered-object option for newly dangling tagsLibravatar Elijah Newren2-2/+68
2009-06-27fast-export: Do parent rewriting to avoid dropping relevant commitsLibravatar Elijah Newren1-0/+1
2009-06-27fast-export: Make sure we show actual ref names instead of "(null)"Libravatar Elijah Newren1-4/+1
2009-06-27fast-export: Omit tags that tag treesLibravatar Elijah Newren2-1/+22
2009-06-27fast-export: Set revs.topo_order before calling setup_revisionsLibravatar Elijah Newren1-1/+1
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