summaryrefslogtreecommitdiffstats
path: root/read-cache.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-23msvc: Add a definition of NORETURN compatible with msvc compilerRamsay Jones1-0/+3
2010-01-23Update draft release notes to 1.7.0Junio C Hamano1-1/+26
2010-01-23msvc: Fix a compiler warning due to an incorrect pointer castRamsay Jones1-1/+1
2010-01-23msvc: Fix an "unrecognized option" linker warningRamsay Jones2-0/+2
2010-01-23Make difftool.prompt fall back to mergetool.promptSebastian Schuberth1-1/+2
2010-01-23engine.pl: Fix a recent breakage of the buildsystem generatorRamsay Jones1-3/+5
2010-01-23ignore duplicated slashes in make_relative_path()Junio C Hamano2-9/+36
2010-01-22git-mv: fix moving more than one source to a single destinationJunio C Hamano2-4/+19
2010-01-22rebase -i: Enclose sed command substitution in quotesMichael Haggerty1-1/+1
2010-01-22rebase -i: Avoid non-portable "test X -a Y"Michael Haggerty1-1/+1
2010-01-22make "index-pack" a built-inLinus Torvalds7-15/+16
2010-01-22make "git pack-redundant" a built-inLinus Torvalds4-7/+5
2010-01-22make "git unpack-file" a built-inLinus Torvalds4-5/+4
2010-01-22make "mktag" a built-inLinus Torvalds4-6/+4
2010-01-22make "merge-index" a built-inLinus Torvalds4-6/+5
2010-01-22merge-tree: remove unnecessary call of git_extract_argv0_pathJohannes Sixt1-2/+0
2010-01-22make "git patch-id" a built-inLinus Torvalds4-4/+4
2010-01-22make "git var" a built-inLinus Torvalds4-4/+4
2010-01-22fix git-p4 editor invocationNicolas Pitre1-1/+1
2010-01-22Documentation: improve description of --glob=pattern and friendsThomas Rast1-17/+15
2010-01-22make "git hash-object" a built-inLinus Torvalds4-5/+4
2010-01-22make "git merge-tree" a built-inLinus Torvalds4-4/+4
2010-01-22slim down "git show-index"Linus Torvalds4-67/+69
2010-01-22Remove diff machinery dependency from read-cacheLinus Torvalds2-78/+76
2010-01-22merge-recursive: do not return NULL only to cause segfaultJunio C Hamano1-4/+4
2010-01-22git-rebase.txt: Fix spellingHorst H. von Brand1-1/+1
2010-01-22retry request without query when info/refs?query failsTay Ray Chuan1-2/+16
2010-01-21Fix "log --oneline" not to show notesJunio C Hamano3-4/+7
2010-01-21Make 'rerere forget' work from a subdirectory.Johannes Sixt2-24/+53
2010-01-21Make test case numbers uniqueJohannes Sixt2-0/+0
2010-01-21conflict-marker-size: add test and docsJunio C Hamano2-0/+29
2010-01-21Update draft release notes to 1.7.0Junio C Hamano1-1/+45
2010-01-21Fix memory corruption when .gitignore does not end by \nNguyễn Thái Ngọc Duy1-3/+13
2010-01-21Fix "log" family not to be too agressive about showing notesJunio C Hamano8-1/+82
2010-01-20date.c: mark file-local function staticJunio C Hamano2-2/+1
2010-01-20Git 1.6.6.1v1.6.6.1Junio C Hamano3-8/+16
2010-01-20Git 1.6.5.8v1.6.5.8Junio C Hamano4-3/+32
2010-01-20rev-parse --branches/--tags/--remotes=patternIlari Liusvaara9-20/+139
2010-01-20rev-parse --globIlari Liusvaara9-2/+223
2010-01-20Teach @{upstream} syntax to strbuf_branchanme()Junio C Hamano2-45/+77
2010-01-20t1506: more test for @{upstream} syntaxJunio C Hamano1-0/+41
2010-01-20Fix "checkout A..." synonym for "checkout A...HEAD" on WindowsJunio C Hamano1-2/+4
2010-01-20status: don't require the repository to be writableJunio C Hamano1-4/+6
2010-01-20Makefile: honor NO_CURL when setting REMOTE_CURL_* variablesJohannes Sixt1-10/+6
2010-01-20ident.c: replace fprintf with fputs to suppress compiler warningTarmigan Casebolt1-1/+1
2010-01-20rm: only refresh entries that we may touchNguyễn Thái Ngọc Duy1-1/+2
2010-01-19bisect: fix singular/plural grammar nitDavid Ripton1-3/+5
2010-01-19cvsimport: standarize system() calls to external git toolsBen Walton1-5/+5
2010-01-19cvsimport: standarize open() calls to external git toolsBen Walton1-4/+4
2010-01-19cvsimport: modernize callouts to git subcommandsBen Walton1-32/+32