summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use xmalloc instead of mallocJonas Fonseca2006-08-319-16/+16
* git(7): move gitk(1) to the list of porcelain commandsJonas Fonseca2006-08-311-7/+3
* t5710: fix two thinkos.Junio C Hamano2006-08-311-0/+2
* Merge early part of branch 'jc/daemon'Junio C Hamano2006-08-311-7/+106
|\
| * daemon: prepare for multiple services.Junio C Hamano2006-08-271-7/+106
* | gitweb: Extend parse_difftree_raw_line to save commit infoJakub Narebski2006-08-311-3/+3
* | gitweb: Separate printing of git_tree row into git_print_tree_entryJakub Narebski2006-08-311-44/+59
* | gitweb: Move git-ls-tree output parsing to parse_ls_tree_lineJakub Narebski2006-08-311-19/+43
* | use do() instead of require() to include configurationDennis Stosberg2006-08-311-1/+1
* | gitweb: Remove forgotten call to git_to_hashDennis Stosberg2006-08-311-4/+0
* | log-tree.c: cleanup a bit append_signoff()Franck Bui-Huu2006-08-301-50/+66
* | Remove uneeded #includeJohannes Schindelin2006-08-292-2/+0
* | Makefile: fix typoJohannes Schindelin2006-08-291-1/+1
* | unpack-objects: remove unused variable "eof"Johannes Schindelin2006-08-291-3/+1
* | git-fsck-objects: lacking default references should not be fatalLinus Torvalds2006-08-291-2/+17
* | Check if pack directory exists prior to descending into itMatthias Kestenholz2006-08-291-1/+1
* | gitweb: Add local time and timezone to git_print_authorshipJakub Narebski2006-08-281-2/+10
* | gitweb: Add diff tree, with links to patches, to commitdiff viewJakub Narebski2006-08-281-22/+49
* | gitweb: git_print_log: signoff line is non-empty lineJakub Narebski2006-08-281-0/+1
* | gitweb: Add author information to commitdiff viewJakub Narebski2006-08-282-0/+18
* | gitweb: Do not remove signoff lines in git_print_simplified_logJakub Narebski2006-08-281-1/+0
* | gitweb: Make git_print_log generic; git_print_simplified_log uses itJakub Narebski2006-08-281-32/+31
* | gitweb: Use --git-dir parameter instead of setting $ENV{'GIT_DIR'}Dennis Stosberg2006-08-281-36/+54
* | Add --relative-date option to the revision interfaceJonas Fonseca2006-08-288-11/+31
* | Merge branch 'gl/web'Junio C Hamano2006-08-282-504/+1039
|\ \ | |/ |/|
| * gitweb: Use @diff_opts, default ('M'), as git-diff and git-diff-tree parameteJakub Narebski2006-08-271-9/+24
| * gitweb: Remove git_to_hash functionJakub Narebski2006-08-271-20/+3
| * gitweb: Remove unused git_get_{preceding,following}_referencesJakub Narebski2006-08-271-51/+0
| * gitweb: Fix typo in git_patchset_bodyJakub Narebski2006-08-271-1/+1
| * gitweb: Fix typo in git_difftree_bodyJakub Narebski2006-08-261-1/+1
| * gitweb: blobs defined by non-textual hash ids can be cachedJakub Narebski2006-08-261-3/+17
| * gitweb: Improve comments about gitweb features configurationJakub Narebski2006-08-261-9/+16
| * gitweb: Remove workaround for git-diff bug fixed in f82cd3cJakub Narebski2006-08-261-2/+1
| * Merge branch 'master' into gl/webJunio C Hamano2006-08-2673-448/+661
| |\
| * | gitweb: Remove creating directory for temporary filesJakub Narebski2006-08-251-6/+0
| * | gitweb: Remove git_diff_print subroutineJakub Narebski2006-08-251-71/+0
| * | gitweb: git_blobdiff_plain is git_blobdiff('plain')Jakub Narebski2006-08-251-25/+68
| * | gitweb: Use git-diff-tree or git-diff patch output for blobdiffJakub Narebski2006-08-251-17/+132
| * | gitweb: Change here-doc back for style consistency in git_blobdiffJakub Narebski2006-08-251-4/+2
| * | gitweb: Always display link to blobdiff_plain in git_blobdiffJakub Narebski2006-08-251-7/+7
| * | gitweb: Add invisible hyperlink to from-file/to-file diff headerJakub Narebski2006-08-252-4/+20
| * | gitweb: Parse two-line from-file/to-file diff header in git_patchset_bodyJakub Narebski2006-08-252-1/+19
| * | gitweb: Allow for pre-parsed difftree info in git_patchset_bodyJakub Narebski2006-08-251-25/+30
| * | gitweb: Add support for hash_parent_base parameter for blobdiffsJakub Narebski2006-08-251-10/+27
| * | gitweb: Use git_get_name_rev_tags for commitdiff_plain X-Git-Tag: headerJakub Narebski2006-08-251-7/+3
| * | gitweb: Add git_get_rev_name_tags functionJakub Narebski2006-08-251-0/+16
| * | gitweb: Faster return from git_get_preceding_references if possibleJakub Narebski2006-08-251-3/+2
| * | gitweb: Add git_get_{following,preceding}_references functionsJakub Narebski2006-08-251-0/+52
| * | gitweb: Streamify patch output in git_commitdiffJakub Narebski2006-08-251-8/+7
| * | gitweb: Remove invalid comment in format_diff_lineJakub Narebski2006-08-251-1/+0