]> git.ipfire.org Git - thirdparty/git.git/shortlog
thirdparty/git.git
2009-05-24  Alex Riesenhttp-push.c::remove_locks(): fix use after free
2009-05-10  Alex Riesenls-tree manpage: output of ls-tree is compatible with...
2009-05-10  Alex Riesenls-tree manpage: use "unless" instead of "when ......
2009-05-06  Allan Caffeedir.c: Fix two minor grammatical errors in comments
2009-04-29  Junio C Hamanodiff -c -p: do not die on submodules
2009-04-28  Linus Torvaldsgrep: fix segfault when "git grep '('" is given
2009-04-27  Allan CaffeeDocumentation: fix a grammatical error in api-builtin.txt
2009-04-27  Allan Caffeebuiltin-merge: fix a typo in an error message
2009-04-23  Stephen Boydtest-genrandom: Add newline to usage string
2009-04-18  Markus Heidelbergdoc/git-daemon: add missing arguments to options
2009-04-18  Frank Lichtenheldinit: Do not segfault on big GIT_TEMPLATE_DIR environme...
2009-04-18  Thomas JaroschFix buffer overflow in config parser
2009-04-12  Daniel Cheng... State the effect of filter-branch on graft explicitly
2009-04-12  Linus Torvaldsprocess_{tree,blob}: Remove useless xstrdup calls
2009-04-09  Björn Steinbrinkprocess_{tree,blob}: Remove useless xstrdup calls
2009-04-08  Jason MerrillDocumentation: clarify .gitattributes search
2009-04-08  Matthieu Moygit-checkout.txt: clarify that <branch> applies when...
2009-04-08  Matthieu Moygit-checkout.txt: fix incorrect statement about HEAD...
2009-04-05  Jeff Kingcommit: abort commit if interactive add failed
2009-04-05  Dan McGeegit-repack: use non-dashed update-server-info
2009-04-01  Holger WeißDocumentation: Remove an odd "instead"
2009-03-30  Daniel Cheng... Fix bash completion in path with spaces
2009-03-30  Thomas Rastbash completion: only show 'log --merge' if merging
2009-03-30  Nico -telmich... git-tag(1): add hint about commit messages
2009-03-30  Allan CaffeeDocumentation: update graph api example.
2009-03-30  Johannes Schindelinimport-zips: fix thinko
2009-03-24  Linus Torvaldsclose_sha1_file(): make it easier to diagnose errors
2009-03-24  Nicolas Pitreavoid possible overflow in delta size filtering computation
2009-03-22  David Aguilareveryday: use the dashless form of git-init
2009-03-13  Junio C HamanoMerge branch 'ks/maint-1.6.0-mailinfo-folded' into...
2009-03-13  Junio C HamanoMerge branch 'cc/maint-1.6.0-bisect-fix' into maint...
2009-03-13  Junio C HamanoMerge branch 'fg/maint-1.6.0-exclude-bq' into maint...
2009-03-13  Junio C HamanoMerge branch 'jc/maint-1.6.0-split-diff-metainfo' into...
2009-02-28  Danijel Tasovadded missing backtick in git-apply.txt
2009-02-27  Christian Couderbisect: fix another instance of eval'ed string
2009-02-27  Christian Couderbisect: fix quoting TRIED revs when "bad" commit is...
2009-02-12  Finn Arne GangstadSupport "\" in non-wildcard exclusion entries
2009-02-12  Junio C HamanoMake repack less likely to corrupt repository
2009-02-12  Elijah Newrenfast-export: ensure we traverse commits in topological...
2009-02-11  Shawn O. PearceClear the delta base cache if a pack is rebuilt
2009-02-10  Shawn O. PearceClear the delta base cache during fast-import checkpoint
2009-02-05  David J. MellorFixed broken git help -w when installing from RPM
2009-02-04  Matthieu Moybuiltin-mv.c: check for unversionned files before looki...
2009-02-04  Matthieu MoyAdd a testcase for "git mv -f" on untracked files.
2009-02-04  Matthieu MoyMissing && in t/t7001.sh.
2009-02-04  William PursellUser-manual: "git stash <comment>" form is long gone
2009-02-04  Guanqun Luadd test-dump-cache-tree in Makefile
2009-02-04  Guanqun Lufix typo in Documentation
2009-02-04  Johannes Schindelinapply: fix access to an uninitialized mode variable...
2009-02-02  Junio C Hamanogrep: pass -I (ignore binary) down to external grep
2009-01-31  René Scharfemerge: fix out-of-bounds memory access
2009-01-29  Jeff Kingavoid 31-bit truncation in write_loose_object
2009-01-29  Kirill Smelkovmailinfo: tests for RFC2047 examples
2009-01-28  Kirill Smelkovmailinfo: add explicit test for mails like '<a.u.thor...
2009-01-27  Johannes Schindelintest-path-utils: Fix off by one, found by valgrind
2009-01-27  Johannes Schindelinget_sha1_basic(): fix invalid memory access, found...
2009-01-27  Junio C Hamanodiff.c: output correct index lines for a split diff
2009-01-23  Boyd Stephen... Fix Documentation for git-describe
2009-01-18  Christian Couderbuiltin-fsck: fix off by one head count
2009-01-18  Markus HeidelbergDocumentation: let asciidoc align related options
2009-01-18  Stephan Beyergithooks.txt: add missing word
2009-01-18  Stephan Beyerbuiltin-commit.c: do not remove COMMIT_EDITMSG
2009-01-15  Stephan Beyert3404: Add test case for auto-amending only edited...
2009-01-15  Stephan Beyert3404: Add test case for aborted --continue after ...
2009-01-15  Stephan Beyert3501: check that commits are actually done
2009-01-14  Michael J Gruberfix handling of multiple untracked files for git mv -k
2009-01-14  Michael J Gruberadd test cases for "git mv -k"
2009-01-14  Felipe Contrerasfast-import: Cleanup mode setting.
2009-01-14  Jay SoffianGit.pm: call Error::Simple() properly
2009-01-13  Pierre HabouzitAvoid spurious error messages on error mistakes.
2009-01-13  jidanni@jidanni.orgcontrib/examples/README: give an explanation of the...
2009-01-12  Kirill Smelkovmailinfo: 'From:' header should be unfold as well
2009-01-11  Kirill Smelkovmailinfo: correctly handle multiline 'Subject:' header
2009-01-07  Junio C HamanoMerge branch 'maint-1.5.6' into maint-1.6.0
2009-01-07  Joey HessREADME: tutorial.txt is now called gittutorial.txt
2008-12-21  Markus Heidelbergdoc/git-fsck: change the way for getting heads' SHA1s
2008-12-20  Junio C HamanoGIT 1.6.0.6 v1.6.0.6
2008-12-20  Junio C Hamanofast-import: make tagger information optional
2008-12-20  Johannes Schindelinfast-export: deal with tag objects that do not have...
2008-12-20  Miklos VajnaSubmittingPatches: mention the usage of real name in...
2008-12-20  David Aguilargit-mergetool: properly handle "git mergetool -- filename"
2008-12-20  Wu Fengguanggit-send-email: handle email address with quoted comma
2008-12-20  Markus HeidelbergDocumentation: fix typos, grammar, asciidoc syntax
2008-12-17  Junio C HamanoGIT 1.5.6.6 v1.5.6.6
2008-12-17  Junio C HamanoGIT 1.5.5.6 v1.5.5.6
2008-12-17  Junio C HamanoGIT 1.5.4.7 v1.5.4.7
2008-12-17  Junio C Hamanogitweb: do not run "git diff" that is Porcelain
2008-12-16  Johannes Schindelinfast-import: close pack before unlinking it
2008-12-15  Junio C Hamanopager: do not dup2 stderr if it is already redirected
2008-12-15  Junio C Hamanogit-show: do not segfault when showing a bad tag
2008-12-13  Jim Meyeringgit-config.txt: fix a typo
2008-12-11  Linus Torvaldsfsck: reduce stack footprint
2008-12-11  Nicolas Pitremake sure packs to be replaced are closed beforehand
2008-12-10  Junio C Hamanowork around Python warnings from AsciiDoc
2008-12-09  Deskin Millergit-svn: Make following parents atomic
2008-12-07  Junio C HamanoGIT 1.6.0.5 v1.6.0.5
2008-12-07  Matt McCutchen"git diff <tree>{3,}": do not reverse order of arguments
2008-12-07  Jeff Kingtag: delete TAG_EDITMSG only on successful tag
2008-12-07  Jakub Narebskigitweb: Make project specific override for 'grep' featu...
2008-12-07  Miklos Vajnahttp.c: use 'git_config_string' to get 'curl_http_proxy'
next