summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-11git-svn: bugfix: allow SVN:: lib users to track the root of the repositoryEric Wong
2006-08-11git-svn: correctly kill keyword expansion without munging EOLsEric Wong
2006-08-11drop length argument of has_extensionRene Scharfe
2006-08-11Merge branch 'rn/push-dav'Junio C Hamano
2006-08-10Add Documentation/howto/setup-git-server-over-http.txtRutger Nijlunsing
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-09Documentation: git-status takes the same options as git-commitJunio C Hamano
2006-08-09Update git-init-db(1) and documentation of core.sharedRepositoryJonas Fonseca
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-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-06Fix "grep -w"Junio C Hamano
2006-08-05Makefile: Cygwin does not seem to need NO_STRLCPYJunio C Hamano
2006-08-05commit walkers: setup_ident() to record correct committer in ref-log.Ramsay Jones
2006-08-05Allow config file to specify Signed-off-by identity in format-patch.Ramsay Jones
2006-08-04Merge branch 'jc/c99'Junio C Hamano
2006-08-04Fix crash when GIT_DIR is invalidJohannes Schindelin
2006-08-04git-tar-tree: fix minor memory leakRene Scharfe
2006-08-04Document rev-list's option --mergeUwe Zeisberger
2006-08-04Further clean-up: usage() vs die()Junio C Hamano
2006-08-04Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones
2006-08-04Fixup command names in some usage strings.Ramsay Allan Jones
2006-08-03GIT 1.4.2-rc3v1.4.2-rc3Junio C Hamano
2006-08-03Documentation/git.txt: link git-svn and git-instaweb from the main page.Junio C Hamano
2006-08-03Merge branch 'jc/sideband'Junio C Hamano
2006-08-03sideband: do not use color, just say "remote:"Junio C Hamano
2006-08-03Show both blob names from "git diff blob1 blob2"Junio C Hamano
2006-08-03diff.c: do not use pathname comparison to tell renamesJunio C Hamano
2006-08-03Add a couple of subdirectory tests.Junio C Hamano