summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mk/rename'Junio C Hamano2006-08-1211-141/+166
|\
| * git-verify-pack: make builtinRene Scharfe2006-08-104-7/+11
| * Merge branch 'master' into mk/renameJunio C Hamano2006-08-1019-77/+208
| |\
| * \ Merge branch 'master' into mk/renameJunio C Hamano2006-08-0817-26/+264
| |\ \
| * | | git.c: Rename NEEDS_PREFIX to RUN_SETUPJunio C Hamano2006-08-041-36/+36
| * | | builtins: Makefile clean-upJunio C Hamano2006-08-045-106/+116
| * | | Make git-checkout-index a builtinJunio C Hamano2006-08-044-16/+18
| * | | Make git-symbolic-ref a builtinMatthias Kestenholz2006-08-034-5/+7
| * | | Make git-unpack-objects a builtinMatthias Kestenholz2006-08-034-7/+9
| * | | Make git-pack-objects a builtinMatthias Kestenholz2006-08-034-5/+7
| * | | Make git-name-rev a builtinMatthias Kestenholz2006-08-034-5/+8
* | | | Merge branch 'ml/pager'Junio C Hamano2006-08-122-1/+6
|\ \ \ \
| * | | | pager: environment variable GIT_PAGER to override PAGERMatthias Lederhofer2006-07-312-1/+6
* | | | | GIT 1.4.2v1.4.2Junio C Hamano2006-08-121-1/+1
|\ \ \ \ \
| * | | | | upload-pack: fix timeout in create_pack_filev1.4.1.1Matthias Lederhofer2006-07-241-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2006-08-121-26/+121
|\ \ \ \ \ \
| * | | | | | gitk: Show the currently checked-out head in bold fontPaul Mackerras2006-07-061-5/+22
| * | | | | | gitk: Allow the user to set some colorsPaul Mackerras2006-07-051-23/+101
* | | | | | | t/t4013: fix futzing with the version string.Junio C Hamano2006-08-121-2/+4
* | | | | | | Better error message when we are unable to lock the index fileJunio C Hamano2006-08-1211-32/+20
* | | | | | | git-am: give better diagnostics when the patch does not apply during --3wayJunio C Hamano2006-08-121-9/+19
* | | | | | | Merge branch 'rj/header'Junio C Hamano2006-08-121-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix header breakage with _XOPEN_SOURCE.Ramsay Allan Jones2006-08-021-0/+1
* | | | | | | | git-svn: split the path from the url correctly with limited permsEric Wong2006-08-111-14/+11
* | | | | | | | git-sh-setup: do not use repo-config to test the git directoryJunio C Hamano2006-08-111-8/+3
* | | | | | | | git-svn: bugfix: allow SVN:: lib users to track the root of the repositoryEric Wong2006-08-111-1/+4
* | | | | | | | git-svn: correctly kill keyword expansion without munging EOLsEric Wong2006-08-111-41/+4
* | | | | | | | drop length argument of has_extensionRene Scharfe2006-08-118-10/+11
* | | | | | | | Merge branch 'rn/push-dav'Junio C Hamano2006-08-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | http-push: Make WebDAV work with (broken?) default apache2 WebDAV moduleRutger Nijlunsing2006-08-091-1/+1
* | | | | | | | | Add Documentation/howto/setup-git-server-over-http.txtRutger Nijlunsing2006-08-101-0/+256
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | git-verify-pack: no need to count errorsRene Scharfe2006-08-101-3/+3
* | | | | | | | git-verify-pack: buffer overrun paranoiaRene Scharfe2006-08-101-0/+9
* | | | | | | | git-verify-pack: free pack after use and a cleanupRene Scharfe2006-08-101-3/+8
* | | | | | | | git-verify-pack: get rid of while loopRene Scharfe2006-08-101-16/+16
* | | | | | | | git-verify-pack: insist on .idx extensionRene Scharfe2006-08-101-6/+5
* | | | | | | | git-verify-pack: more careful path handlingRene Scharfe2006-08-101-7/+9
* | | | | | | | git-verify-pack: show usage when no pack was specifiedRene Scharfe2006-08-101-0/+6
* | | | | | | | Add has_extension()Rene Scharfe2006-08-108-8/+14
* | | | | | | | builtin-apply: remove unused incrementJunio C Hamano2006-08-101-3/+1
* | | | | | | | Fix git-diff A...BJunio C Hamano2006-08-101-0/+1
* | | | | | | | combine-diff: use colorJunio C Hamano2006-08-101-16/+34
|/ / / / / / /
* | | | | | | git-apply: applying a patch to make a symlink shorter.Junio C Hamano2006-08-092-0/+60
* | | | | | | allow diff.renamelimit to be set regardless of -M/-Cv1.4.2-rc4Junio C Hamano2006-08-091-3/+0
* | | | | | | make --find-copies-harder imply -CJunio C Hamano2006-08-091-3/+4
* | | | | | | find_unique_abbrev() with len=0 should not abbreviateJunio C Hamano2006-08-091-1/+1
* | | | | | | check return value from diff_setup_done()Junio C Hamano2006-08-092-2/+4
* | | | | | | Fix tutorial-2.htmlJunio C Hamano2006-08-091-0/+1
* | | | | | | Documentation: git-status takes the same options as git-commitJunio C Hamano2006-08-081-1/+5
* | | | | | | Update git-init-db(1) and documentation of core.sharedRepositoryJonas Fonseca2006-08-082-19/+41
| |_|_|_|_|/ |/| | | | |