summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Fix documentation of tag in git-fast-import.txtRichard P. Curnow2007-05-101-1/+0
| | * | | Merge branch 'gfi-maint' into maintShawn O. Pearce2007-05-101-1/+1
| | |\ \ \
| | | * | | Properly handle '0' filenames in import-tarsShawn O. Pearce2007-05-071-1/+1
* | | | | | gitweb: Do not use absolute font sizesPetr Baudis2007-05-101-10/+9
* | | | | | Git.pm: config_boolean() -> config_bool()Petr Baudis2007-05-103-8/+12
* | | | | | Merge branch 'maint'Junio C Hamano2007-05-104-3/+13
|\ \ \ \ \ \ | |/ / / / /
| * | | | | .mailmap: add some aliasesJunio C Hamano2007-05-101-0/+4
| * | | | | SPECIFYING RANGES typo fix: it it => it isJari Aalto2007-05-101-1/+1
| * | | | | git-clone: don't get fooled by $PWDJunio C Hamano2007-05-101-1/+8
| * | | | | Fix documentation of tag in git-fast-import.txtRichard P. Curnow2007-05-091-1/+0
| |/ / / /
* | | | | gitweb: choose appropriate view for file type if a= parameter missingGerrit Pape2007-05-101-4/+10
* | | | | Added new git-gui library files to rpm specQuy Tonthat2007-05-101-0/+1
* | | | | t9400: skip cvsserver test if Perl SQLite interface is unavailableJunio C Hamano2007-05-091-0/+5
* | | | | Merge branch 'fl/cvsserver'Junio C Hamano2007-05-091-0/+120
|\ \ \ \ \
| * | | | | cvsserver: Add test cases for git-cvsserverFrank Lichtenheld2007-05-081-0/+120
* | | | | | Merge branch 'jc/diffopt'Junio C Hamano2007-05-093-73/+23
|\ \ \ \ \ \
| * | | | | | diff -S: release the image after looking for needle in itJunio C Hamano2007-05-071-0/+1
| * | | | | | diff -M: release the preimage candidate blobs after rename detection.Junio C Hamano2007-05-071-0/+1
| * | | | | | diff.c: do not use a separate "size cache".Junio C Hamano2007-05-071-68/+4
| * | | | | | diff: release blobs after generating textual diff.Junio C Hamano2007-05-071-5/+17
* | | | | | | Merge branch 'jn/gitweb'Junio C Hamano2007-05-092-103/+394
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | gitweb: Show combined diff for merge commits in 'commit' viewJakub Narebski2007-05-071-12/+8
| * | | | | | gitweb: Show combined diff for merge commits in 'commitdiff' viewJakub Narebski2007-05-071-5/+7
| * | | | | | gitweb: Make it possible to use pre-parsed info in git_difftree_bodyJakub Narebski2007-05-071-66/+73
| * | | | | | gitweb: Add combined diff support to git_patchset_bodyJakub Narebski2007-05-071-40/+181
| * | | | | | gitweb: Add combined diff support to git_difftree_bodyJakub Narebski2007-05-072-2/+136
| * | | | | | gitweb: Add parsing of raw combined diff format to parse_difftree_raw_lineJakub Narebski2007-05-071-0/+11
| |/ / / / /
* | | | | | Update documentation links to point at 1.5.1.4Junio C Hamano2007-05-082-3/+23
* | | | | | Increase pack.depth default to 50Theodore Ts'o2007-05-084-4/+4
* | | | | | Add pack.depth option to git-pack-objects.Theodore Ts'o2007-05-084-3/+11
* | | | | | Use .git/MERGE_MSG in cherry-pick/revertShawn O. Pearce2007-05-081-11/+6
* | | | | | Merge branch 'maint'Junio C Hamano2007-05-084-10/+42
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | GIT v1.5.1.4v1.5.1.4Junio C Hamano2007-05-083-2/+32
| * | | | | Add howto files to rpm packages.Quy Tonthat2007-05-081-1/+4
| * | | | | wcwidth redeclarationAmos Waterland2007-05-071-2/+2
| * | | | | user-manual: fix clone and fetch typosJ. Bruce Fields2007-05-071-7/+6
| | |/ / / | |/| | |
* | | | | Remove duplicate exports from MakefileShawn O. Pearce2007-05-071-1/+1
* | | | | Merge branch 'master' of git://repo.or.cz/git-guiShawn O. Pearce2007-05-0718-4020/+4008
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | git-gui: Use vi-like keys in merge dialoggitgui-0.7.0-rc1Shawn O. Pearce2007-05-071-6/+14
| * | | git-gui: Include commit id/subject in merge choicesShawn O. Pearce2007-05-071-45/+54
| * | | git-gui: Show all possible branches for mergeShawn O. Pearce2007-05-071-7/+13
| * | | git-gui: Move merge support into a namespaceShawn O. Pearce2007-05-072-16/+21
| * | | git-gui: Allow vi keys to scroll the diff/blame regionsShawn O. Pearce2007-05-072-0/+23
| * | | git-gui: Move console procs into their own namespaceShawn O. Pearce2007-05-074-39/+57
| * | | git-gui: Refactor into multiple files to save my sanityShawn O. Pearce2007-05-0717-3792/+3836
| * | | git-gui: Track our own embedded values and rebuild when they changeShawn O. Pearce2007-05-022-2/+16
| * | | git-gui: Refactor to use our git proc more oftenShawn O. Pearce2007-05-021-11/+12
| * | | git-gui: Use option database defaults to set the fontShawn O. Pearce2007-05-021-256/+114
| * | | git-gui: Cleanup common font handling for font_uiShawn O. Pearce2007-05-021-38/+21
| * | | git-gui: Correct line wrapping for too many branch messageShawn O. Pearce2007-05-021-5/+2