summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'js/maint-send-email' into maintJunio C Hamano2009-03-113-112/+305
|\
| * send-email: don't create temporary compose file until it is neededJay Soffian2009-02-231-9/+11
| * send-email: --suppress-cc improvementsJay Soffian2009-02-143-36/+169
| * send-email: handle multiple Cc addresses when reading mbox messageJay Soffian2009-02-142-74/+123
| * send-email: allow send-email to run outside a repoJay Soffian2009-02-141-2/+11
* | Merge branch 'jk/sane-relative-time' into maintJunio C Hamano2009-03-111-1/+19
|\ \
| * | never fallback relative times to absoluteJeff King2009-02-251-1/+19
* | | Merge branch 'jc/maint-add-p-unquote' into maintJunio C Hamano2009-03-112-10/+52
|\ \ \
| * | | git-add -i/-p: learn to unwrap C-quoted pathsJunio C Hamano2009-02-182-10/+52
* | | | Merge branch 'fg/maint-exclude-bq' into maintJunio C Hamano2009-03-112-2/+9
|\ \ \ \
| * | | | Support "\" in non-wildcard exclusion entriesFinn Arne Gangstad2009-02-122-2/+9
* | | | | Merge branch 'en/maint-hash-object' into maintJunio C Hamano2009-03-111-2/+2
|\ \ \ \ \
| * | | | | Ensure proper setup of git_dir for git-hash-objectElijah Newren2009-02-281-2/+2
* | | | | | Merge branch 'maint-1.6.1' into maintJunio C Hamano2009-03-072-0/+34
|\ \ \ \ \ \
| * | | | | | builtin-revert.c: release index lock when cherry-picking an empty commitChris Johnsen2009-03-072-0/+34
* | | | | | | document config --bool-or-intJeff King2009-03-071-0/+4
* | | | | | | t1300: use test_must_fail as appropriateJeff King2009-03-071-5/+5
* | | | | | | cleanup: add isascii()René Scharfe2009-03-072-2/+3
* | | | | | | Documentation: fix badly indented paragraphs in "--bisect-all" descriptionChristian Couder2009-03-071-2/+2
* | | | | | | Make the 'lock file' exists error more informativeJohn Tapsell2009-03-041-2/+2
* | | | | | | Beginning of 1.6.2 maintenance trackJunio C Hamano2009-03-042-1/+7
* | | | | | | GIT 1.6.2v1.6.2Junio C Hamano2009-03-033-7/+6
* | | | | | | Documentation: Typo / spelling / formatting fixesMike Ralphson2009-03-033-4/+4
* | | | | | | Documentation: Expand a couple of abbreviationsMike Ralphson2009-03-031-1/+1
* | | | | | | Documentation: Typos / spelling fixes in RelNotesMike Ralphson2009-03-034-6/+6
* | | | | | | Documentation/git-archive.txt: Note attributesRoy Lee2009-03-031-0/+17
* | | | | | | Documentation: minor grammatical fixes.David J. Mellor2009-03-021-13/+13
* | | | | | | Documentation: minor grammatical fixes.David J. Mellor2009-03-022-6/+6
* | | | | | | Documentation: minor grammatical fixes.David J. Mellor2009-03-021-18/+18
* | | | | | | t3400-rebase: Move detached HEAD check earlierJohannes Sixt2009-03-011-4/+4
* | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2009-03-011-4/+6
|\ \ \ \ \ \ \
| * | | | | | | gitk: Fix possible infinite loop and display corruptionPaul Mackerras2009-03-021-4/+6
* | | | | | | | Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-281-1/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix odb_mkstemp() on AIXMike Ralphson2009-02-261-1/+2
* | | | | | | | | Merge branch 'maint'Junio C Hamano2009-02-282-7/+7
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Documentation: minor grammatical fixes.David J. Mellor2009-02-281-6/+6
| * | | | | | | | Merge branch 'maint-1.6.0' into maintJunio C Hamano2009-02-281-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | added missing backtick in git-apply.txtDanijel Tasov2009-02-281-1/+1
* | | | | | | | | | git-rebase: Update --whitespace documentationTodd Zullinger2009-02-281-1/+1
* | | | | | | | | | git-svn - return original format_svn_date semanticsBen Walton2009-02-271-1/+1
* | | | | | | | | | git-svn: disable broken symlink workaround by defaultEric Wong2009-02-272-1/+11
* | | | | | | | | | Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano2009-02-271-1/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | bisect: fix another instance of eval'ed stringChristian Couder2009-02-271-1/+7
* | | | | | | | | | | Merge branch 'cc/maint-1.6.0-bisect-fix'Junio C Hamano2009-02-272-35/+66
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | bisect: fix quoting TRIED revs when "bad" commit is also "skip"pedChristian Couder2009-02-272-35/+66
* | | | | | | | | | | git-am: make --abort less dangerousJunio C Hamano2009-02-261-0/+7
* | | | | | | | | | | git-am: Keep index in case of abort with dirty indexMichael J Gruber2009-02-261-3/+10
* | | | | | | | | | | t5540-http-push.sh: avoid non-portable grep -PJay Soffian2009-02-261-3/+8
* | | | | | | | | | | GIT 1.6.2-rc2v1.6.2-rc2Junio C Hamano2009-02-252-2/+5
* | | | | | | | | | | Merge branch 'jc/maint-1.6.0-pack-directory'Junio C Hamano2009-02-257-27/+72
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |