Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-08count-delta: match get_delta_hdr_size() changes.v1.2.6Junio C Hamano
2006-04-08check patch_delta bounds more carefullyNicolas Pitre
2006-04-05diff_flush(): leakfix.Junio C Hamano
2006-04-05parse_date(): fix parsing 03/10/2006Junio C Hamano
2006-04-04Use sigaction and SA_RESTART in read-tree.c; add option in Makefile.v1.2.5Jason Riedy
2006-04-04safe_fgets() - even more anal fgets()Junio C Hamano
2006-04-03pack-objects: be incredibly anal about stdio semanticsLinus Torvalds
2006-04-03Fix Solaris stdio signal handling stupiditiesLinus Torvalds
2006-03-04tar-tree: file/dirmode fix.Junio C Hamano
2006-03-02read-tree --aggressive: remove deleted entry from the working tree.Junio C Hamano
2006-03-02Merge branch 'lt/fix-apply' into maintv1.2.4Junio C Hamano
2006-03-01git-mv: fixes for path handlingJosef Weidendorfer
2006-03-01git-mv: Allow -h without repo & fix error messageJosef Weidendorfer
2006-03-01Allow git-mv to accept ./ in paths.Junio C Hamano
2006-03-01combine-diff: Honour -z option correctly.Mark Wooding
2006-03-01combine-diff: Honour --full-index.Mark Wooding
2006-03-01diffcore-break: micro-optimize by avoiding delta between identical files.Junio C Hamano
2006-03-01git-am: --whitespace=x option.Junio C Hamano
2006-02-28git-apply: war on whitespace -- finishing touches.Junio C Hamano
2006-02-28git-apply --whitespace=nowarnJunio C Hamano
2006-02-28apply --whitespace: configuration option.Junio C Hamano
2006-02-28apply: squelch excessive errors and --whitespace=error-allJunio C Hamano
2006-02-28apply --whitespace fixes and enhancements.Junio C Hamano
2006-02-28The war on trailing whitespaceLinus Torvalds
2006-02-27sample hooks template.Junio C Hamano
2006-02-24Merge branch 'fix' into maintJunio C Hamano
2006-02-24Merge branches 'jc/fix-co-candy', 'jc/fix-rename-leak' and 'ar/fix-win' into ...Junio C Hamano
2006-02-24git-am: do not allow empty commits by mistake.Junio C Hamano
2006-02-23fix t5600-clone-fail-cleanup.sh on windowsAlex Riesen
2006-02-23diffcore-rename: plug memory leak.Junio C Hamano
2006-02-23Give no terminating LF to error() function.Junio C Hamano
2006-02-23checkout - eye candy.Junio C Hamano
2006-02-23git-fetch: follow tag only when tracking remote branch.v1.2.3Junio C Hamano
2006-02-23pack-objects eye-candy: finishing touches.Junio C Hamano
2006-02-23also adds progress when actually writing a packNicolas Pitre
2006-02-23nicer eye candies for pack-objectsNicolas Pitre
2006-02-23Keep Porcelainish from failing by broken ident after making changes.Junio C Hamano
2006-02-23Delay "empty ident" errors until they really matter.Junio C Hamano
2006-02-23Make "empty ident" error message a bit more helpful.Junio C Hamano
2006-02-23pack-objects: avoid delta chains that are too long.Junio C Hamano
2006-02-23git-repack: allow passing a couple of flags to pack-objects.Junio C Hamano
2006-02-23pack-objects: finishing touches.Junio C Hamano
2006-02-23pack-objects: reuse data from existing packs.Junio C Hamano
2006-02-22detect broken alternates.Junio C Hamano
2006-02-22git-push: Update documentation to describe the no-refspec behavior.Carl Worth
2006-02-22format-patch: pretty-print timestamp correctly.Junio C Hamano
2006-02-22git-add: Add support for --, documentation, and test.Carl Worth
2006-02-19Fix retries in git-cvsimportv1.2.2Martin Mares
2006-02-18archimport: remove files from the index before adding/updatingEric Wong
2006-02-18Make git-reset delete empty directoriesShawn Pearce