Age | Commit message (Expand) | Author | Files | Lines |
2006-08-26 | gitweb: Improve comments about gitweb features configuration | Jakub Narebski | 1 | -9/+16 |
2006-08-26 | gitweb: Remove workaround for git-diff bug fixed in f82cd3c | Jakub Narebski | 1 | -2/+1 |
2006-08-26 | Merge branch 'master' into gl/web | Junio C Hamano | 73 | -448/+661 |
2006-08-26 | Merge branch 'gl/cleanup' | Junio C Hamano | 35 | -83/+90 |
2006-08-26 | gitweb: git_annotate didn't expect negative numeric timezone | Jakub Narebski | 1 | -1/+1 |
2006-08-26 | git-svn: add the 'dcommit' command | Eric Wong | 2 | -1/+61 |
2006-08-25 | git-svn: recommend rebase for syncing against an SVN repo | Eric Wong | 1 | -2/+20 |
2006-08-25 | git-svn: establish new connections on commit after fork | Eric Wong | 1 | -0/+4 |
2006-08-25 | describe: fix off-by-one error in --abbrev=40 handling | Jonas Fonseca | 1 | -2/+2 |
2006-08-25 | gitweb: Remove creating directory for temporary files | Jakub Narebski | 1 | -6/+0 |
2006-08-25 | gitweb: Remove git_diff_print subroutine | Jakub Narebski | 1 | -71/+0 |
2006-08-25 | gitweb: git_blobdiff_plain is git_blobdiff('plain') | Jakub Narebski | 1 | -25/+68 |
2006-08-25 | gitweb: Use git-diff-tree or git-diff patch output for blobdiff | Jakub Narebski | 1 | -17/+132 |
2006-08-25 | gitweb: Change here-doc back for style consistency in git_blobdiff | Jakub Narebski | 1 | -4/+2 |
2006-08-25 | gitweb: Always display link to blobdiff_plain in git_blobdiff | Jakub Narebski | 1 | -7/+7 |
2006-08-25 | gitweb: Add invisible hyperlink to from-file/to-file diff header | Jakub Narebski | 2 | -4/+20 |
2006-08-25 | gitweb: Parse two-line from-file/to-file diff header in git_patchset_body | Jakub Narebski | 2 | -1/+19 |
2006-08-25 | gitweb: Allow for pre-parsed difftree info in git_patchset_body | Jakub Narebski | 1 | -25/+30 |
2006-08-25 | gitweb: Add support for hash_parent_base parameter for blobdiffs | Jakub Narebski | 1 | -10/+27 |
2006-08-25 | gitweb: Use git_get_name_rev_tags for commitdiff_plain X-Git-Tag: header | Jakub Narebski | 1 | -7/+3 |
2006-08-25 | gitweb: Add git_get_rev_name_tags function | Jakub Narebski | 1 | -0/+16 |
2006-08-25 | gitweb: Faster return from git_get_preceding_references if possible | Jakub Narebski | 1 | -3/+2 |
2006-08-25 | gitweb: Add git_get_{following,preceding}_references functions | Jakub Narebski | 1 | -0/+52 |
2006-08-25 | gitweb: Streamify patch output in git_commitdiff | Jakub Narebski | 1 | -8/+7 |
2006-08-25 | gitweb: Remove invalid comment in format_diff_line | Jakub Narebski | 1 | -1/+0 |
2006-08-25 | gitweb: Show information about incomplete lines in commitdiff | Jakub Narebski | 2 | -1/+5 |
2006-08-25 | gitweb: Use git-diff-tree patch output for commitdiff | Jakub Narebski | 1 | -122/+201 |
2006-08-25 | git-svn(1): improve asciidoc markup | Jonas Fonseca | 1 | -85/+114 |
2006-08-25 | gitview.txt: improve asciidoc markup | Jonas Fonseca | 1 | -23/+33 |
2006-08-25 | git(7): put the synopsis in a verse style paragraph | Jonas Fonseca | 1 | -1/+2 |
2006-08-25 | gitk(1): expand the manpage to look less like a template | Jonas Fonseca | 1 | -10/+50 |
2006-08-25 | git-blame(1): mention options in the synopsis and advertise pickaxe | Jonas Fonseca | 1 | -6/+23 |
2006-08-25 | git-ls-remote(1): document --upload-pack | Jonas Fonseca | 1 | -4/+14 |
2006-08-25 | git-apply(1): document missing options and improve existing ones | Jonas Fonseca | 1 | -7/+39 |
2006-08-23 | update-index -g | Junio C Hamano | 2 | -4/+4 |
2006-08-23 | n is in fact unused, and is later shadowed. | Pierre Habouzit | 1 | -3/+3 |
2006-08-23 | use name[len] in switch directly, instead of creating a shadowed variable. | Pierre Habouzit | 1 | -3/+1 |
2006-08-23 | builtin-grep.c: remove unused debugging piece. | Junio C Hamano | 1 | -3/+0 |
2006-08-23 | remove ugly shadowing of loop indexes in subloops. | Pierre Habouzit | 2 | -6/+6 |
2006-08-23 | missing 'static' keywords | Pierre Habouzit | 2 | -2/+2 |
2006-08-23 | git_dir holds pointers to local strings, hence MUST be const. | Pierre Habouzit | 2 | -4/+5 |
2006-08-23 | avoid to use error that shadows the function name, use err instead. | Pierre Habouzit | 2 | -8/+8 |
2006-08-23 | hashcpy/hashcmp remaining bits. | Junio C Hamano | 1 | -6/+4 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 1 | -10/+10 |
2006-08-23 | Merge branch 'gl/cleanup' into gl/cleanup-next | Junio C Hamano | 106 | -2506/+3445 |
2006-08-23 | Convert memset(hash,0,20) to hashclr(hash). | Junio C Hamano | 6 | -5/+9 |
2006-08-23 | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 34 | -78/+81 |
2006-08-23 | Fix a comparison bug in diff-delta.c | Pierre Habouzit | 1 | -1/+1 |
2006-08-23 | git-send-email: Don't set author_not_sender from Cc: lines | Haavard Skinnemoen | 1 | -1/+1 |
2006-08-22 | Added support for dropping privileges to git-daemon. | Tilman Sauerbeck | 2 | -5/+58 |