OSDN Git Service

git-core/git.git
2015-10-30 Junio C HamanoMerge branch 'jc/add-u-A-default-to-top'
2015-10-30 Junio C HamanoMerge branch 'ar/clone-dissociate'
2015-10-30 Junio C HamanoMerge git://ozlabs.org/~paulus/gitk
2015-10-30 Paul MackerrasMerge https://github.com/vnwildman/gitk
2015-10-30 Dimitriy Ryazantcevgitk: Update Russian translation
2015-10-30 Takashi Iwaigitk: Add accelerator to German locale
2015-10-30 Takashi Iwaigitk: Add accelerators to Japanese locale
2015-10-30 Takashi Iwaigitk: Update msgid's for menu items with accelerator
2015-10-30 Alex Henriegitk: l10n: Update Catalan translation
2015-10-30 Beat Bolligitk: Add missing accelerators
2015-10-29 Junio C HamanoEighth batch for 2.7
2015-10-29 Junio C HamanoMerge branch 'jc/am-mailinfo-direct'
2015-10-29 Junio C HamanoMerge branch 'jc/mailinfo-lib'
2015-10-29 Junio C HamanoMerge branch 'rp/link-curl-before-ssl'
2015-10-29 Junio C HamanoMerge branch 'dt/name-hash-dir-entry-fix'
2015-10-29 Junio C HamanoMerge branch 'tk/sigchain-unnecessary-post-tempfile'
2015-10-29 Junio C HamanoMerge branch 'jk/war-on-sprintf'
2015-10-29 Junio C HamanoMerge branch 'jc/em-dash-in-doc'
2015-10-29 Junio C HamanoMerge branch 'jc/everyday-markup'
2015-10-29 Junio C HamanoMerge branch 'xf/user-manual-markup'
2015-10-26 Junio C HamanoSeventh batch for 2.7
2015-10-26 Junio C HamanoMerge branch 'dk/p4-import-ctypes'
2015-10-26 Junio C HamanoMerge branch 'jk/repository-extension'
2015-10-26 Junio C HamanoMerge branch 'dt/t7063-fix-flaky-test'
2015-10-26 Junio C HamanoMerge branch 'kn/for-each-tag'
2015-10-26 Junio C HamanoMerge branch 'es/worktree-add'
2015-10-26 Junio C HamanoMerge branch 'tk/stripspace'
2015-10-26 Junio C HamanoMerge branch 'rt/placeholder-in-usage'
2015-10-26 Junio C HamanoMerge branch 'jc/usage-stdin'
2015-10-26 Junio C HamanoMerge branch 'mr/worktree-list'
2015-10-26 Junio C HamanoMerge branch 'jc/am-3-fallback-regression-fix'
2015-10-25 Junio C Hamanoadd: simplify -u/-A without pathspec
2015-10-23 Johannes Sixtcompat/mingw.c: remove printf format warning
2015-10-23 Johannes Sixtread_branches_file: plug a FILE* leak
2015-10-22 Junio C HamanoDocumentation: AsciiDoc spells em-dash as double-dashes...
2015-10-22 Alex Riesenclone: allow "--dissociate" without reference
2015-10-22 Tobias Klausershallow: remove unused #include "sigchain.h"
2015-10-22 Tobias Klauserread-cache: remove unused #include "sigchain.h"
2015-10-22 Tobias Klauserdiff: remove unused #include "sigchain.h"
2015-10-22 Tobias Klausercredential-cache--daemon: remove unused #include "sigch...
2015-10-22 Junio C HamanoDocumentation: match undefline with the text in old...
2015-10-22 Junio C HamanoDocumentation: match underline with the text
2015-10-22 Junio C HamanoDocumentation/everyday: match undefline with the text
2015-10-22 Xue FuqiaoDocumentation: fix header markup
2015-10-21 Junio C Hamanoam: make direct call to mailinfo
2015-10-21 Junio C Hamanomailinfo: remove calls to exit() and die() deep in...
2015-10-21 Junio C Hamanomailinfo: handle charset conversion errors in the caller
2015-10-21 Junio C Hamanomailinfo: libify
2015-10-21 Junio C Hamanomailinfo: keep the parsed log message in a strbuf
2015-10-21 Junio C Hamanomailinfo: handle_commit_msg() shouldn't be called after...
2015-10-21 Junio C Hamanomailinfo: move content/content_top to struct mailinfo
2015-10-21 Junio C Hamanomailinfo: move [ps]_hdr_data to struct mailinfo
2015-10-21 Junio C Hamanomailinfo: move cmitmsg and patchfile to struct mailinfo
2015-10-21 Junio C Hamanomailinfo: move charset to struct mailinfo
2015-10-21 Junio C Hamanomailinfo: move transfer_encoding to struct mailinfo
2015-10-21 Junio C Hamanomailinfo: move check for metainfo_charset to convert_to...
2015-10-21 Junio C Hamanomailinfo: move metainfo_charset to struct mailinfo
2015-10-21 Junio C Hamanomailinfo: move use_scissors and use_inbody_headers...
2015-10-21 Junio C Hamanomailinfo: move add_message_id and message_id to struct...
2015-10-21 Junio C Hamanomailinfo: move patch_lines to struct mailinfo
2015-10-21 Junio C Hamanomailinfo: move filter/header stage to struct mailinfo
2015-10-21 Junio C Hamanomailinfo: move global "FILE *fin, *fout" to struct...
2015-10-21 Junio C Hamanomailinfo: move keep_subject & keep_non_patch_bracket...
2015-10-21 Junio C Hamanomailinfo: introduce "struct mailinfo" to hold globals
2015-10-21 Junio C Hamanomailinfo: move global "line" into mailinfo() function
2015-10-21 Junio C Hamanomailinfo: do not let find_boundary() touch global ...
2015-10-21 Junio C Hamanomailinfo: do not let handle_boundary() touch global...
2015-10-21 Junio C Hamanomailinfo: do not let handle_body() touch global "line...
2015-10-21 Junio C Hamanomailinfo: get rid of function-local static states
2015-10-21 Junio C Hamanomailinfo: move definition of MAX_HDR_PARSED closer...
2015-10-21 Junio C Hamanomailinfo: move cleanup_space() before its users
2015-10-21 Junio C Hamanomailinfo: move check_header() after the helpers it...
2015-10-21 Junio C Hamanomailinfo: move read_one_header_line() closer to its...
2015-10-21 Junio C Hamanomailinfo: move handle_boundary() lower
2015-10-21 Junio C Hamanomailinfo: plug strbuf leak during continuation line...
2015-10-21 David Turnername-hash: don't reuse cache_entry in dir_entry
2015-10-21 Remi Pommarelconfigure.ac: detect ssl need with libcurl
2015-10-21 Remi PommarelMakefile: make curl-config path configurable
2015-10-21 Remi PommarelMakefile: link libcurl before zlib
2015-10-20 Junio C HamanoSync with maint
2015-10-20 Junio C HamanoSixth batch for 2.7
2015-10-20 Junio C HamanoMerge branch 'tb/t0027-crlf'
2015-10-20 Junio C HamanoMerge branch 'ls/p4-test-updates'
2015-10-20 Junio C HamanoMerge branch 'jk/war-on-sprintf'
2015-10-20 Junio C HamanoMerge branch 'js/gc-with-stale-symref' into maint
2015-10-20 Junio C HamanoMerge branch 'rd/test-path-utils' into maint
2015-10-20 Junio C HamanoMerge branch 'jc/doc-gc-prune-now' into maint
2015-10-20 Junio C HamanoMerge branch 'jk/filter-branch-use-of-sed-on-incomplete...
2015-10-20 Dennis Kaarsemakergit-p4: import the ctypes module
2015-10-20 David Turnert7063: fix flaky untracked-cache test
2015-10-19 Junio C HamanoSync with maint for Russian translation
2015-10-19 Junio C HamanoMerge branch 'maint' of git://github.com/git-l10n/git...
2015-10-19 Sidhant Sharmaworktree: usage: denote <branch> as optional with ...
2015-10-19 Junio C Hamanomailinfo: explicitly close file handle to the patch...
2015-10-19 Junio C Hamanomailinfo: fix an off-by-one error in the boundary stack
2015-10-19 Junio C Hamanomailinfo: fold decode_header_bq() into decode_header()
2015-10-19 Junio C Hamanomailinfo: remove a no-op call convert_to_utf8(it, "")
2015-10-18 Karthik Nayaktag.c: use the correct algorithm for the '--contains...
2015-10-16 Junio C Hamanousage: do not insist that standard input must come...
2015-10-16 Junio C HamanoSync with 2.6.2
next