summaryrefslogtreecommitdiffstats
path: root/interpolate.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-07-20builtin-add.c: restructure the code for maintainabilityJunio C Hamano1-32/+43
2008-07-20Getting closer to 1.6.0-rc0Junio C Hamano2-5/+13
2008-07-19Support gitlinks in fast-import.Alexander Gavrilov5-5/+227
2008-07-19.mailmap updateJunio C Hamano1-0/+9
2008-07-19Documentation/git-merge.txt: Partial rewrite of How Merge WorksPetr Baudis1-47/+29
2008-07-19archive: remove unused headersRené Scharfe3-9/+0
2008-07-19archive: make zip compression level independent from core gitRené Scharfe3-5/+8
2008-07-19Documentation: How to ignore local changes in tracked filesPetr Baudis2-3/+18
2008-07-19Documentation/git-submodule.txt: Further clarify the descriptionPetr Baudis1-22/+47
2008-07-19Add ANSI control code emulation for the Windows consolePeter Harris3-1/+357
2008-07-19builtin-clone: rewrite guess_dir_name()Johannes Sixt1-29/+32
2008-07-19Teach lookup_prog not to select directoriesEric Raible1-1/+2
2008-07-19testsuite for cvs co -cFabian Emmes1-0/+11
2008-07-19cvsserver: Add cvs co -c supportLars Noschinski1-0/+12
2008-07-19cvsserver: Add support for packed refsLars Noschinski1-14/+8
2008-07-19Testsuite: Unset CVS_SERVERFabian Emmes1-0/+1
2008-07-19Link git-shell only to a subset of libgit.aStephan Beyer1-0/+3
2008-07-19t9001 (send-email): Do not use hardcoded /bin/sh in testJunio C Hamano1-4/+4
2008-07-19GIT 1.5.6.4v1.5.6.4Junio C Hamano1-6/+10
2008-07-19builtin-rm: fix index lock file pathOlivier Marin2-5/+17
2008-07-18http-fetch: do not SEGV after fetching a bad pack idx fileJunio C Hamano1-0/+2
2008-07-18rev-list: honor --quiet optionJunio C Hamano1-4/+1
2008-07-18builtin-remote.c: fix earlier "skip_prefix()" conversionJunio C Hamano1-32/+19
2008-07-18api-run-command.txt: typofixStephan Beyer1-1/+1
2008-07-17Documentation/RelNotes-1.6.0.txt: Expand on the incompatible packfilesPetr Baudis1-1/+3
2008-07-17mailinfo: off-by-one fix for [PATCH (foobar)] removal from Subject: lineJunio C Hamano1-4/+3
2008-07-17read-cache.c: typofixJunio C Hamano1-1/+1
2008-07-17Update draft release notes for 1.6.0Junio C Hamano1-6/+13
2008-07-17Documentation/git-submodule.txt: Add Description sectionPetr Baudis1-0/+22
2008-07-17Start preparing 1.5.6.4 release notesJunio C Hamano2-1/+44
2008-07-17git fetch-pack: do not complain about "no common commits" in an empty repoJohannes Schindelin1-1/+2
2008-07-17rebase-i: keep old parents when preserving mergesStephan Beyer1-0/+2
2008-07-16t7600-merge: Use test_expect_failure to test option parsingJohannes Sixt1-30/+6
2008-07-16Fix buffer overflow in prepare_attr_stackDmitry Potapov1-6/+9
2008-07-16Fix buffer overflow in git diffDmitry Potapov5-25/+34
2008-07-16Fix buffer overflow in git-grepDmitry Potapov1-12/+15
2008-07-16t/Makefile: use specified shell when running aggregation scriptSungHyun Nam1-1/+1
2008-07-16git-cvsserver: fix call to nonexistant cleanupWorkDir()Lars Noschinski1-1/+1
2008-07-16parse-options.c: make check_typos() staticNanako Shiraishi1-1/+1
2008-07-16builtin-describe.c: make a global variable "pattern" staticNanako Shiraishi1-1/+1
2008-07-16cache-tree.c: make cache_tree_find() staticNanako Shiraishi2-3/+1
2008-07-16Documentation/git-cherry-pick.txt et al.: Fix misleading -n descriptionPetr Baudis2-13/+13
2008-07-16t/aggregate-results: whitespace fixJunio C Hamano1-5/+5
2008-07-16t/lib-git-svn: fix SVN_HTTPD tests to work with "trash directory"Eric Wong1-1/+1
2008-07-16Rename ".dotest/" to ".git/rebase" and ".dotest-merge" to "rebase-merge"Johannes Schindelin15-66/+66
2008-07-16Do not try to detect move/copy for entries below threshold.Alexander Gavrilov1-5/+11
2008-07-16Avoid rescanning unchanged entries in search for copies.Alexander Gavrilov1-2/+19
2008-07-15Update draft release notes to 1.6.0Junio C Hamano1-1/+17
2008-07-15shortlog: support --pretty=format: optionJohannes Schindelin2-0/+12
2008-07-15Make git-add -i accept ranges like 7-Ciaran McCreesh2-5/+6