Code

git.git
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-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-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-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'
2008-12-07 Thomas Rastfetch-pack: Avoid memcpy() with src==dst
2008-12-03 Junio C HamanoMerge branch 'jk/maint-commit-v-strip' into maint
2008-12-03 Davide Libenzixdiff: give up scanning similar lines early
2008-12-03 Junio C HamanoMerge branch 'bc/maint-keep-pack' into maint
2008-12-03 Junio C HamanoMerge branch 'js/mingw-rename-fix' into maint
2008-12-02 Miklos VajnaUser's Manual: remove duplicated url at the end of...
2008-12-01 Junio C HamanoUpdate draft release notes to 1.6.0.5
2008-12-01 Junio C HamanoMerge branch 'st/maint-tag' into maint
2008-12-01 Junio C HamanoMerge branch 'mk/maint-cg-push' into maint
2008-12-01 Nguyễn Thái... generate-cmdlist.sh: avoid selecting synopsis at wrong...
2008-11-28 Junio C HamanoMerge branch 'mv/fast-export' into maint
2008-11-28 Sam Vilainsha1_file.c: resolve confusion EACCES vs EPERM
2008-11-28 Joey Hesssha1_file: avoid bogus "file exists" error message
2008-11-28 Matt McCutchengit checkout: don't warn about unborn branch if -f...
2008-11-28 SZEDER Gáborbash: offer refs instead of filenames for 'git revert'
2008-11-28 SZEDER Gáborbash: remove dashed command leftovers
2008-11-27 Junio C HamanoMerge branch 'pw/maint-p4' into maint
2008-11-27 Pete Wyckoffgit-p4: fix keyword-expansion regex
2008-11-27 Ralf WildenhuesFix typos in the documentation.
2008-11-26 Junio C HamanoMerge branch 'mm/maint-sort-config-doc' into maint
2008-11-26 Matt McCutchenconfig.txt: alphabetize configuration sections
2008-11-26 Junio C HamanoTeach "git diff" to honour --[no-]ext-diff
2008-11-24 Johannes Schindelinfast-export: use an unsorted string list for extra_refs
2008-11-24 Miklos VajnaAdd new testcase to show fast-export does not always...
2008-11-24 Bryan DreweryFix misleading wording for git-cherry-pick
2008-11-24 Johannes Sixtcompat/mingw.c: Teach mingw_rename() to replace read...
2008-11-17 Stefan Naewerequest-pull: make usage string match manpage
2008-11-16 Junio C HamanoTeach ls-files --with-tree=<tree> to work with options...
2008-11-16 Junio C Hamanobuiltin-ls-files.c: coding style fix.
2008-11-15 Jan KrügerDocumentation: git-svn: fix example for centralized...
2008-11-15 Christian CouderDocumentation: fix links to "everyday.html"
2008-11-15 Brandon Caseyrevision.c: use proper data type in call to sizeof...
2008-11-15 Brandon Caseyrepack: only unpack-unreachable if we are deleting...
2008-11-13 Linus Torvaldsdate/time: do not get confused by fractional seconds
2008-11-13 Brandon Caseyt7700: test that 'repack -a' packs alternate packed...
2008-11-12 Junio C HamanoStart 1.6.0.5 cycle
2008-11-12 Nicolas PitreFix pack.packSizeLimit and --max-pack-size handling
2008-11-12 Junio C Hamanocheckout: Fix "initial checkout" detection
2008-11-12 Jeff Kingcommit: Fix stripping of patch in verbose mode.
2008-11-12 Matt KraaiRemove the period after the git-check-attr summary
2008-11-12 Brandon Caseypack-objects: extend --local to mean ignore non-local...
2008-11-12 Brandon Caseysha1_file.c: split has_loose_object() into local and...
2008-11-12 Brandon Caseyt7700: demonstrate mishandling of loose objects in...
2008-11-12 Brandon Caseybuiltin-gc.c: use new pack_keep bitfield to detect...
2008-11-12 Brandon Caseyrepack: do not fall back to incremental repacking with...
2008-11-12 Brandon Caseyrepack: don't repack local objects in packs with .keep...
2008-11-12 Brandon Caseypack-objects: new option --honor-pack-keep
2008-11-12 Brandon Caseypacked_git: convert pack_local flag into a bitfield...
2008-11-12 Brandon Caseyt7700: demonstrate mishandling of objects in packs...
2008-11-11 Martin Koeglergit push: Interpret $GIT_DIR/branches in a Cogito compa...
2008-11-11 Daniel LoweFix non-literal format in printf-style calls
2008-11-11 Alexandre Julliardgit-submodule: Avoid printing a spurious message.
2008-11-11 Stefan Naewegit ls-remote: make usage string match manpage
next