summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Add a README in the contrib/emacs directory.Alexandre Julliard2009-02-211-0/+39
| * | | | | git.el: Improve the confirmation message on remove and revert.Alexandre Julliard2009-02-211-2/+6
| * | | | | git.el: Make sure that file lists are sorted as they are created.Alexandre Julliard2009-02-211-13/+16
* | | | | | Support 'raw' date formatLinus Torvalds2009-02-203-2/+12
|/ / / / /
* | | | | Merge branch 'maint'Junio C Hamano2009-02-196-4/+38
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | More friendly message when locking the index fails.Matthieu Moy2009-02-193-3/+17
| * | | | Document git blame --reverse.Matthieu Moy2009-02-192-1/+8
| * | | | Documentation: Note file formats send-email acceptsTodd Zullinger2009-02-181-0/+13
* | | | | gitweb: Hyperlink multiple git hashes on the same commit message lineMarcel M. Cary2009-02-191-7/+5
* | | | | system_path(): simplify using strip_path_suffix(), and add suffix "git"Johannes Schindelin2009-02-191-29/+4
* | | | | Introduce the function strip_path_suffix()Johannes Schindelin2009-02-194-0/+47
* | | | | Merge branch 'maint'Junio C Hamano2009-02-186-4/+12
|\ \ \ \ \ | |/ / / /
| * | | | tests: fix "export var=val"Junio C Hamano2009-02-182-3/+3
| * | | | Skip timestamp differences for diff --no-indexMichael Spang2009-02-183-0/+8
| * | | | Documentation/git-push: --all, --mirror, --tags can not be combinedGerrit Pape2009-02-181-1/+1
* | | | | filter-branch -d: Export GIT_DIR earlierLars Noschinski2009-02-182-6/+18
* | | | | disallow providing multiple upstream branches to rebase, pull --rebaseJay Soffian2009-02-182-0/+6
* | | | | git-svn: fix parsing of timestamp obtained from svnJunio C Hamano2009-02-181-1/+1
* | | | | gitweb: Fix warnings with override permitted but no repo overrideMarcel M. Cary2009-02-182-7/+27
* | | | | bash completion: only show 'log --merge' if mergingThomas Rast2009-02-181-1/+6
* | | | | bash completion: refactor common log, shortlog and gitk optionsThomas Rast2009-02-181-15/+34
* | | | | gitweb: fix wrong base URL when non-root DirectoryIndexGiuseppe Bilotta2009-02-162-8/+26
* | | | | bash: update 'git svn' optionsSZEDER Gábor2009-02-161-6/+25
* | | | | bash: add missing 'git merge' optionsSZEDER Gábor2009-02-161-0/+1
* | | | | git-svn: Fix for rewriteRoot URL containing username.v1.6.2-rc1Dévai Tamás2009-02-151-0/+1
* | | | | builtin-receive-pack.c: fix compiler warnings about format stringRené Scharfe2009-02-151-2/+2
* | | | | RelNotes UpdateJunio C Hamano2009-02-151-4/+26
* | | | | Merge branch 'mc/setup-cd-p'Junio C Hamano2009-02-152-23/+10
|\ \ \ \ \
| * | | | | git-sh-setup: Use "cd" option, not /bin/pwd, for symlinked work treeMarcel M. Cary2009-02-072-23/+10
* | | | | | Merge branch 'ff/submodule-no-fetch'Junio C Hamano2009-02-152-4/+22
|\ \ \ \ \ \
| * | | | | | submodule: add --no-fetch parameter to update commandFabian Franz2009-02-072-4/+22
| |/ / / / /
* | | | | | Merge branch 'ms/mailmap'Junio C Hamano2009-02-1515-130/+644
|\ \ \ \ \ \
| * | | | | | Move mailmap documentation into separate fileMarius Storm-Olsen2009-02-084-84/+94
| * | | | | | Change current mailmap usage to do matching on both name and email of author/...Marius Storm-Olsen2009-02-085-51/+186
| * | | | | | Add map_user() and clear_mailmap() to mailmapMarius Storm-Olsen2009-02-083-51/+236
| * | | | | | Add find_insert_index, insert_at_index and clear_func functions to string_listMarius Storm-Olsen2009-02-082-4/+48
| * | | | | | Add mailmap.file as configurational option for mailmap locationMarius Storm-Olsen2009-02-0810-7/+147
* | | | | | | Merge branch 'jn/gitweb-committag'Junio C Hamano2009-02-151-1/+1
|\ \ \ \ \ \ \
| * | | | | | | gitweb: Better regexp for SHA-1 committag matchJakub Narebski2009-02-071-1/+1
* | | | | | | | Merge branch 'rc/http-push'Junio C Hamano2009-02-152-2/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | use a hash of the lock token as the suffix for PUT/MOVETay Ray Chuan2009-02-152-2/+18
* | | | | | | | | Merge branch 'js/gc-prune'Junio C Hamano2009-02-153-8/+59
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | gc: make --prune useful again by accepting an optional parameterJohannes Schindelin2009-02-143-8/+59
* | | | | | | | | | Merge branch 'tr/abbrev-commit-no-ellipses'Junio C Hamano2009-02-1516-21/+19
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | log: do not print ellipses with --abbrev-commitThomas Rast2009-02-1316-21/+19
* | | | | | | | | | | Merge branch 'jc/branch-previous'Junio C Hamano2009-02-154-20/+94
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Teach @{-1} to git mergeJunio C Hamano2009-02-132-3/+35
| * | | | | | | | | | | Teach the "@{-1} syntax to "git branch"Junio C Hamano2009-02-133-17/+59
| |/ / / / / / / / / /
* | | | | | | | | | | bash: fix misspelled 'git svn' optionSZEDER Gábor2009-02-141-1/+1
* | | | | | | | | | | t1500: more 'git rev-parse --git-dir' testsSZEDER Gábor2009-02-141-3/+3