OSDN Git Service

git-core/git.git
2012-05-29 Junio C HamanoMerge branch 'jk/ident-gecos-strbuf'
2012-05-29 Junio C HamanoMerge branch 'jk/fetch-pack-remove-dups-optim'
2012-05-29 Junio C HamanoMerge branch 'rs/refs-string-slice'
2012-05-29 Junio C HamanoMerge branch 'mh/fetch-pack-constness'
2012-05-29 Junio C HamanoMerge branch 'mh/ref-api-lazy-loose'
2012-05-29 Junio C HamanoMerge branch 'ng/pack-objects-cleanup'
2012-05-25 Junio C HamanoGit 1.7.11-rc0 v1.7.11-rc0
2012-05-25 Junio C HamanoMerge branch 'sp/sh-windows-pwd'
2012-05-25 Junio C HamanoMerge branch 'mh/test-keep-prove-cache'
2012-05-25 Junio C HamanoMerge branch 'rs/dir-strbuf-read-recursive-fix'
2012-05-25 Junio C HamanoMerge branch 'fc/git-complete-helper-fix'
2012-05-25 Junio C HamanoMerge branch 'ap/checkout-no-progress-for-non-tty'
2012-05-25 Junio C HamanoMerge branch 'jk/format-person-part-buffer-limit'
2012-05-25 Junio C HamanoMerge branch 'jk/pretty-commit-header-incomplete-line'
2012-05-25 Junio C HamanoMerge branch 'jk/ident-split-fix'
2012-05-25 Junio C HamanoMerge branch 'rs/xdiff-fast-hash-fix'
2012-05-25 Junio C HamanoMerge branch 'mh/ref-api'
2012-05-25 Junio C HamanoMerge branch 'rs/maint-grep-F'
2012-05-25 Junio C HamanoSync with 1.7.10.3
2012-05-25 Junio C HamanoGit 1.7.10.3 v1.7.10.3
2012-05-25 Junio C HamanoMerge branch 'hv/submodule-alt-odb' into maint
2012-05-25 Junio C HamanoMerge branch 'bp/diff-no-index-strbuf-fix' into maint
2012-05-25 Linus Torvaldsfmt-merge-message: add empty line between tag and signa...
2012-05-25 Jonathan Niederconfig doc: remove confusion about relative GIT_DIR...
2012-05-25 Jeff Kingformat-patch: do not use bogus email addresses in messa...
2012-05-25 Jeff Kingident: reject bogus email addresses with IDENT_STRICT
2012-05-25 Junio C HamanoSync with maint
2012-05-25 Junio C HamanoUpdate draft release notes to 1.7.10.3
2012-05-25 Junio C HamanoMerge branch 'jk/maint-status-porcelain-z-b' into maint
2012-05-25 Jeff Kingident: rename IDENT_ERROR_ON_NO_NAME to IDENT_STRICT
2012-05-25 Jeff Kingformat-patch: use GIT_COMMITTER_EMAIL in message ids
2012-05-25 Jeff Kingident: let callers omit name with fmt_indent
2012-05-25 Jeff Kingident: refactor NO_DATE flag in fmt_ident
2012-05-25 Jeff Kingident: reword empty ident error message
2012-05-24 Michael HaggertyAvoid sorting if references are added to ref_cache...
2012-05-24 Avery Pennaruncheckout: no progress messages if !isatty(2).
2012-05-24 Jeff Kingosxkeychain: pull make config from top-level directory
2012-05-24 Jeff Kingfetch-pack: sort incoming heads list earlier
2012-05-23 Junio C HamanoUpdate draft release notes to 1.7.11
2012-05-23 Junio C HamanoMerge branch 'rs/archive-tree-in-tip-simplify'
2012-05-23 Junio C HamanoMerge branch 'js/rev-parse-doc-fix'
2012-05-23 Junio C HamanoMerge branch 'js/rebase-i-p-test-fix'
2012-05-23 Junio C HamanoMerge branch 'bp/diff-no-index-strbuf-fix'
2012-05-23 Junio C HamanoMerge branch 'hv/submodule-alt-odb'
2012-05-23 René Scharfexdiff: import new 32-bit version of count_masked_bytes()
2012-05-23 René Scharfexdiff: avoid more compiler warnings with XDL_FAST_HASH...
2012-05-22 René Scharfexdiff: avoid compiler warnings with XDL_FAST_HASH on...
2012-05-22 Junio C Hamanorefs: do not create ref_entry when searching
2012-05-22 René Scharferefs: use strings directly in find_containing_dir()
2012-05-22 René Scharferefs: convert parameter of create_dir_entry() to length...
2012-05-22 René Scharferefs: convert parameter of search_ref_dir() to length...
2012-05-22 Jeff Kingfetch-pack: avoid quadratic loop in filter_refs
2012-05-22 Jeff Kingfetch-pack: sort the list of incoming refs
2012-05-22 Jeff Kingadd sorting infrastructure for list refs
2012-05-22 Jeff Kingfetch-pack: avoid quadratic behavior in remove_duplicates
2012-05-22 Jeff Kingfetch-pack: sort incoming heads
2012-05-22 Michael Haggertycmd_fetch_pack(): respect constness of argv parameter
2012-05-22 Michael Haggertycmd_fetch_pack(): combine the loop termination conditions
2012-05-22 Michael Haggertycmd_fetch_pack(): handle non-option arguments outside...
2012-05-22 Michael Haggertycmd_fetch_pack(): declare dest to be const
2012-05-22 Jeff Kingavoid segfault when reading header of malformed commits
2012-05-22 Jeff Kingpretty: avoid buffer overflow in format_person_part
2012-05-22 Jeff Kingfix off-by-one error in split_ident_line
2012-05-22 Jeff Kingformat-patch: refactor get_patch_filename
2012-05-22 Jeff Kingident: trim whitespace from default name/email
2012-05-22 Jeff Kingident: use a dynamic strbuf in fmt_ident
2012-05-22 Jeff Kingident: use full dns names to generate email addresses
2012-05-22 Jeff Kingident: report passwd errors with a more friendly message
2012-05-22 Jeff Kingdrop length limitations on gecos-derived names and...
2012-05-22 Jeff Kingident: don't write fallback username into git_default_name
2012-05-22 Jeff Kingfmt_ident: drop IDENT_WARN_ON_NO_NAME code
2012-05-22 Jeff Kingformat-patch: use default email for generating message ids
2012-05-22 Jeff Kingident: trim trailing newline from /etc/mailname
2012-05-22 Jeff Kingmove git_default_* variables to ident.c
2012-05-22 Jeff Kingmove identity config parsing to ident.c
2012-05-22 Jeff Kingfmt-merge-msg: don't use static buffer in record_person
2012-05-22 Jeff Kinghttp-push: do not access git_default_email directly
2012-05-22 Jeff Kingident: split setup_ident into separate functions
2012-05-21 René Scharfegrep: stop leaking line strings with -f
2012-05-21 Ralf Thielowremote: fix typo
2012-05-20 Junio C HamanoMerge branch 'maint'
2012-05-20 René Scharfegrep: support newline separated pattern list
2012-05-20 René Scharfegrep: factor out do_append_grep_pat()
2012-05-20 René Scharfegrep: factor out create_grep_pat()
2012-05-20 Michael Haggertyfree_ref_entry(): do not trigger reading of loose refs
2012-05-20 Jens LehmannConsistently use "superproject" instead of "supermodule"
2012-05-20 Johannes Sixtt3404: begin "exchange commits with -p" test with corre...
2012-05-20 Felipe Contrerascompletion: add support for backwards compatibility
2012-05-20 Felipe Contrerascompletion: rename internal helpers _git and _gitk
2012-05-20 Michael Haggertyt/Makefile: retain cache t/.prove across prove runs
2012-05-18 Nguyễn Thái... pack-objects: refactor write_object() into helper functions
2012-05-18 Nguyễn Thái... pack-objects, streaming: turn "xx >= big_file_threshold...
2012-05-18 Johannes SixtFix t3411.3 to actually rebase something
2012-05-18 Jon Seymourrev-parse doc: --git-dir does not always show a relativ...
2012-05-18 René Scharfearchive-tar: keep const in checksum calculation
2012-05-18 René Scharfearchive: simplify refname handling
2012-05-17 Junio C HamanoMerge git://github.com/git-l10n/git-po
2012-05-17 Junio C HamanoMerge branch 'nd/i18n-parseopt'
2012-05-17 Junio C HamanoMerge branch 'rs/xdiff-lose-emit-func'
2012-05-17 Junio C HamanoMerge branch 'fc/git-complete-helper'
next