summaryrefslogtreecommitdiffstats
path: root/builtin-repo-config.c (unfollow)
Commit message (Expand)AuthorFilesLines
2006-12-04receive-pack: do not insist on fast-forward outside refs/heads/Junio C Hamano1-1/+2
2006-12-04git-mv: search more precisely for source directory in indexJohannes Schindelin2-4/+20
2006-12-03git-svn: avoid fetching files twice in the same revisionEric Wong1-5/+5
2006-11-29Document git-repo-config --bool/--int options.Andy Parkins1-0/+6
2006-11-29tutorial: talk about user.name early and don't start with commit -aJunio C Hamano1-5/+24
2006-11-29git-blame: fix rev parameter handling.Alex Riesen1-0/+1
2006-11-29git blame -C: fix output format tweaks when crossing file boundary.Junio C Hamano1-5/+5
2006-11-24Increase length of function name bufferAndy Parkins1-1/+1
2006-11-24git-svn: preserve uncommitted changes after dcommitEric Wong1-1/+1
2006-11-24git-svn: correctly handle revision 0 in SVN repositoriesEric Wong1-4/+10
2006-11-24git-svn: error out from dcommit on a parent-less commitEric Wong1-0/+7
2006-11-23archive-zip: don't use sizeof(struct ...)René Scharfe1-6/+18
2006-11-23GIT 1.4.4.1v1.4.4.1Junio C Hamano1-1/+1
2006-11-23trust-executable-bit: fix breakage for symlinksJunio C Hamano3-8/+18
2006-11-23Move --pretty options into Documentation/pretty-formats.txtChris Riddoch5-15/+83
2006-11-22Doc: Make comment about merging in tutorial.txt more clearPaolo Ciarrocchi1-1/+1
2006-11-22archive: use setvbuf() instead of setlinebuf()Michal Rokos1-1/+1
2006-11-21Teach SubmittingPatches about git-commit -sPaolo Ciarrocchi1-0/+3
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