aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix buffer overflow in config parserThomas Jarosch2009-04-17
* State the effect of filter-branch on graft explicitlyDaniel Cheng (aka SDiZ)2009-04-12
* process_{tree,blob}: Remove useless xstrdup callsLinus Torvalds2009-04-12
* process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink2009-04-08
* Documentation: clarify .gitattributes searchJason Merrill2009-04-07
* git-checkout.txt: clarify that <branch> applies when no path is given.Matthieu Moy2009-04-07
* git-checkout.txt: fix incorrect statement about HEAD and indexMatthieu Moy2009-04-07
* commit: abort commit if interactive add failedJeff King2009-04-05
* git-repack: use non-dashed update-server-infoDan McGee2009-04-05
* Documentation: Remove an odd "instead"Holger Weiß2009-04-01
* Fix bash completion in path with spacesDaniel Cheng (aka SDiZ)2009-03-30
* bash completion: only show 'log --merge' if mergingThomas Rast2009-03-30
* git-tag(1): add hint about commit messagesNico -telmich- Schottelius2009-03-30
* Documentation: update graph api example.Allan Caffee2009-03-30
* import-zips: fix thinkoJohannes Schindelin2009-03-29
* close_sha1_file(): make it easier to diagnose errorsLinus Torvalds2009-03-24
* avoid possible overflow in delta size filtering computationNicolas Pitre2009-03-24
* everyday: use the dashless form of git-initDavid Aguilar2009-03-22
* Merge branch 'ks/maint-1.6.0-mailinfo-folded' into maint-1.6.0Junio C Hamano2009-03-12
|\
| * mailinfo: tests for RFC2047 examplesKirill Smelkov2009-01-28
| * mailinfo: add explicit test for mails like '<a.u.thor@example.com> (A U Thor)'Kirill Smelkov2009-01-28
| * mailinfo: 'From:' header should be unfold as wellKirill Smelkov2009-01-12
| * mailinfo: correctly handle multiline 'Subject:' headerKirill Smelkov2009-01-10
* | Merge branch 'cc/maint-1.6.0-bisect-fix' into maint-1.6.0Junio C Hamano2009-03-12
|\ \
| * | bisect: fix another instance of eval'ed stringChristian Couder2009-02-27
| * | bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder2009-02-27
* | | Merge branch 'fg/maint-1.6.0-exclude-bq' into maint-1.6.0Junio C Hamano2009-03-12
|\ \ \
| * | | Support "\" in non-wildcard exclusion entriesFinn Arne Gangstad2009-02-12
* | | | Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into maint-1.6.0Junio C Hamano2009-03-12
|\ \ \ \
| * | | | diff.c: output correct index lines for a split diffJunio C Hamano2009-01-27
* | | | | added missing backtick in git-apply.txtDanijel Tasov2009-02-28
* | | | | Make repack less likely to corrupt repositoryJunio C Hamano2009-02-11
* | | | | fast-export: ensure we traverse commits in topological orderElijah Newren2009-02-11
* | | | | Clear the delta base cache if a pack is rebuiltShawn O. Pearce2009-02-11
* | | | | Clear the delta base cache during fast-import checkpointShawn O. Pearce2009-02-10
| |/ / / |/| | |
* | | | Fixed broken git help -w when installing from RPMDavid J. Mellor2009-02-04
* | | | builtin-mv.c: check for unversionned files before looking at the destination.Matthieu Moy2009-02-04
* | | | Add a testcase for "git mv -f" on untracked files.Matthieu Moy2009-02-04
* | | | Missing && in t/t7001.sh.Matthieu Moy2009-02-04
* | | | User-manual: "git stash <comment>" form is long goneWilliam Pursell2009-02-03
* | | | add test-dump-cache-tree in MakefileGuanqun Lu2009-02-03
* | | | fix typo in DocumentationGuanqun Lu2009-02-03
* | | | apply: fix access to an uninitialized mode variable, found by valgrindJohannes Schindelin2009-02-03
* | | | grep: pass -I (ignore binary) down to external grepJunio C Hamano2009-02-02
* | | | merge: fix out-of-bounds memory accessRené Scharfe2009-01-31
* | | | avoid 31-bit truncation in write_loose_objectJeff King2009-01-28
* | | | test-path-utils: Fix off by one, found by valgrindJohannes Schindelin2009-01-27
* | | | get_sha1_basic(): fix invalid memory access, found by valgrindJohannes Schindelin2009-01-27
|/ / /
* | | Fix Documentation for git-describeBoyd Stephen Smith Jr2009-01-23
* | | builtin-fsck: fix off by one head countChristian Couder2009-01-17