aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* git-svn: add fetch --parent optionJason Merrill2009-04-11
* Update draft release notes to 1.6.3Junio C Hamano2009-04-09
* Merge branch 'maint'Junio C Hamano2009-04-08
|\
| * Start 1.6.2.3 preparationJunio C Hamano2009-04-08
| * Merge branch 'jc/shared-literally' into maintJunio C Hamano2009-04-08
| |\
| * \ Merge branch 'jc/maint-1.6.0-diff-borrow-carefully' into maintJunio C Hamano2009-04-08
| |\ \
| * \ \ Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-08
| |\ \ \
| | * \ \ Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-08
| | |\ \ \
| | | * | | process_{tree,blob}: Remove useless xstrdup callsBjörn Steinbrink2009-04-08
| | * | | | Merge branch 'jc/maint-1.6.0-blame-s' into maint-1.6.1Junio C Hamano2009-04-08
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'bc/maint-1.6.1-branch-deleted-was' into maint-1.6.1Junio C Hamano2009-04-08
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'js/maint-1.6.0-exec-path-env' into maint-1.6.1Junio C Hamano2009-04-08
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'tr/maint-1.6.1-doc-format-patch--root' into maint-1.6.1Junio C Hamano2009-04-08
| | |\ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ Merge branch 'jc/maint-1.6.0-keep-pack' into maintJunio C Hamano2009-04-08
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | git-pull.sh: better warning message for "git pull" on detached head.Matthieu Moy2009-04-08
* | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-04-07
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-04-07
| |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Merge branch 'maint-1.6.0' into maint-1.6.1Junio C Hamano2009-04-07
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|/ / / | | | |/| | | | | | |
| | | * | | | | | | | 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
| * | | | | | | | | | Change double quotes to single quotes in messageJari Aalto2009-04-07
* | | | | | | | | | | Merge branch 'lt/reflog-expire'Junio C Hamano2009-04-07
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Speed up reflog pruning of unreachable commitsJunio Hamano2009-04-01
| * | | | | | | | | | | Clean up reflog unreachability pruning decisionLinus Torvalds2009-04-01
* | | | | | | | | | | | Merge branch 'bs/maint-1.6.0-tree-walk-prefix'Junio C Hamano2009-04-07
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | match_tree_entry(): a pathspec only matches at directory boundariesJunio C Hamano2009-04-01
| * | | | | | | | | | | | tree_entry_interesting: a pathspec only matches at directory boundaryBjörn Steinbrink2009-04-01
* | | | | | | | | | | | | Merge branch 'ms/http-auth'Junio C Hamano2009-04-07
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Allow curl to rewind the read buffersMartin Storsjö2009-04-02
* | | | | | | | | | | | | | Merge branch 'js/maint-submodule-checkout'Junio C Hamano2009-04-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Fix 'git checkout <submodule>' to update the indexJohannes Schindelin2009-04-02
* | | | | | | | | | | | | | | Merge branch 'cb/maint-merge-recursive-submodule-fix'Junio C Hamano2009-04-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | simplify output of conflicting mergeClemens Buchacher2009-04-05
| * | | | | | | | | | | | | | | update cache for conflicting submodule entriesClemens Buchacher2009-04-05
| * | | | | | | | | | | | | | | add tests for merging with submodulesClemens Buchacher2009-04-05
* | | | | | | | | | | | | | | | Merge branch 'mh/html-path'Junio C Hamano2009-04-07
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | add --html-path to get the location of installed HTML docsMarkus Heidelberg2009-04-04
* | | | | | | | | | | | | | | | | git-rev-list.txt: make ascii markup uniform with other pages.Matthieu Moy2009-04-07
* | | | | | | | | | | | | | | | | git-send-email.txt: clarify which options take an argument.Matthieu Moy2009-04-07
* | | | | | | | | | | | | | | | | Merge branch 'jc/name-branch'Junio C Hamano2009-04-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | Don't permit ref/branch names to end with ".lock"Shawn O. Pearce2009-03-24
| * | | | | | | | | | | | | | | | | check_ref_format(): tighten refname rulesJunio C Hamano2009-03-24
| * | | | | | | | | | | | | | | | | strbuf_check_branch_ref(): a helper to check a refname for a branchJunio C Hamano2009-03-22
| * | | | | | | | | | | | | | | | | Fix branch -m @{-1} newnameJunio C Hamano2009-03-22
| * | | | | | | | | | | | | | | | | check-ref-format --branch: give Porcelain a way to grok branch shorthandJunio C Hamano2009-03-22
| * | | | | | | | | | | | | | | | | strbuf_branchname(): a wrapper for branch name shorthandsJunio C Hamano2009-03-22
| * | | | | | | | | | | | | | | | | Rename interpret/substitute nth_last_branch functionsJunio C Hamano2009-03-22
* | | | | | | | | | | | | | | | | | Merge branch 'jc/shared-literally'Junio C Hamano2009-04-06
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | t1301: loosen test for forced modesJeff King2009-04-01