6028 Commits (83572c1a914d3f7a8dd66d954c11bbc665b7b923)
 

Author SHA1 Message Date
Jonas Fonseca 83572c1a91 Use xrealloc instead of realloc 18 years ago
Jonas Fonseca 095c424d08 Use PATH_MAX instead of MAXPATHLEN 18 years ago
Shawn Pearce eb950c192a Convert unpack_entry_gently and friends to use offsets. 18 years ago
Shawn Pearce 465b26eeef Cleanup unpack_object_header to use only offsets. 18 years ago
Shawn Pearce 5a18f540a5 Cleanup unpack_entry_gently and friends to use type_name array. 18 years ago
Shawn Pearce 7c3e8be307 Reuse compression code in unpack_compressed_entry. 18 years ago
Shawn Pearce de530aaa4b Reorganize/rename unpack_non_delta_entry to unpack_compressed_entry. 18 years ago
Junio C Hamano a7f051987c Merge branch 'gl/cleanup' 18 years ago
Jakub Narebski 030b52087f gitweb: git_annotate didn't expect negative numeric timezone 18 years ago
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
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 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
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
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
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
Jakub Narebski d4baf9eaf4 gitweb: Uniquify version info output, add meta generator in page header 19 years ago
Junio C Hamano 409d1d2053 Merge branch 'jc/format-patch' 19 years ago
Ville Skyttä 076a10c728 Be nicer if git executable is not installed 19 years ago
Junio C Hamano 8e3abd4c97 Merge branch 'jc/racy' 19 years ago
Junio C Hamano 500a99935d Merge branch 'maint' 19 years ago
Junio C Hamano 6493cc09c2 builtin-grep: remove unused debugging cruft. 19 years ago
Jakub Narebski e79ca7cc25 gitweb: Add support for per project git URLs 19 years ago