summaryrefslogtreecommitdiffstats
path: root/refs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-11-20do_for_each_ref: perform the same sanity check for leftovers.Junio C Hamano1-19/+19
2006-11-20git-fetch: follow lightweit tags as well.Junio C Hamano2-2/+19
2006-11-19Documentation: Correct alternates documentation, document http-alternatesPetr Baudis1-3/+14
2006-11-18Documentation: Define symref and update HEAD descriptionPetr Baudis2-5/+16
2006-11-18Document git-runstatusRene Scharfe3-1/+73
2006-11-18git-apply: slightly clean up bitfield usageRene Scharfe1-2/+5
2006-11-18sparse fix: Using plain integer as NULL pointerRene Scharfe1-1/+1
2006-11-18sparse fix: non-ANSI function declarationRene Scharfe2-2/+2
2006-11-18git-apply: Documentation typo fixPetr Baudis1-1/+1
2006-11-18Fix git-for-each-refs broken for tagsPetr Baudis1-2/+2
2006-11-17"git fmt-merge-msg" SIGSEGVLinus Torvalds1-0/+2
2006-11-17git-pull: allow pulling into an empty repositoryLinus Torvalds2-2/+47
2006-11-15convert-objects: set _XOPEN_SOURCE to 600Junio C Hamano1-1/+1
2006-11-15Run "git repack -a -d" once more at end, if there's 1MB or more of not-packed...Jim Meyering1-0/+10
2006-11-15gitweb: Put back shortlog instead of graphiclog in the project list.Alexandre Julliard1-1/+1
2006-11-15git-checkout: allow pathspec to recover lost working tree directoryJunio C Hamano1-1/+5
2006-11-15git-checkout: do not allow -f and -m at the same time.Junio C Hamano1-0/+5
2006-11-15Seek back to current filepos when mmap()ing with NO_MMAPJohannes Schindelin1-0/+6
2006-11-15GIT 1.4.4v1.4.4Junio C Hamano1-1/+1
2006-11-13Rework cvsexportcommit to handle binary files for all cases.Robin Rosenberg4-20/+195
2006-11-13Catch errors when writing an index that contains invalid objects.Johannes Sixt2-0/+24
2006-11-13test-lib.sh: A command dying due to a signal is an unexpected failure.Johannes Sixt1-1/+1
2006-11-13git-update-index(1): fix use of quoting in section titleJonas Fonseca1-2/+2
2006-11-12GIT 1.4.4-rc2v1.4.4-rc2Junio C Hamano1-1/+1
2006-11-12git-cvsserver: read from git with -z to get non-ASCII pathnames.v1.4.3.5Junio C Hamano1-28/+35
2006-11-11path-list: fix path-list-insert return valueJunio C Hamano1-1/+1
2006-11-10git-annotate: fix -S on graft file with comments.Junio C Hamano1-1/+2
2006-11-10git-annotate: no need to exec blame; it is built-in now.Junio C Hamano1-2/+2
2006-11-09git-rebase: Use --ignore-if-in-upstream option when executing git-format-patch.Robert Shearman1-1/+1
2006-11-09Documentation: move blame examplesJunio C Hamano1-4/+7
2006-11-09git-svn: fix dcommit losing changes when out-of-date from svnEric Wong4-4/+102
2006-11-09git-svn: don't die on rebuild when --upgrade is specifiedEric Wong1-1/+1
2006-11-09git-svn: avoid printing filenames of files we're not trackingEric Wong1-5/+4
2006-11-09Nicer error messages in case saving an object to db goes wrongPetr Baudis1-9/+12
2006-11-09gitweb: fix unmatched div in commitdiffJunio C Hamano1-0/+2
2006-11-09gitweb: protect commit messages from controls.Junio C Hamano1-3/+2
2006-11-09gitweb: protect blob and diff output lines from controls.Junio C Hamano1-5/+6
2006-11-09git-pickaxe: retire pickaxeJunio C Hamano9-1281/+86
2006-11-08git-status: quote LF in its outputJunio C Hamano1-11/+53
2006-11-08gitweb: do not give blame link unconditionally in diff-tree viewJunio C Hamano1-10/+20
2006-11-08gitweb: New improved patchset viewJakub Narebski2-76/+173
2006-11-08gitweb: Use character or octal escape codes (and add span.cntrl) in esc_pathJakub Narebski1-1/+29
2006-11-08gitweb: Better git-unquoting and gitweb-quoting of pathnamesJakub Narebski2-19/+60
2006-11-08gitweb: minimally fix "fork" support.Junio C Hamano1-2/+20
2006-11-08gitweb: fix disabling of "forks"Junio C Hamano1-3/+5
2006-11-08GIT 1.4.3-rc1v1.4.4-rc1Junio C Hamano1-1/+1
2006-11-08git-pickaxe: allow "-L <something>,+N"Junio C Hamano1-0/+19
2006-11-08git-pack-objects progress flag documentation and cleanupNicolas Pitre2-9/+27
2006-11-08remove an unneeded testTero Roponen1-2/+0
2006-11-07git-pickaxe: -L /regexp/,/regexp/Junio C Hamano1-13/+83