aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| | * | | | | | Fix potentially dangerous uses of mkpath and git_pathAlex Riesen2008-10-26
| | * | | | | | Fix mkpath abuse in dwim_ref and dwim_log of sha1_name.cAlex Riesen2008-10-26
| | * | | | | | Add mksnpath which allows you to specify the output bufferAlex Riesen2008-10-26
* | | | | | | | Merge branch 'jc/gitweb-fix-cloud-tag'Junio C Hamano2008-11-05
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix reading of cloud tagsJunio C Hamano2008-10-14
* | | | | | | | | Merge branch 'mv/maint-branch-m-symref'Junio C Hamano2008-11-05
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | update-ref --no-deref -d: handle the case when the pointed ref is packedMiklos Vajna2008-10-31
| * | | | | | | | git branch -m: forbid renaming of a symrefMiklos Vajna2008-10-30
| * | | | | | | | Fix git update-ref --no-deref -d.Miklos Vajna2008-10-26
| * | | | | | | | rename_ref(): handle the case when the reflog of a ref does not existMiklos Vajna2008-10-26
| * | | | | | | | Fix git branch -m for symrefs.Miklos Vajna2008-10-26
* | | | | | | | | Merge branch 'mv/parseopt-checkout-index'Junio C Hamano2008-11-05
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | parse-opt: migrate builtin-checkout-index.Miklos Vajna2008-10-19
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2008-11-04
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | format-patch documentation: mention the special case of showing a single commitJunio C Hamano2008-11-02
* | | | | | | | | | contrib/hooks/post-receive-email: Make revision display configurablePete Harlan2008-11-04
* | | | | | | | | | contrib/hooks/post-receive-email: Put rev display in separate functionPete Harlan2008-11-04
* | | | | | | | | | Makefile: add install-man rules (quick and normal)Markus Heidelberg2008-11-02
* | | | | | | | | | Update draft release notes to 1.6.1Junio C Hamano2008-11-02
* | | | | | | | | | Merge branch 'maint'Junio C Hamano2008-11-02
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | Add reference for status letters in documentation.Yann Dirson2008-11-02
| * | | | | | | | | Document that git-log takes --all-match.Mikael Magnusson2008-11-02
| * | | | | | | | | Update draft 1.6.0.4 release notesJunio C Hamano2008-11-02
| * | | | | | | | | Merge branch 'js/maint-fetch-update-head' into maintJunio C Hamano2008-11-02
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'jk/maint-ls-files-other' into maintJunio C Hamano2008-11-02
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/maint-reset-remove-unmerged-new' into maintJunio C Hamano2008-11-02
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/maint-co-track' into maintJunio C Hamano2008-11-02
| |\ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'np/index-pack'Junio C Hamano2008-11-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | index-pack: don't leak leaf delta resultNicolas Pitre2008-10-23
| * | | | | | | | | | | | | | improve index-pack testsNicolas Pitre2008-10-22
| * | | | | | | | | | | | | | fix multiple issues in index-packNicolas Pitre2008-10-20
| * | | | | | | | | | | | | | index-pack: smarter memory usage during delta resolutionNicolas Pitre2008-10-18
| * | | | | | | | | | | | | | index-pack: rationalize delta resolution codeNicolas Pitre2008-10-18
* | | | | | | | | | | | | | | Merge branch 'sh/rebase-i-p'Junio C Hamano2008-11-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | git-rebase--interactive.sh: comparision with == is bashismJunio C Hamano2008-10-22
| * | | | | | | | | | | | | | | rebase-i-p: minimum fix to obvious issuesJunio C Hamano2008-10-20
| * | | | | | | | | | | | | | | rebase-i-p: if todo was reordered use HEAD as the rewritten parentStephen Haberman2008-10-16
| * | | | | | | | | | | | | | | rebase-i-p: do not include non-first-parent commits touching UPSTREAMStephen Haberman2008-10-16
| * | | | | | | | | | | | | | | rebase-i-p: only list commits that require rewriting in todoStephen Haberman2008-10-16
| * | | | | | | | | | | | | | | rebase-i-p: fix 'no squashing merges' tripping up non-mergesStephen Haberman2008-10-16
| * | | | | | | | | | | | | | | rebase-i-p: delay saving current-commit to REWRITTEN if squashingStephen Haberman2008-10-16
| * | | | | | | | | | | | | | | rebase-i-p: use HEAD for updating the ref instead of mapping OLDHEADStephen Haberman2008-10-16
| * | | | | | | | | | | | | | | rebase-i-p: test to exclude commits from todo based on its parentsStephen Haberman2008-10-16
* | | | | | | | | | | | | | | | Merge branch 'ag/blame-encoding'Junio C Hamano2008-11-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | builtin-blame: Reencode commit messages according to git-log rules.Alexander Gavrilov2008-10-21
* | | | | | | | | | | | | | | | | Merge branch 'gb/gitweb-pathinfo'Junio C Hamano2008-11-02
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | gitweb: generate parent..current URLsGiuseppe Bilotta2008-10-25
| * | | | | | | | | | | | | | | | | gitweb: parse parent..current syntax from PATH_INFOGiuseppe Bilotta2008-10-25
| * | | | | | | | | | | | | | | | | gitweb: use_pathinfo filenames start with /Giuseppe Bilotta2008-10-25
| * | | | | | | | | | | | | | | | | gitweb: generate project/action/hash URLsGiuseppe Bilotta2008-10-25