6200 Commits (04f7a94f65f40d24607ba9af77756e121b7c8e4f)
 

Author SHA1 Message Date
Eric Wong b22d449721 git-svn: add the 'dcommit' command 18 years ago
Eric Wong 2e93115ed8 git-svn: recommend rebase for syncing against an SVN repo 18 years ago
Eric Wong 5a990e45f9 git-svn: establish new connections on commit after fork 18 years ago
Jonas Fonseca f7122265fc describe: fix off-by-one error in --abbrev=40 handling 18 years ago
Jakub Narebski 903acca753 gitweb: Remove creating directory for temporary files 18 years ago
Jakub Narebski 8cce8e3ddb gitweb: Remove git_diff_print subroutine 18 years ago
Jakub Narebski 9b71b1f6b3 gitweb: git_blobdiff_plain is git_blobdiff('plain') 18 years ago
Jakub Narebski 7c5e2ebb5d gitweb: Use git-diff-tree or git-diff patch output for blobdiff 18 years ago
Jakub Narebski 990dd0de51 gitweb: Change here-doc back for style consistency in git_blobdiff 18 years ago
Jakub Narebski c2c8ff2438 gitweb: Always display link to blobdiff_plain in git_blobdiff 18 years ago
Jakub Narebski ef10ee877f gitweb: Add invisible hyperlink to from-file/to-file diff header 18 years ago
Jakub Narebski e4e4f82545 gitweb: Parse two-line from-file/to-file diff header in git_patchset_body 18 years ago
Jakub Narebski fe87585e53 gitweb: Allow for pre-parsed difftree info in git_patchset_body 18 years ago
Jakub Narebski 420e92f255 gitweb: Add support for hash_parent_base parameter for blobdiffs 18 years ago
Jakub Narebski edf735abfa gitweb: Use git_get_name_rev_tags for commitdiff_plain X-Git-Tag: header 18 years ago
Jakub Narebski 56a322f161 gitweb: Add git_get_rev_name_tags function 18 years ago
Jakub Narebski 3066c359c6 gitweb: Faster return from git_get_preceding_references if possible 18 years ago
Jakub Narebski 470b96d483 gitweb: Add git_get_{following,preceding}_references functions 18 years ago
Jakub Narebski 157e43b4b0 gitweb: Streamify patch output in git_commitdiff 18 years ago
Jakub Narebski 1613b79faa gitweb: Remove invalid comment in format_diff_line 18 years ago
Jakub Narebski af33ef21bf gitweb: Show information about incomplete lines in commitdiff 18 years ago
Jakub Narebski eee08903b2 gitweb: Use git-diff-tree patch output for commitdiff 18 years ago
Jonas Fonseca 0ea4d4c94b git-svn(1): improve asciidoc markup 18 years ago
Jonas Fonseca 5bab25fd91 gitview.txt: improve asciidoc markup 18 years ago
Jonas Fonseca 8b70004b8f git(7): put the synopsis in a verse style paragraph 18 years ago
Jonas Fonseca 5164b6cd3c gitk(1): expand the manpage to look less like a template 18 years ago
Jonas Fonseca 26e8c5d385 git-blame(1): mention options in the synopsis and advertise pickaxe 18 years ago
Jonas Fonseca 0dde68998c git-ls-remote(1): document --upload-pack 18 years ago
Jonas Fonseca 5684ed6d32 git-apply(1): document missing options and improve existing ones 18 years ago
Junio C Hamano 7099c9c7c9 update-index -g 18 years ago
Pierre Habouzit 5df7dbbae4 n is in fact unused, and is later shadowed. 18 years ago
Pierre Habouzit dd305c8462 use name[len] in switch directly, instead of creating a shadowed variable. 18 years ago
Junio C Hamano 599f8d6314 builtin-grep.c: remove unused debugging piece. 18 years ago
Pierre Habouzit d828f6ddf8 remove ugly shadowing of loop indexes in subloops. 18 years ago
Pierre Habouzit b5bf7cd6b7 missing 'static' keywords 18 years ago
Pierre Habouzit c5fba16c50 git_dir holds pointers to local strings, hence MUST be const. 18 years ago
Pierre Habouzit 60b7f38e0e avoid to use error that shadows the function name, use err instead. 18 years ago
Junio C Hamano 87cb004e42 hashcpy/hashcmp remaining bits. 18 years ago
Shawn Pearce 8da7149394 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
Junio C Hamano 2ad6ba353a Merge branch 'gl/cleanup' into gl/cleanup-next 18 years ago
Junio C Hamano a8e0d16d85 Convert memset(hash,0,20) to hashclr(hash). 18 years ago
Shawn Pearce e702496e43 Convert memcpy(a,b,20) to hashcpy(a,b). 18 years ago
Pierre Habouzit b05faa2da9 Fix a comparison bug in diff-delta.c 18 years ago
Haavard Skinnemoen 68d42c41ef git-send-email: Don't set author_not_sender from Cc: lines 18 years ago
Tilman Sauerbeck 678dac6b45 Added support for dropping privileges to git-daemon. 18 years ago
Jakub Narebski 498fe00201 gitweb: Sort CGI parameters returned by href() 18 years ago
Jakub Narebski 1149fecfc2 gitweb: Drop the href() params which keys are not in %mapping 18 years ago
Jakub Narebski 59b9f61a3f gitweb: Use here-doc 18 years ago
Jakub Narebski 77a153fd92 gitweb: Route rest of action subroutines through %actions 18 years ago
Jakub Narebski 134a6941ec gitweb: Use underscore instead of hyphen to separate words in HTTP headers names 18 years ago