summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GIT 1.4.4-rc2v1.4.4-rc2Junio C Hamano2006-11-111-1/+1
* Merge branch 'maint'Junio C Hamano2006-11-111-28/+35
|\
| * git-cvsserver: read from git with -z to get non-ASCII pathnames.v1.4.3.5Junio C Hamano2006-11-111-28/+35
* | Merge branch 'maint'Junio C Hamano2006-11-111-1/+1
|\ \ | |/
| * path-list: fix path-list-insert return valueJunio C Hamano2006-11-111-1/+1
* | git-annotate: fix -S on graft file with comments.Junio C Hamano2006-11-101-1/+2
* | git-annotate: no need to exec blame; it is built-in now.Junio C Hamano2006-11-101-2/+2
* | Merge branch 'maint'Junio C Hamano2006-11-094-4/+102
|\ \ | |/
| * git-rebase: Use --ignore-if-in-upstream option when executing git-format-patch.Robert Shearman2006-11-091-1/+1
| * git-svn: fix dcommit losing changes when out-of-date from svnEric Wong2006-11-094-4/+102
| * git-svn: don't die on rebuild when --upgrade is specifiedEric Wong2006-11-091-1/+1
| * git-svn: avoid printing filenames of files we're not trackingEric Wong2006-11-091-5/+4
* | Documentation: move blame examplesJunio C Hamano2006-11-091-4/+7
* | Merge branch 'maint'Junio C Hamano2006-11-091-9/+12
|\ \ | |/
| * Nicer error messages in case saving an object to db goes wrongPetr Baudis2006-11-091-9/+12
* | gitweb: fix unmatched div in commitdiffJunio C Hamano2006-11-091-0/+2
* | gitweb: protect commit messages from controls.Junio C Hamano2006-11-091-3/+2
* | gitweb: protect blob and diff output lines from controls.Junio C Hamano2006-11-091-5/+6
* | git-pickaxe: retire pickaxeJunio C Hamano2006-11-089-1281/+86
* | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2006-11-081-0/+15
|\ \
| * | [PATCH] gitk: Fix nextfile() and add prevfile()OGAWA Hirofumi2006-10-191-0/+15
* | | git-status: quote LF in its outputJunio C Hamano2006-11-081-11/+53
* | | gitweb: do not give blame link unconditionally in diff-tree viewJunio C Hamano2006-11-081-10/+20
* | | gitweb: New improved patchset viewJakub Narebski2006-11-082-76/+173
* | | gitweb: Use character or octal escape codes (and add span.cntrl) in esc_pathJakub Narebski2006-11-081-1/+29
* | | gitweb: Better git-unquoting and gitweb-quoting of pathnamesJakub Narebski2006-11-082-19/+60
* | | gitweb: minimally fix "fork" support.Junio C Hamano2006-11-071-2/+20
* | | gitweb: fix disabling of "forks"Junio C Hamano2006-11-071-3/+5
* | | GIT 1.4.3-rc1v1.4.4-rc1Junio C Hamano2006-11-071-1/+1
* | | Merge branch 'maint'Junio C Hamano2006-11-071-2/+0
|\ \ \ | | |/ | |/|
| * | remove an unneeded testTero Roponen2006-11-071-2/+0
* | | Merge branch 'jc/pickaxe'Junio C Hamano2006-11-0713-4/+2093
|\ \ \
| * | | git-pickaxe: allow "-L <something>,+N"Junio C Hamano2006-11-071-0/+19
| * | | git-pickaxe: -L /regexp/,/regexp/Junio C Hamano2006-11-061-13/+83
| * | | git-pickaxe: optimize by avoiding repeated read_sha1_file().Junio C Hamano2006-11-051-38/+62
| * | | git-blame: add internal statistics to count read blobs.Junio C Hamano2006-11-051-0/+3
| * | | git-pickaxe: fix origin refcountingJunio C Hamano2006-11-041-19/+42
| * | | git-pickaxe: re-scan the blob after making progress with -CJunio C Hamano2006-11-041-62/+103
| * | | git-pickaxe: re-scan the blob after making progress with -MJunio C Hamano2006-11-041-9/+15
| * | | git-pickaxe: simplify Octopus merges furtherJunio C Hamano2006-11-041-1/+11
| * | | git-pickaxe: rename detection optimizationJunio C Hamano2006-11-043-1/+7
| * | | git-pickaxe: work properly in a subdirectory.Jeff King2006-11-021-4/+11
| * | | Introduce a new revision set operator <rev>^!Junio C Hamano2006-10-313-3/+55
| * | | git-pickaxe: cache one already found path per commit.Junio C Hamano2006-10-311-4/+20
| * | | git-pickaxe: split find_origin() into find_rename() and find_origin().Junio C Hamano2006-10-301-25/+43
| * | | git-pickaxe: tighten sanity checks.Junio C Hamano2006-10-301-5/+10
| * | | git-pickaxe: refcount origin correctly in find_copy_in_parent()Junio C Hamano2006-10-291-0/+1
| * | | git-pickaxe: allow -Ln,m as well as -L n,mJunio C Hamano2006-10-291-2/+8
| * | | git-pickaxe: WIP to refcount origin structure.Junio C Hamano2006-10-291-21/+121
| * | | git-pickaxe: swap comparison loop used for -CJunio C Hamano2006-10-211-41/+50