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