aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* dwim_ref: fix dangling symref warningJeff King2010-02-16
* stash pop: remove 'apply' options during 'drop' invocationThomas Rast2010-02-15
* diff: make sure --output=/bad/path is caughtLarry D'Anna2010-02-15
* t8003: check exit code of command and error message separatelyJunio C Hamano2010-02-10
* blame: prevent a segv when -L given start > EOFJay Soffian2010-02-08
* Merge branch 'sb/maint-octopus' into maint-1.6.5Junio C Hamano2010-02-01
|\
| * octopus: remove dead codeStephen Boyd2009-12-13
| * octopus: reenable fast-forward mergesStephen Boyd2009-12-13
| * octopus: make merge process simpler to followStephen Boyd2009-12-13
* | Merge branch 'bg/maint-add-all-doc' into maint-1.6.5Junio C Hamano2010-02-01
|\ \
| * | git-rm doc: Describe how to sync index & work treeBjörn Gustavsson2010-01-07
| * | git-add/rm doc: Consistently back-quoteBjörn Gustavsson2009-12-07
| * | Documentation: 'git add -A' can remove filesBjörn Gustavsson2009-12-07
* | | fix memcpy of overlapping areaJeff King2010-01-29
* | | Git 1.6.5.8v1.6.5.8Junio C Hamano2010-01-20
* | | Merge branch 'jk/maint-1.6.5-reset-hard' into maint-1.6.5Junio C Hamano2010-01-20
|\ \ \
| * | | reset: unbreak hard resets with GIT_WORK_TREEJeff King2009-12-30
* | | | Merge branch 'tr/maint-1.6.5-bash-prompt-show-submodule-changes' into maint-1...Junio C Hamano2010-01-20
|\ \ \ \
| * | | | bash completion: factor submodules into dirty stateThomas Rast2009-12-31
* | | | | Merge branch 'dp/maint-1.6.5-fast-import-non-commit-tag' into maint-1.6.5Junio C Hamano2010-01-20
|\ \ \ \ \
| * | | | | fast-import: tag may point to any object typeDmitry Potapov2010-01-14
| |/ / / /
* | | | | Merge branch 'jm/maint-1.6.5-grep-NUL-terminate' into maint-1.6.5Junio C Hamano2010-01-20
|\ \ \ \ \
| * | | | | grep: NUL terminate input from a fileJim Meyering2010-01-18
* | | | | | Merge branch 'maint-1.6.4' into maint-1.6.5Junio C Hamano2010-01-18
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch 'maint-1.6.3' into maint-1.6.4Junio C Hamano2010-01-18
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'maint-1.6.2' into maint-1.6.3Junio C Hamano2010-01-18
| | |\ \ \ \ \
| | | * \ \ \ \ Merge branch 'maint-1.6.1' into maint-1.6.2Junio C Hamano2010-01-10
| | | |\ \ \ \ \
| | | | * \ \ \ \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2010-01-10
| | | | |\ \ \ \ \
| | | | | * | | | | base85: Make the code more obvious instead of explaining the non-obviousAndreas Gruenbacher2010-01-09
| | | | | * | | | | base85: encode_85() does not use the decode tableAndreas Gruenbacher2010-01-09
| | | | | * | | | | base85 debug code: Fix length byte calculationAndreas Gruenbacher2010-01-09
| | | | | * | | | | checkout -m: do not try to fall back to --merge from an unborn branchJunio C Hamano2010-01-06
| | | | | * | | | | branch: die explicitly why when calling "git branch [-a|-r] branchname".Matthieu Moy2009-12-31
| | | | * | | | | | textconv: stop leaking file descriptorsJeff King2009-12-30
| | | | * | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-12-29
| | | | |\ \ \ \ \ \ | | | | | |/ / / / /
| | | | | * | | | | commit: --cleanup is a message optionGreg Price2009-12-29
| | | | | * | | | | t7102: make the test fail if one of its check failsNguyễn Thái Ngọc Duy2009-12-29
| | | | * | | | | | git count-objects: handle packs bigger than 4GAndreas Schwab2009-12-29
| * | | | | | | | | Merge commit 'v1.6.4.4-8-g8de6518' into maint-1.6.4Junio C Hamano2010-01-18
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Fix mis-backport of t7002Junio C Hamano2010-01-18
* | | | | | | | | | | Prevent git blame from segfaulting on a missing author nameDavid Reiss2009-12-22
* | | | | | | | | | | rebase -i: abort cleanly if the editor fails to launchBjörn Gustavsson2009-12-19
* | | | | | | | | | | technical-docs: document hash APIStephen Boyd2009-12-17
* | | | | | | | | | | api-strbuf.txt: fix typos and document launch_editor()Stephen Boyd2009-12-17
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | Git 1.6.5.7v1.6.5.7Junio C Hamano2009-12-16
* | | | | | | | | | worktree: don't segfault with an absolute pathspec without a work treeJunio C Hamano2009-12-16
* | | | | | | | | | ignore unknown color configurationJeff King2009-12-16
* | | | | | | | | | help.autocorrect: do not run a command if the command given is junkJohannes Sixt2009-12-15
* | | | | | | | | | Illustrate "filter" attribute with an exampleNanako Shiraishi2009-12-14
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Git 1.6.5.6v1.6.5.6Junio C Hamano2009-12-10