summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-08-12GIT 1.4.2v1.4.2Junio C Hamano1-1/+1
2006-08-12Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano1-26/+121
2006-08-12t/t4013: fix futzing with the version string.Junio C Hamano1-2/+4
2006-08-12Better error message when we are unable to lock the index fileJunio C Hamano11-32/+20
2006-08-12git-am: give better diagnostics when the patch does not apply during --3wayJunio C Hamano1-9/+19
2006-08-12Merge branch 'rj/header'Junio C Hamano1-0/+1
2006-08-11git-svn: split the path from the url correctly with limited permsEric Wong1-14/+11
2006-08-11git-sh-setup: do not use repo-config to test the git directoryJunio C Hamano1-8/+3
2006-08-11git-svn: bugfix: allow SVN:: lib users to track the root of the repositoryEric Wong1-1/+4
2006-08-11git-svn: correctly kill keyword expansion without munging EOLsEric Wong1-41/+4
2006-08-11drop length argument of has_extensionRene Scharfe8-10/+11
2006-08-10Merge branch 'rn/push-dav'Junio C Hamano1-1/+1
2006-08-10Add Documentation/howto/setup-git-server-over-http.txtRutger Nijlunsing1-0/+256
2006-08-10git-verify-pack: no need to count errorsRene Scharfe1-3/+3
2006-08-10git-verify-pack: buffer overrun paranoiaRene Scharfe1-0/+9
2006-08-10git-verify-pack: free pack after use and a cleanupRene Scharfe1-3/+8
2006-08-10git-verify-pack: get rid of while loopRene Scharfe1-16/+16
2006-08-10git-verify-pack: insist on .idx extensionRene Scharfe1-6/+5
2006-08-10git-verify-pack: more careful path handlingRene Scharfe1-7/+9
2006-08-10git-verify-pack: show usage when no pack was specifiedRene Scharfe1-0/+6
2006-08-10Add has_extension()Rene Scharfe8-8/+14
2006-08-10builtin-apply: remove unused incrementJunio C Hamano1-3/+1
2006-08-10Fix git-diff A...BJunio C Hamano1-0/+1
2006-08-10combine-diff: use colorJunio C Hamano1-16/+34
2006-08-09http-push: Make WebDAV work with (broken?) default apache2 WebDAV moduleRutger Nijlunsing1-1/+1
2006-08-09git-apply: applying a patch to make a symlink shorter.Junio C Hamano2-0/+60
2006-08-09allow diff.renamelimit to be set regardless of -M/-Cv1.4.2-rc4Junio C Hamano1-3/+0
2006-08-09make --find-copies-harder imply -CJunio C Hamano1-3/+4
2006-08-09find_unique_abbrev() with len=0 should not abbreviateJunio C Hamano1-1/+1
2006-08-09check return value from diff_setup_done()Junio C Hamano2-2/+4
2006-08-09Fix tutorial-2.htmlJunio C Hamano1-0/+1
2006-08-08Documentation: git-status takes the same options as git-commitJunio C Hamano1-1/+5
2006-08-08Update git-init-db(1) and documentation of core.sharedRepositoryJonas Fonseca2-19/+41
2006-08-08git-push: allow pushing from subdirectoriesJeff King1-1/+1
2006-08-08GIT-VERSION-GEN: adjust for ancient gitJunio C Hamano1-1/+9
2006-08-08builtin-mv: fix use of uninitialized memory.Junio C Hamano1-1/+2
2006-08-08debugging: XMALLOC_POISONJunio C Hamano1-0/+3
2006-08-07annotate: Fix bug when parsing merges with differing real and logical parents.Ryan Anderson1-6/+122
2006-08-07log-tree: show_log() should respect the setting of diffopt->line_terminationRyan Anderson1-1/+1
2006-08-07handle https:// protocol in git-cloneMichael Krelin1-1/+1
2006-08-06Fix "grep -w"Junio C Hamano2-10/+110
2006-08-05Makefile: Cygwin does not seem to need NO_STRLCPYJunio C Hamano1-1/+0
2006-08-05commit walkers: setup_ident() to record correct committer in ref-log.Ramsay Jones3-0/+3
2006-08-04Allow config file to specify Signed-off-by identity in format-patch.Ramsay Jones1-1/+1
2006-08-04Merge branch 'jc/c99'Junio C Hamano1-0/+1
2006-08-04Fix crash when GIT_DIR is invalidJohannes Schindelin1-1/+1
2006-08-04git-tar-tree: fix minor memory leakRene Scharfe1-2/+4
2006-08-04Document rev-list's option --mergeUwe Zeisberger1-0/+5
2006-08-03Further clean-up: usage() vs die()Junio C Hamano4-5/+5
2006-08-03Replace some calls to die(usage_str) with usage(usage_str).Ramsay Allan Jones5-7/+7