summaryrefslogtreecommitdiffstats
path: root/builtin-verify-pack.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-01-22make "git var" a built-inLinus Torvalds4-4/+4
2010-01-22fix git-p4 editor invocationNicolas Pitre1-1/+1
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-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-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-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
2010-01-19Fix mis-backport of t7002Junio C Hamano1-1/+5
2010-01-19Update draft release notes to 1.7.0Junio C Hamano1-1/+16
2010-01-19Update draft release notes to 1.6.6.1Junio C Hamano1-1/+16
2010-01-19builtin-apply.c: fix the --- and +++ header filename consistency checkAndreas Gruenbacher2-1/+39
2010-01-19Replace parse_blob() with an explanatory commentDaniel Barkalow2-22/+8
2010-01-19grep: NUL terminate input from a fileJim Meyering1-0/+1
2010-01-18builtin-apply.c: Skip filenames without enough componentsAndreas Gruenbacher2-2/+14
2010-01-18symlinks.c: remove unused functionsJunio C Hamano2-33/+0
2010-01-18object.c: remove unused functionsJunio C Hamano2-26/+0
2010-01-18Document that merge strategies can now take their own optionsJunio C Hamano2-1/+33
2010-01-18Extend merge-subtree tests to test -Xsubtree=dir.Avery Pennarun1-1/+46
2010-01-18Make "subtree" part more orthogonal to the rest of merge-recursive.Junio C Hamano6-18/+91
2010-01-18pull: Fix parsing of -X<option>Junio C Hamano1-7/+14
2010-01-18Teach git-pull to pass -X<option> to git-mergeAvery Pennarun2-2/+23
2010-01-18git merge -X<option>Avery Pennarun11-26/+162
2010-01-18Update draft release notes to 1.7.0Junio C Hamano1-1/+38
2010-01-17Update COPYING with GPLv2 with new FSF addressJunio C Hamano1-13/+12
2010-01-17user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano3-2/+8
2010-01-17user_ident_sufficiently_given(): refactor the logic to be usable from elsewhereJunio C Hamano3-1/+11
2010-01-17rerere: honor conflict-marker-size attributeJunio C Hamano3-2/+20
2010-01-17rerere: prepare for customizable conflict marker lengthJunio C Hamano1-10/+44
2010-01-17commit.c::print_summary: do not release the format string too earlyJunio C Hamano1-1/+1
2010-01-17conflict-marker-size: new attributeJunio C Hamano1-25/+34
2010-01-17rerere: use ll_merge() instead of using xdl_merge()Junio C Hamano1-4/+1
2010-01-17merge-tree: use ll_merge() not xdl_merge()Junio C Hamano2-11/+9