OSDN Git Service

git-core/git.git
2006-08-12 Junio C Hamanogit-grep: show pathnames relative to the current directory
2006-08-12 Junio C Hamanogit-sh-setup: do not use repo-config to test the git...
2006-08-11 Eric Wonggit-svn: bugfix: allow SVN:: lib users to track the...
2006-08-11 Eric Wonggit-svn: correctly kill keyword expansion without mungi...
2006-08-11 Rene Scharfedrop length argument of has_extension
2006-08-11 Junio C HamanoMerge branch 'rn/push-dav'
2006-08-10 Johannes SchindelinAdd the --color-words option to the diff options family
2006-08-10 Rutger NijlunsingAdd Documentation/howto/setup-git-server-over-http.txt
2006-08-10 Jakub Narebskigitweb: Whitespace cleanup - tabs are for indent, space...
2006-08-10 Rene Scharfegit-verify-pack: make builtin
2006-08-10 Junio C HamanoMerge branch 'master' into mk/rename
2006-08-10 Rene Scharfegit-verify-pack: no need to count errors
2006-08-10 Rene Scharfegit-verify-pack: buffer overrun paranoia
2006-08-10 Rene Scharfegit-verify-pack: free pack after use and a cleanup
2006-08-10 Rene Scharfegit-verify-pack: get rid of while loop
2006-08-10 Rene Scharfegit-verify-pack: insist on .idx extension
2006-08-10 Rene Scharfegit-verify-pack: more careful path handling
2006-08-10 Rene Scharfegit-verify-pack: show usage when no pack was specified
2006-08-10 Rene ScharfeAdd has_extension()
2006-08-10 Junio C Hamanobuiltin-apply: remove unused increment
2006-08-10 Junio C HamanoFix git-diff A...B
2006-08-10 Junio C Hamanocombine-diff: use color
2006-08-10 Rutger Nijlunsinghttp-push: Make WebDAV work with (broken?) default...
2006-08-10 Junio C Hamanogit-apply: applying a patch to make a symlink shorter.
2006-08-09 Junio C Hamanoallow diff.renamelimit to be set regardless of -M/-C v1.4.2-rc4
2006-08-09 Junio C Hamanomake --find-copies-harder imply -C
2006-08-09 Junio C Hamanofind_unique_abbrev() with len=0 should not abbreviate
2006-08-09 Junio C Hamanocheck return value from diff_setup_done()
2006-08-09 Junio C HamanoFix tutorial-2.html
2006-08-09 Jakub Narebskiautoconf: Add support for setting CURLDIR, OPENSSLDIR...
2006-08-09 Junio C HamanoDocumentation: git-status takes the same options as...
2006-08-09 Jakub Narebskiautoconf: It is --without-python, not --no-python
2006-08-09 Jonas FonsecaUpdate git-init-db(1) and documentation of core.sharedR...
2006-08-09 Junio C Hamanoautoconf: clean temporary file mak.append
2006-08-09 Jakub Narebskiautoconf: Move variables which we always set to config...
2006-08-09 Junio C Hamanoread-cache: tweak racy-git delay logic
2006-08-08 Junio C HamanoMerge branch 'master' into mk/rename
2006-08-08 Jakub Narebskiautoconf: Improvements in NO_PYTHON/PYTHON_PATH handling
2006-08-08 Jakub Narebskiautoconf: Error out on --without-shell and --without...
2006-08-08 Jakub Narebskiautoconf: Add configure target to main Makefile
2006-08-08 Jeff Kinggit-push: allow pushing from subdirectories
2006-08-08 Junio C HamanoGIT-VERSION-GEN: adjust for ancient git
2006-08-08 Junio C Hamanobuiltin-mv: fix use of uninitialized memory.
2006-08-08 Junio C Hamanodebugging: XMALLOC_POISON
2006-08-08 Luben Tuikovgitweb: blame table row no highlight fix
2006-08-08 Luben Tuikovgitweb: bugfix: git_commit and git_commitdiff parents
2006-08-08 Jakub Narebskigitweb: Remove unused variables in git_shortlog_body...
2006-08-07 Ryan Andersonannotate: Fix bug when parsing merges with differing...
2006-08-07 Ryan Andersonlog-tree: show_log() should respect the setting of...
2006-08-07 Michael Krelinhandle https:// protocol in git-clone
2006-08-07 Junio C HamanoRacy git: avoid having to be always too careful
2006-08-07 Jakub Narebskiautoconf: Unset NO_STH and NEED_STH when it is detected...
2006-08-06 Matthias Lederhofergitweb: fix $project usage
2006-08-06 Matthias Lederhofergitweb: fix commitdiff_plain for root commits
2006-08-06 Jakub Narebskigitweb: Skip nonmatching lines in difftree output,...
2006-08-06 Jakub Narebskigitweb: fix commitdiff for root commits
2006-08-06 Matthias Lederhofergitweb: check if HTTP_ACCEPT is really set
2006-08-06 Matthias KestenholzAdd gitweb.cgi to .gitignore
2006-08-06 Jakub Narebskigitweb: Refactor untabifying - converting tabs to spaces
2006-08-06 Jakub Narebskigitweb: Inline $rss_link
2006-08-06 Jakub Narebskigitweb: PATH_INFO=/ means no project
2006-08-06 Jakub Narebskigitweb: No error messages with unescaped/unprotected...
2006-08-06 Jakub Narebskigitweb: No periods for error messages
2006-08-06 Jakub Narebskigitweb: Cleanup and uniquify error messages
2006-08-06 Jakub Narebskigitweb: Don't undefine query parameter related variable...
2006-08-06 Jakub Narebskigitweb: Use undef for die_error to use default first...
2006-08-06 Jakub Narebskigitweb: die_error first (optional) parameter is HTTP...
2006-08-06 Jakub Narebskigitweb: Separate input validation and dispatch, add...
2006-08-06 Junio C HamanoFix "grep -w"
2006-08-05 Junio C HamanoMakefile: Cygwin does not seem to need NO_STRLCPY
2006-08-05 Ramsay Jonescommit walkers: setup_ident() to record correct committ...
2006-08-05 Johannes Schindelinhttp-push: avoid fork() by calling merge_bases() directly
2006-08-05 Ramsay JonesAllow config file to specify Signed-off-by identity...
2006-08-05 Luben Tuikovgitweb: git_tree displays blame based on repository...
2006-08-04 Junio C Hamanoautoconf: NO_IPV6
2006-08-04 Jakub Narebskiautoconf: Set NEEDS_LIBICONV unconditionally if there...
2006-08-04 Junio C Hamanoautoconf: fix NEEDS_SSL_WITH_CRYPTO
2006-08-04 Junio C HamanoMerge branch 'jc/c99'
2006-08-04 Jakub NarebskiCopy description of new build configuration variables...
2006-08-04 Jakub Narebskiautoconf: Typo cleanup, reordering etc.
2006-08-04 Jakub Narebskiautoconf: Check for ll hh j z t size specifiers introdu...
2006-08-04 Johannes SchindelinFix crash when GIT_DIR is invalid
2006-08-04 Rene Scharfegit-tar-tree: fix minor memory leak
2006-08-04 Uwe ZeisbergerDocument rev-list's option --merge
2006-08-04 Junio C Hamanogit.c: Rename NEEDS_PREFIX to RUN_SETUP
2006-08-04 Junio C Hamanobuiltins: Makefile clean-up
2006-08-04 Junio C HamanoMake git-checkout-index a builtin
2006-08-04 Matthias KestenholzMake git-symbolic-ref a builtin
2006-08-04 Matthias KestenholzMake git-unpack-objects a builtin
2006-08-04 Matthias KestenholzMake git-pack-objects a builtin
2006-08-04 Matthias KestenholzMake git-name-rev a builtin
2006-08-04 Junio C HamanoFurther clean-up: usage() vs die()
2006-08-04 Ramsay Allan... Replace some calls to die(usage_str) with usage(usage_str).
2006-08-04 Ramsay Allan... Fixup command names in some usage strings.
2006-08-03 Junio C HamanoGIT 1.4.2-rc3 v1.4.2-rc3
2006-08-03 Junio C HamanoDocumentation/git.txt: link git-svn and git-instaweb...
2006-08-03 Junio C HamanoMerge branch 'jc/sideband'
2006-08-03 Junio C Hamanosideband: do not use color, just say "remote:"
2006-08-03 Junio C HamanoShow both blob names from "git diff blob1 blob2"
2006-08-03 Junio C Hamanodiff.c: do not use pathname comparison to tell renames
next