OSDN Git Service

git-core/git.git
2014-10-20 Junio C HamanoMerge branch 'rm/gitweb-start-form'
2014-10-20 Junio C HamanoMerge branch 'ss/contrib-subtree-contacts'
2014-10-20 Junio C HamanoMerge branch 'jn/parse-config-slot'
2014-10-20 Junio C HamanoMerge branch 'rs/receive-pack-argv-leak-fix'
2014-10-20 Junio C HamanoMerge branch 'ta/config-set'
2014-10-20 Junio C HamanoMerge branch 'jk/test-shell-trace'
2014-10-20 Junio C HamanoMerge branch 'bc/asciidoc'
2014-10-20 Junio C HamanoRevert "archive: honor tar.umask even for pax headers"
2014-10-16 Junio C HamanoMerge branch 'jc/completion-no-chdir'
2014-10-16 Junio C HamanoMerge branch 'bw/trace-no-inline-getnanotime'
2014-10-16 Junio C HamanoMerge branch 'po/everyday-doc'
2014-10-16 Roland Masgitweb: use start_form, not startform that was removed...
2014-10-15 Sebastian Schuberthcontacts: add a Makefile to generate docs and install
2014-10-15 Sebastian Schuberthsubtree: add an install-html target
2014-10-14 Jeff Kingcolor_parse: do not mention variable name in error...
2014-10-14 Jonathan Niederpass config slots as pointers instead of offsets
2014-10-14 Junio C HamanoUpdate draft release notes to 2.2
2014-10-14 Junio C HamanoMerge branch 'bc/asciidoc-pretty-formats-fix'
2014-10-14 Junio C HamanoMerge branch 'rs/plug-leak-in-bundle'
2014-10-14 Junio C HamanoMerge branch 'rs/more-uses-of-skip-prefix'
2014-10-14 Junio C HamanoMerge branch 'rs/mailsplit'
2014-10-14 Junio C HamanoMerge branch 'rs/sha1-array-test'
2014-10-14 Junio C HamanoMerge branch 'mh/lockfile-stdio'
2014-10-14 Junio C HamanoMerge branch 'mh/lockfile'
2014-10-14 Junio C HamanoMerge branch 'sk/tag-contains-wo-recursion'
2014-10-14 Junio C HamanoMerge branch 'da/completion-show-signature'
2014-10-14 Junio C HamanoMerge branch 'rs/daemon-fixes'
2014-10-14 Junio C HamanoMerge branch 'dt/cache-tree-repair'
2014-10-14 Junio C HamanoMerge branch 'so/rebase-doc-fork-point'
2014-10-14 Junio C HamanoMerge branch 'da/include-compat-util-first-in-c'
2014-10-13 Jeff Kingtest-lib.sh: support -x option for shell-tracing
2014-10-13 Junio C Hamanot1308: fix broken here document in test script
2014-10-13 brian m. carlsonDocumentation: fix mismatched delimiters in git-imap...
2014-10-13 brian m. carlsonDocumentation: adjust document title underlining
2014-10-13 René Scharfereceive-pack: plug minor memory leak in unpack()
2014-10-13 Jeff Kingt5304: use helper to report failure of "test foo =...
2014-10-13 Jeff Kingt5304: use test_path_is_* instead of "test -f"
2014-10-10 Philip Oakleydoc: add 'everyday' to 'git help'
2014-10-10 Philip Oakleydoc: Makefile regularise OBSOLETE_HTML list building
2014-10-10 Philip Oakleydoc: modernise everyday.txt wording and format in man...
2014-10-09 Junio C Hamanocompletion: use "git -C $there" instead of (cd $there...
2014-10-08 brian m. carlsonDocumentation: fix misrender of pretty-formats in Ascii...
2014-10-08 Junio C HamanoUpdate draft release notes to 2.2
2014-10-08 Junio C HamanoMerge branch 'sp/stream-clean-filter'
2014-10-08 Junio C HamanoMerge branch 'bw/use-write-script-in-tests'
2014-10-08 Junio C HamanoMerge branch 'nd/archive-pathspec'
2014-10-08 Junio C HamanoMerge branch 'jc/push-cert'
2014-10-07 Junio C HamanoSync with maint
2014-10-07 Junio C HamanoMerge branch 'maint-2.0' into maint
2014-10-07 Junio C HamanoMerge branch 'maint-1.9' into maint-2.0
2014-10-07 Junio C HamanoMerge branch 'maint-1.8.5' into maint-1.9
2014-10-07 Junio C HamanoMerge branch 'jk/mbox-from-line' into maint
2014-10-07 David Aguilarcompletion: add --show-signature for log and show
2014-10-07 René Scharfeuse skip_prefix() to avoid more magic numbers
2014-10-07 Wieland Hoffmanngit-tag.txt: Add a missing hyphen to `-s`
2014-10-07 René Scharfemailsplit: remove unnecessary unlink(2) call
2014-10-07 René Scharfebundle: plug minor memory leak in is_tag_in_date_range()
2014-10-01 Michael Haggertycommit_packed_refs(): reimplement using fdopen_lock_file()
2014-10-01 Michael Haggertydump_marks(): reimplement using fdopen_lock_file()
2014-10-01 Michael Haggertyfdopen_lock_file(): access a lockfile using stdio
2014-10-01 Michael Haggertylockfile.h: extract new header file for the functions...
2014-10-01 Michael Haggertyhold_locked_index(): move from lockfile.c to read-cache.c
2014-10-01 Michael Haggertyhold_lock_file_for_append(): restore errno before returning
2014-10-01 Michael Haggertyget_locked_file_path(): new function
2014-10-01 Michael Haggertylockfile.c: rename static functions
2014-10-01 Michael Haggertylockfile: rename LOCK_NODEREF to LOCK_NO_DEREF
2014-10-01 Michael Haggertycommit_lock_file_to(): refactor a helper out of commit_...
2014-10-01 Michael Haggertytrim_last_path_component(): replace last_path_elm()
2014-10-01 Michael Haggertyresolve_symlink(): take a strbuf parameter
2014-10-01 Michael Haggertyresolve_symlink(): use a strbuf for internal scratch...
2014-10-01 Michael Haggertylockfile: change lock_file::filename into a strbuf
2014-10-01 Michael Haggertycommit_lock_file(): use a strbuf to manage temporary...
2014-10-01 Michael Haggertytry_merge_strategy(): use a statically-allocated lock_f...
2014-10-01 Michael Haggertytry_merge_strategy(): remove redundant lock_file allocation
2014-10-01 Michael Haggertystruct lock_file: declare some fields volatile
2014-10-01 Michael Haggertylockfile: avoid transitory invalid states
2014-10-01 Michael Haggertygit_config_set_multivar_in_file(): avoid call to rollba...
2014-10-01 Michael Haggertydump_marks(): remove a redundant call to rollback_lock_...
2014-10-01 Michael Haggertyapi-lockfile: document edge cases
2014-10-01 Michael Haggertycommit_lock_file(): rollback lock file on failure to...
2014-10-01 Michael Haggertyclose_lock_file(): if close fails, roll back
2014-10-01 Michael Haggertycommit_lock_file(): die() if called for unlocked lockfi...
2014-10-01 Michael Haggertycommit_lock_file(): inline temporary variable
2014-10-01 Michael Haggertyremove_lock_file(): call rollback_lock_file()
2014-10-01 Michael Haggertylock_file(): exit early if lockfile cannot be opened
2014-10-01 Michael Haggertyprepare_index(): declare return value to be (const...
2014-10-01 Michael Haggertydelete_ref_loose(): don't muck around in the lock_file...
2014-10-01 Michael Haggertycache.h: define constants LOCK_SUFFIX and LOCK_SUFFIX_LEN
2014-10-01 Michael Haggertylockfile.c: document the various states of lock_file...
2014-10-01 Michael Haggertylock_file(): always initialize and register lock_file...
2014-10-01 Michael Haggertyhold_lock_file_for_append(): release lock on errors
2014-10-01 Michael Haggertylockfile: unlock file if lockfile permissions cannot...
2014-10-01 Michael Haggertyrollback_lock_file(): set fd to -1
2014-10-01 Michael Haggertyrollback_lock_file(): exit early if lock is not active
2014-10-01 Michael Haggertyrollback_lock_file(): do not clear filename redundantly
2014-10-01 Michael Haggertyclose_lock_file(): exit (successfully) if file is alrea...
2014-10-01 Michael Haggertyapi-lockfile: revise and expand the documentation
2014-10-01 Michael Haggertyunable_to_lock_die(): rename function from unable_to_lo...
2014-10-01 René Scharfedaemon: remove write-only variable maxfd
2014-10-01 René Scharfedaemon: fix error message after bind()
next