summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-10gitweb: Whitespace cleanup - tabs are for indent, spaces are for alignJakub Narebski
2006-08-10git-verify-pack: make builtinRene Scharfe
2006-08-10Merge branch 'master' into mk/renameJunio C Hamano
2006-08-10git-verify-pack: no need to count errorsRene Scharfe
2006-08-10git-verify-pack: buffer overrun paranoiaRene Scharfe
2006-08-10git-verify-pack: free pack after use and a cleanupRene Scharfe
2006-08-10git-verify-pack: get rid of while loopRene Scharfe
2006-08-10git-verify-pack: insist on .idx extensionRene Scharfe
2006-08-10git-verify-pack: more careful path handlingRene Scharfe
2006-08-10git-verify-pack: show usage when no pack was specifiedRene Scharfe
2006-08-10Add has_extension()Rene Scharfe
2006-08-10builtin-apply: remove unused incrementJunio C Hamano
2006-08-10Fix git-diff A...BJunio C Hamano
2006-08-10combine-diff: use colorJunio C Hamano
2006-08-10http-push: Make WebDAV work with (broken?) default apache2 WebDAV moduleRutger Nijlunsing
2006-08-10git-apply: applying a patch to make a symlink shorter.Junio C Hamano
2006-08-09allow diff.renamelimit to be set regardless of -M/-Cv1.4.2-rc4Junio C Hamano
2006-08-09make --find-copies-harder imply -CJunio C Hamano
2006-08-09find_unique_abbrev() with len=0 should not abbreviateJunio C Hamano
2006-08-09check return value from diff_setup_done()Junio C Hamano
2006-08-09Fix tutorial-2.htmlJunio C Hamano
2006-08-09autoconf: Add support for setting CURLDIR, OPENSSLDIR, EXPATDIRJakub Narebski
2006-08-09Documentation: git-status takes the same options as git-commitJunio C Hamano
2006-08-09autoconf: It is --without-python, not --no-pythonJakub Narebski
2006-08-09Update git-init-db(1) and documentation of core.sharedRepositoryJonas Fonseca
2006-08-09autoconf: clean temporary file mak.appendJunio C Hamano
2006-08-09autoconf: Move variables which we always set to config.mak.inJakub Narebski
2006-08-09read-cache: tweak racy-git delay logicJunio C Hamano
2006-08-08Merge branch 'master' into mk/renameJunio C Hamano
2006-08-08autoconf: Improvements in NO_PYTHON/PYTHON_PATH handlingJakub Narebski
2006-08-08autoconf: Error out on --without-shell and --without-perlJakub Narebski
2006-08-08autoconf: Add configure target to main MakefileJakub Narebski
2006-08-08git-push: allow pushing from subdirectoriesJeff King
2006-08-08GIT-VERSION-GEN: adjust for ancient gitJunio C Hamano
2006-08-08builtin-mv: fix use of uninitialized memory.Junio C Hamano
2006-08-08debugging: XMALLOC_POISONJunio C Hamano
2006-08-08gitweb: blame table row no highlight fixLuben Tuikov
2006-08-08gitweb: bugfix: git_commit and git_commitdiff parentsLuben Tuikov
2006-08-08gitweb: Remove unused variables in git_shortlog_body and git_headsJakub Narebski
2006-08-07annotate: Fix bug when parsing merges with differing real and logical parents.Ryan Anderson
2006-08-07log-tree: show_log() should respect the setting of diffopt->line_terminationRyan Anderson
2006-08-07handle https:// protocol in git-cloneMichael Krelin
2006-08-07Racy git: avoid having to be always too carefulJunio C Hamano
2006-08-07autoconf: Unset NO_STH and NEED_STH when it is detected not neededJakub Narebski
2006-08-06gitweb: fix $project usageMatthias Lederhofer
2006-08-06gitweb: fix commitdiff_plain for root commitsMatthias Lederhofer
2006-08-06gitweb: Skip nonmatching lines in difftree output, consistentlyJakub Narebski
2006-08-06gitweb: fix commitdiff for root commitsJakub Narebski
2006-08-06gitweb: check if HTTP_ACCEPT is really setMatthias Lederhofer
2006-08-06Add gitweb.cgi to .gitignoreMatthias Kestenholz