aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Documentation/git-push: --all, --mirror, --tags can not be combinedGerrit Pape2009-02-18
* Prepare for 1.6.1.4.Junio C Hamano2009-02-11
* Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-11
|\
| * 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
* | Merge branch 'maint-1.5.6' into maintJunio C Hamano2009-02-11
|\ \
| * \ Merge branch 'maint-1.5.5' into maint-1.5.6Junio C Hamano2009-02-11
| |\ \
| | * \ Merge branch 'maint-1.5.4' into maint-1.5.5Junio C Hamano2009-02-11
| | |\ \
| | | * | revision traversal and pack: notice and die on missing commitJunio C Hamano2009-02-11
* | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-10
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Clear the delta base cache during fast-import checkpointShawn O. Pearce2009-02-10
* | | | | gitweb: add $prevent_xss option to prevent XSS by repository contentMatt McCutchen2009-02-08
* | | | | rev-list: fix showing distance when using --bisect-allChristian Couder2009-02-08
* | | | | GIT 1.6.1.3v1.6.1.3Junio C Hamano2009-02-07
* | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-05
|\ \ \ \ \ | |/ / / /
| * | | | Fixed broken git help -w when installing from RPMDavid J. Mellor2009-02-04
* | | | | Merge branch 'jc/maint-apply-fix' into maintJunio C Hamano2009-02-05
|\ \ \ \ \
| * | | | | builtin-apply.c: do not set bogus mode in check_preimage() for deleted pathJunio C Hamano2009-01-28
* | | | | | Merge branch 'am/maint-push-doc' into maintJunio C Hamano2009-02-05
|\ \ \ \ \ \
| * | | | | | Documentation: rework src/dst description in git pushAnders Melchiorsen2009-01-25
| * | | | | | Documentation: more git push examplesAnders Melchiorsen2009-01-25
| * | | | | | Documentation: simplify refspec format descriptionJunio C Hamano2009-01-25
* | | | | | | Merge branch 'sg/maint-gitdir-in-subdir' into maintJunio C Hamano2009-02-05
|\ \ \ \ \ \ \
| * | | | | | | Fix gitdir detection when in subdir of gitdirSZEDER Gábor2009-01-17
* | | | | | | | Merge branch 'lt/maint-wrap-zlib' into maintJunio C Hamano2009-02-05
|\ \ \ \ \ \ \ \
| * | | | | | | | Wrap inflate and other zlib routines for better error reportingLinus Torvalds2009-01-11
* | | | | | | | | Merge branch 'jc/maint-split-diff-metainfo' into maintJunio C Hamano2009-02-05
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jc/maint-1.6.0-split-diff-metainfo' into jc/maint-split-diff-me...Junio C Hamano2009-01-27
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | |
| | * | | | | | | | diff.c: output correct index lines for a split diffJunio C Hamano2009-01-27
* | | | | | | | | | Merge branch 'js/maint-all-implies-HEAD' into maintJunio C Hamano2009-02-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | bundle: allow the same ref to be given more than onceJunio C Hamano2009-01-17
| * | | | | | | | | | revision walker: include a detached HEAD in --allJohannes Schindelin2009-01-17
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'kc/maint-diff-bwi-fix' into maintJunio C Hamano2009-02-05
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix combined use of whitespace ignore options to diffKeith Cascio2009-01-19
| * | | | | | | | | | test more combinations of ignore-whitespace options to diffKeith Cascio2009-01-19
* | | | | | | | | | | urls.txt: document optional port specification in git URLSStefan Naewe2009-02-04
* | | | | | | | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-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
* | | | | | | | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-03
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | 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
* | | | | | | | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-03
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | grep: pass -I (ignore binary) down to external grepJunio C Hamano2009-02-02
* | | | | | | | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-01-31
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | merge: fix out-of-bounds memory accessRené Scharfe2009-01-31