]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2016-02-22  Jeff Kingewah: convert to REALLOC_ARRAY, etc
2016-02-22  Jeff Kingconvert ewah/bitmap code to use xmalloc
2016-02-22  Jeff Kingdiff_populate_gitlink: use a strbuf
2016-02-22  Jeff Kingtransport_anonymize_url: use xstrfmt
2016-02-22  Jeff Kinggit-compat-util: drop mempcpy compat code
2016-02-22  Jeff Kingsequencer: simplify memory allocation of get_message
2016-02-22  Jeff Kingtest-path-utils: fix normalize_path_copy output buffer...
2016-02-22  Jeff Kingfetch-pack: simplify add_sought_entry
2016-02-22  Jeff Kingfast-import: simplify allocation in start_packfile
2016-02-22  Jeff Kingwrite_untracked_extension: use FLEX_ALLOC helper
2016-02-22  Jeff Kingprepare_{git,shell}_cmd: use argv_array
2016-02-22  Jeff Kinguse st_add and st_mult for allocation size computation
2016-02-22  Jeff Kingconvert trivial cases to FLEX_ARRAY macros
2016-02-22  Jeff Kinguse xmallocz to avoid size arithmetic
2016-02-22  Jeff Kingconvert trivial cases to ALLOC_ARRAY
2016-02-22  Jeff Kingconvert manual allocations to argv_array
2016-02-22  Jeff Kingargv-array: add detach function
2016-02-22  Jeff Kingadd helpers for allocating flex-array structs
2016-02-22  Jeff Kingharden REALLOC_ARRAY and xcalloc against size_t overflow
2016-02-19  Jeff Kingtree-diff: catch integer overflow in combine_diff_path...
2016-02-19  Jeff Kingadd helpers for detecting size_t overflow
2016-02-19  Jeff Kingreflog_expire_cfg: NUL-terminate pattern field
2016-02-05  Junio C HamanoGit 2.7.1 v2.7.1
2016-02-05  Junio C HamanoMerge branch 'lv/add-doc-working-tree' into maint
2016-02-05  Junio C HamanoMerge branch 'ss/clone-depth-single-doc' into maint
2016-02-05  Junio C HamanoMerge branch 'sg/t6050-failing-editor-test-fix' into...
2016-02-05  Junio C HamanoMerge branch 'ew/for-each-ref-doc' into maint
2016-02-05  Junio C HamanoMerge branch 'ss/user-manual' into maint
2016-02-05  Junio C HamanoMerge branch 'jk/ref-cache-non-repository-optim' into...
2016-02-05  Junio C HamanoMerge branch 'js/dirname-basename' into maint
2016-02-05  Junio C HamanoMerge branch 'tb/complete-word-diff-regex' into maint
2016-02-05  Junio C HamanoMerge branch 'pw/completion-stash' into maint
2016-02-05  Junio C HamanoMerge branch 'pw/completion-show-branch' into maint
2016-02-05  Junio C HamanoMerge branch 'jk/completion-rebase' into maint
2016-02-05  Junio C HamanoMerge branch 'nd/diff-with-path-params' into maint
2016-02-05  Junio C HamanoMerge branch 'dw/subtree-split-do-not-drop-merge' into...
2016-02-05  Junio C HamanoMerge branch 'ew/svn-1.9.0-auth' into maint
2016-02-05  Junio C HamanoMerge branch 'jk/list-tag-2.7-regression' into maint
2016-02-05  Junio C HamanoMerge branch 'jk/sanity' into maint
2016-02-05  Junio C HamanoMerge branch 'jk/filter-branch-no-index' into maint
2016-02-05  Junio C HamanoMerge branch 'js/close-packs-before-gc' into maint
2016-02-05  Junio C HamanoMerge branch 'jk/ok-to-fail-gc-auto-in-rebase' into...
2016-02-05  Junio C HamanoMerge branch 'ho/gitweb-squelch-undef-warning' into...
2016-02-05  Junio C HamanoMerge branch 'js/fopen-harder' into maint
2016-02-05  Junio C HamanoMerge branch 'nd/exclusion-regression-fix' into maint
2016-02-05  Junio C HamanoMerge branch 'dk/reflog-walk-with-non-commit' into...
2016-02-05  Junio C HamanoMerge branch 'dw/signoff-doc' into maint
2016-02-05  Junio C HamanoMerge branch 'jk/clang-pedantic' into maint
2016-02-05  Junio C HamanoMerge branch 'ew/send-email-mutt-alias-fix' into maint
2016-02-05  Junio C HamanoMerge branch 'nd/dir-exclude-cleanup' into maint
2016-02-05  Junio C HamanoMerge branch 'nd/stop-setenv-work-tree' into maint
2016-01-27  Eric Wonggit-svn: fix auth parameter handling on SVN 1.9.0+
2016-01-26  Jeff Kingtag: do not show ambiguous tag names as "tags/foo"
2016-01-26  Paul Waglandcompletion: update completion arguments for stash
2016-01-25  Paul Waglandcompletion: complete show-branch "--date-order"
2016-01-25  John Keepingcompletion: add missing git-rebase options
2016-01-25  Johannes Sixtmingw: avoid linking to the C library's isalpha()
2016-01-25  Jeff Kingt6300: use test_atom for some un-modern tests
2016-01-25  Jeff Kingresolve_gitlink_ref: ignore non-repository paths
2016-01-25  Jeff Kingclean: make is_git_repository a public function
2016-01-21  Duy Nguyendiff: make -O and --output work in subdirectory
2016-01-21  Nguyễn Thái... diff-no-index: do not take a redundant prefix argument
2016-01-21  Lars Vogelgit-add doc: do not say working directory when you...
2016-01-21  Thomas Brauncompletion: complete "diff --word-diff-regex="
2016-01-20  Dave Warecontrib/subtree: fix "subtree split" skipped-merge bug
2016-01-19  Jeff Kingfilter-branch: resolve $commit^{tree} in no-index case
2016-01-19  Junio C Hamanotest-lib: clarify and tighten SANITY
2016-01-15  Johannes Schindelint0060: loosen overly strict expectations
2016-01-13  Jeff Kingrebase: ignore failures from "gc --auto"
2016-01-13  Johannes Schindelinreceive-pack: release pack files before garbage-collecting
2016-01-13  Johannes Schindelinmerge: release pack files before garbage-collecting
2016-01-13  Johannes Schindelinam: release pack files before garbage-collecting
2016-01-13  Johannes Schindelinfetch: release pack files before garbage-collecting
2016-01-12  Junio C HamanoMerge branch 'maint' of git://github.com/git-l10n/git...
2016-01-12  Øyvind A. Holmgitweb: squelch "uninitialized value" warning
2016-01-12  Johannes Schindelint0060: verify that basename() and dirname() work as...
2016-01-12  Johannes Schindelincompat/basename.c: provide a dirname() compatibility...
2016-01-12  Johannes Schindelincompat/basename: make basename() conform to POSIX
2016-01-12  Johannes SchindelinRefactor skipping DOS drive prefixes
2016-01-11  Johannes SchindelinHandle more file writes correctly in shared repos
2016-01-08  Sebastian Schuberthdocs: clarify that --depth for git-fetch works with...
2016-01-08  Sebastian Schuberthdocs: say "commits" in the --depth option wording for...
2016-01-08  Nguyễn Thái... Revert "dir.c: don't exclude whole dir prematurely...
2016-01-07  Johannes Schindelincommit: allow editing the commit message even in shared...
2016-01-07  Sebastian Schuberthdocs: clarify that passing --depth to git-clone implies...
2016-01-05  David A. WheelerExpand documentation describing --signoff
2016-01-05  Dennis Kaarsemakerreflog-walk: don't segfault on non-commit sha1's in...
2016-01-05  SZEDER Gábort6050-replace: make failing editor test more robust
2016-01-05  Eric Wongfor-each-ref: document `creatordate` and `creator`...
2016-01-04  Junio C HamanoGit 2.7 v2.7.0
2016-01-04  Junio C HamanoSync with 2.6.5
2016-01-04  Junio C HamanoGit 2.6.5 v2.6.5
2016-01-04  Junio C HamanoMerge branch 'jk/pending-keep-tag-name' into maint
2016-01-04  Junio C HamanoMerge branch 'jk/symbolic-ref-maint' into maint
2016-01-04  Junio C HamanoMerge branch 'jk/ident-loosen-getpwuid' into maint
2016-01-04  Junio C HamanoMerge branch 'jk/send-email-ssl-errors' into maint
2016-01-04  Junio C HamanoMerge branch 'sg/completion-no-column' into maint
2016-01-04  Eric Wonggit-send-email: do not double-escape quotes from mutt
2016-01-04  Jeff Kingbswap: add NO_UNALIGNED_LOADS define
2016-01-04  Jeff Kingavoid shifting signed integers 31 bits
next