summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | Merge branch 'maint' of git://repo.or.cz/git-gui into maintJunio C Hamano2008-02-291-1/+1
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |
| | * | | | | | | | git-gui: Paper bag fix info dialog when no files are staged at commitgitgui-0.9.3Shawn O. Pearce2008-02-281-1/+1
| | | |_|_|/ / / / | | |/| | | | | |
* | | | | | | | | clone: support cloning full bundlesSanti Béjar2008-02-292-7/+75
* | | | | | | | | Update draft release notes for 1.5.5Junio C Hamano2008-02-291-9/+82
* | | | | | | | | use build-time SHELL_PATH in test scriptsJeff King2008-02-294-3/+10
* | | | | | | | | Write index file on any checkout of filesDaniel Barkalow2008-02-292-15/+67
* | | | | | | | | rev-list: add --branches, --tags and --remotesUwe Kleine-König2008-02-293-3/+22
* | | | | | | | | Improve t6029 to check the real "subtree" caseMiklos Vajna2008-02-291-0/+47
* | | | | | | | | Use diff_tree() directly in making cover letterDaniel Barkalow2008-02-291-14/+11
* | | | | | | | | Always use the current connection's remote ref list in git protocolDaniel Barkalow2008-02-291-4/+5
* | | | | | | | | tests: introduce test_must_failJunio C Hamano2008-02-292-4/+21
* | | | | | | | | Fix builtin checkout crashing when given an invalid pathAlex Riesen2008-02-291-0/+4
* | | | | | | | | Merge branch 'maint'Junio C Hamano2008-02-293-4/+30
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | templates/Makefile: don't depend on local umask settingGerrit Pape2008-02-281-3/+3
| * | | | | | | | Correct name of diff_flush() in API documentationDaniel Barkalow2008-02-281-1/+1
| * | | | | | | | Start preparing for 1.5.4.4Junio C Hamano2008-02-272-1/+27
* | | | | | | | | format-patch: remove a leftover debugging messageJunio C Hamano2008-02-271-1/+0
* | | | | | | | | completion: support format-patch's --cover-letter optionJohannes Schindelin2008-02-271-0/+1
* | | | | | | | | Merge branch 'maint'Junio C Hamano2008-02-273-3/+8
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Eliminate confusing "won't bisect on seeked tree" failureCarl Worth2008-02-272-6/+10
| * | | | | | | | builtin-reflog.c: don't install new reflog on write failureBrandon Casey2008-02-271-2/+3
| * | | | | | | | send-email: fix In-Reply-To regressionJay Soffian2008-02-272-3/+27
| * | | | | | | | Fix 'git cvsexportcommit -w $cvsdir ...' when used with relative $GIT_DIRJohan Herland2008-02-272-7/+6
| * | | | | | | | Add testcase for 'git cvsexportcommit -w $cvsdir ...' with relative $GIT_DIRJohan Herland2008-02-271-1/+17
| * | | | | | | | Prompt to continue when editing during rebase --interactiveJonathan del Strother2008-02-271-0/+4
| * | | | | | | | Documentation/git svn log: add a note about timezones.Miklos Vajna2008-02-271-0/+4
| * | | | | | | | Merge branch 'js/maint-http-push' into maintJunio C Hamano2008-02-271-9/+18
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Don't use GIT_CONFIG in t5505-remoteDaniel Barkalow2008-02-271-3/+0
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'git-p4' of git://repo.or.cz/git/git-p4Junio C Hamano2008-02-271-118/+98
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | git-p4: Support usage of perforce client specTor Arvid Lund2008-02-271-8/+42
| * | | | | | | | | git-p4: git-p4 submit cleanups.Simon Hausmann2008-02-271-41/+10
| * | | | | | | | | git-p4: Removed git-p4 submit --direct.Simon Hausmann2008-02-271-45/+11
| * | | | | | | | | git-p4: Clean up git-p4 submit's log message handling.Simon Hausmann2008-02-271-16/+16
| * | | | | | | | | git-p4: Remove --log-substitutions feature.Simon Hausmann2008-02-271-7/+0
| * | | | | | | | | git-p4: support exclude pathsTommy Thorn2008-02-271-4/+22
* | | | | | | | | | git-svn: Don't prompt for client cert password everytime.Sebastian Noack2008-02-271-0/+1
* | | | | | | | | | git.el: Do not display empty directories.Alexandre Julliard2008-02-271-1/+1
* | | | | | | | | | Merge branch 'jm/free'Junio C Hamano2008-02-2717-53/+27
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-2217-55/+28
* | | | | | | | | | | Merge branch 'js/branch-track'Junio C Hamano2008-02-2712-73/+131
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | doc: documentation update for the branch track changesJay Soffian2008-02-193-32/+34
| * | | | | | | | | | | branch: optionally setup branch.*.merge from upstream local branchesJay Soffian2008-02-199-39/+98
* | | | | | | | | | | | Merge branch 'db/checkout'Junio C Hamano2008-02-2720-271/+1002
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | checkout: error out when index is unmerged even with -mJunio C Hamano2008-02-241-17/+18
| * | | | | | | | | | | | checkout: show progress when checkout takes long time while switching branchesJunio C Hamano2008-02-231-0/+1
| * | | | | | | | | | | | Add merge-subtree backJunio C Hamano2008-02-233-5/+36
| * | | | | | | | | | | | checkout: updates to tracking reportJunio C Hamano2008-02-211-5/+5
| * | | | | | | | | | | | builtin-checkout.c: Remove unused prefix arguments in switch_branches pathDaniel Barkalow2008-02-211-6/+4
| * | | | | | | | | | | | checkout: work from a subdirectoryJunio C Hamano2008-02-202-1/+34
| * | | | | | | | | | | | checkout: tone down the "forked status" diagnostic messagesJunio C Hamano2008-02-201-40/+64
| |/ / / / / / / / / / /