summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | git-apply: Documentation typo fixPetr Baudis2006-11-181-1/+1
* | | | Fix git-for-each-refs broken for tagsPetr Baudis2006-11-181-2/+2
| |_|/ |/| |
* | | "git fmt-merge-msg" SIGSEGVLinus Torvalds2006-11-161-0/+2
* | | git-pull: allow pulling into an empty repositoryLinus Torvalds2006-11-162-2/+47
* | | convert-objects: set _XOPEN_SOURCE to 600Junio C Hamano2006-11-151-1/+1
* | | Run "git repack -a -d" once more at end, if there's 1MB or more of not-packed...Jim Meyering2006-11-151-0/+10
* | | gitweb: Put back shortlog instead of graphiclog in the project list.Alexandre Julliard2006-11-151-1/+1
* | | git-checkout: allow pathspec to recover lost working tree directoryJunio C Hamano2006-11-151-1/+5
* | | git-checkout: do not allow -f and -m at the same time.Junio C Hamano2006-11-151-0/+5
* | | Seek back to current filepos when mmap()ing with NO_MMAPJohannes Schindelin2006-11-151-0/+6
| |/ |/|
* | GIT 1.4.4v1.4.4Junio C Hamano2006-11-141-1/+1
* | Merge branch 'maint'Junio C Hamano2006-11-138-23/+222
|\ \
| * | Rework cvsexportcommit to handle binary files for all cases.Robin Rosenberg2006-11-134-20/+195
| * | Catch errors when writing an index that contains invalid objects.Johannes Sixt2006-11-132-0/+24
| * | test-lib.sh: A command dying due to a signal is an unexpected failure.Johannes Sixt2006-11-131-1/+1
| * | git-update-index(1): fix use of quoting in section titleJonas Fonseca2006-11-121-2/+2
* | | 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