6316 Commits (4431fcc4b134ae501e3e57dc568ae4f031e57898)
 

Author SHA1 Message Date
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
Jakub Narebski 952c65fc02 gitweb: Whitespace cleanup: realign, reindent 18 years ago
Jakub Narebski 63e4220b75 gitweb: Replace some presentational HTML by CSS 18 years ago
Jakub Narebski 7c27801473 gitweb: bugfix: a.list formatting regression 18 years ago
Junio C Hamano 0e9ee32358 apply --reject: count hunks starting from 1, not 0 18 years ago
Shawn Pearce 44c10841ea Remove unnecessary forward declaration of unpack_entry. 19 years ago
Shawn Pearce da7560110f Verify we know how to read a pack before trying to using it. 19 years ago
Rene Scharfe 7230e6d042 Add write_or_die(), a helper function 19 years ago
Rene Scharfe 3f0073a2fa Axe the last ent 19 years ago
Jakub Narebski e8e41a9383 gitweb: Use parse_difftree_raw_line in git_difftree_body 19 years ago
Jakub Narebski 740e67f903 gitweb: Added parse_difftree_raw_line function for later use 19 years ago
Junio C Hamano e866ffdf9b Merge branch 'maint' 19 years ago
Johannes Schindelin 60a6bf5f53 builtin-mv: readability patch 19 years ago
Johannes Schindelin 6e17886d37 git-mv: fix off-by-one error 19 years ago
Johannes Schindelin c5203bdf66 git-mv: special case destination "." 19 years ago
Johannes Schindelin 43134fcb35 builtin-mv: readability patch 19 years ago
Aneesh Kumar K.V ddb8d90048 gitweb: Make blame and snapshot a feature. 19 years ago
Junio C Hamano a2bf404e28 git-apply --verbose 19 years ago
Junio C Hamano 82e2765f59 git-apply --reject: send rejects to .rej files. 19 years ago
Aneesh Kumar K.V f0321866be gitweb: fix snapshot support 19 years ago
Luben Tuikov 59fb1c9445 gitweb: bugfix: git_print_page_path() needs the hash base 19 years ago
Luben Tuikov 3899e7a329 gitweb: bugfix: commitdiff regression 19 years ago
Tilman Sauerbeck 55c3eb434a Indentation fix. 19 years ago
David Rientjes a89fccd281 Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. 19 years ago
Aneesh Kumar K.V cb9c6e5b0a gitweb: Support for snapshot 19 years ago
Jakub Narebski d16d093c2d gitweb: Refactor printing commit message 19 years ago
Martin Waitz 13d0216504 gitweb: fix project list if PATH_INFO=="/". 19 years ago
Martin Waitz 6132b7e4bb gitweb: support for / as home_link. 19 years ago
Martin Waitz 5c95fab017 gitweb: support for "fp" parameter. 19 years ago
Martin Waitz 756d2f064b gitweb: continue consolidation of URL generation. 19 years ago
Jakub Narebski d4baf9eaf4 gitweb: Uniquify version info output, add meta generator in page header 19 years ago
Junio C Hamano 57dc397cff git-apply --reject 19 years ago
Junio C Hamano 2cda1a214e apply --reverse: tie it all together. 19 years ago
Junio C Hamano d4c452f03b diff.c: make binary patch reversible. 19 years ago
Junio C Hamano 03eb8f8aeb builtin-apply --reverse: two bugfixes. 19 years ago
Junio C Hamano 409d1d2053 Merge branch 'jc/format-patch' 19 years ago