gitweb.git

Commits

2006-06-06 rev-parse: tighten constness properly. v1.4.0-rc1
2006-06-06 A Perforce importer for git.
2006-06-06 builtin-push: don't pass --thin to HTTP transport
2006-06-06 pack-objects: improve path grouping heuristics.
2006-06-05 rev-list: fix process_tree() conversion.
2006-06-05 Fix typo in tutorial-2.txt
2006-06-05 Fix Documentation/everyday.txt: Junio's workflow
2006-06-05 Add example xinetd(8) configuration to Documentation...
2006-06-05 read-tree: fix eye-candy.
2006-06-04 gitview: Add some useful keybindings.
2006-06-04 Merge branch 'lt/tree-2'
2006-06-04 Merge branch 'sp/reflog'
2006-06-04 Merge branch 'ff/svnimport'
2006-06-04 read-tree --reset: update working tree file for conflic...
2006-06-04 Merge branch 'jc/fmt-patch'
2006-06-04 Documentation: Spelling fixes
2006-06-04 Builtin git-rev-parse.
2006-06-04 fetch: do not report "same" unless -verbose.
2006-06-03 Merge branch 'ds/doc' into jc/fmt-patch
2006-06-03 Update documentation for git-format-patch
2006-06-02 fetch.c: do not call process_tree() from process_tree().
2006-06-02 sha1_file: avoid re-preparing duplicate packs
2006-06-02 handle concurrent pruning of packed objects
2006-06-02 Merge branch 'nh/http'
2006-06-02 format-patch: resurrect extra headers from config
2006-06-01 Merge git://git.kernel.org/pub/scm/gitk/gitk
2006-06-01 http: prevent segfault during curl handle reuse
2006-05-31 send-email: only 'require' instead of 'use' Net::SMTP
2006-05-31 Allow multiple -m options to git-commit.
2006-05-31 fetch.c: do not pass uninitialized lock to unlock_ref().
2006-05-31 format-patch --signoff
2006-05-31 git-svnimport: Improved detection of merges.
2006-05-31 Improved pack format documentation.
2006-05-31 tree_entry(): new tree-walking helper function
2006-05-31 git_exec_path, execv_git_cmd: ignore empty environment...
2006-05-31 execv_git_cmd: Fix stack buffer overflow.
2006-05-31 Fixed Cygwin CR-munging problem in mailsplit
2006-05-30 Merge branch 'ew/tests'
2006-05-30 send-email: do not pass bogus address to local sendmail...
2006-05-30 Add a basic test case for git send-email, and fix some...
2006-05-30 Fix a bug in email extraction used in git-send-email.
2006-05-30 Add support for --bcc to git-send-email.
2006-05-30 git-send-email: Add References: headers to emails,...
2006-05-30 git-clean fails on files beginning with a dash
2006-05-30 git-svn: remove assertion that broke with older version...
2006-05-30 git-svn: t0001: workaround a heredoc bug in old version...
2006-05-30 Documentation: fix a tutorial-2 typo
2006-05-30 Documentation: retitle the git-core tutorial
2006-05-30 documentation: add brief mention of cat-file to tutoria...
2006-05-30 documentation: mention gitk font adjustment in tutorial
2006-05-30 Fix some documentation typoes
2006-05-30 Merge branch 'jc/lt-tree-n-cache-tree' into lt/tree-2
2006-05-30 adjust to the rebased series by Linus.
2006-05-30 Remove last vestiges of generic tree_entry_list
2006-05-30 Convert fetch.c: process_tree() to raw tree walker
2006-05-30 Convert "mark_tree_uninteresting()" to raw tree walker
2006-05-30 Remove unused "zeropad" entry from tree_list_entry
2006-05-30 fsck-objects: avoid unnecessary tree_entry_list usage
2006-05-30 Remove "tree->entries" tree-entry list from tree parser
2006-05-30 builtin-read-tree.c: avoid tree_entry_list in prime_cac...
2006-05-30 Switch "read_tree_recursive()" over to tree-walk functi...
2006-05-30 Make "tree_entry" have a SHA1 instead of a union of...
2006-05-30 Make "struct tree" contain the pointer to the tree...
2006-05-30 Make git-diff-tree indicate when it flushes
2006-05-29 Remove unnecessary output from t3600-rm.
2006-05-29 Merge branch 'lt/apply'
2006-05-29 Merge branch 'jc/cache-tree'
2006-05-29 Merge branch 'lt/tree' into jc/lt-tree-n-cache-tree
2006-05-29 Merge branch 'jc/dirwalk-n-cache-tree' into jc/cache...
2006-05-29 Remove "tree->entries" tree-entry list from tree parser
2006-05-29 Switch "read_tree_recursive()" over to tree-walk functi...
2006-05-29 Make "tree_entry" have a SHA1 instead of a union of...
2006-05-29 Add raw tree buffer info to "struct tree"
2006-05-29 Don't use "sscanf()" for tree mode scanning
2006-05-29 git-fetch: avoid using "case ... in (arm)"
2006-05-28 Merge branch 'jc/mailinfo'
2006-05-28 Merge branch 'eb/mailinfo'
2006-05-28 git-write-tree writes garbage on sparc64
2006-05-28 Fix memory leak in "git rev-list --objects"
2006-05-28 gitview: Move the console error messages to message...
2006-05-28 gitview: Add key binding for F5.
2006-05-28 Let git-clone to pass --template=dir option to git...
2006-05-28 Make cvsexportcommit create parent directories as needed.
2006-05-28 Document current cvsexportcommit limitations.
2006-05-28 Do not call 'cmp' with non-existant -q flag.
2006-05-28 Fix "--abbrev=xyz" for revision listing
2006-05-28 t1002: use -U0 instead of --unified=0
2006-05-28 format-patch: -n and -k are mutually exclusive.
2006-05-26 Call builtin ls-tree in git-cat-file -p
2006-05-26 built-in format-patch: various fixups.
2006-05-26 gitk: show_error fix
2006-05-26 [PATCH] gitk: start-up bugfix
2006-05-26 [PATCH] gitk: Replace "git-" commands with "git "
2006-05-26 Add instructions to commit template.
2006-05-26 mailinfo: More carefully parse header lines in read_one...
2006-05-26 t6000lib: workaround a possible dash bug
2006-05-26 t5500-fetch-pack: remove local (bashism) usage.
2006-05-26 tests: Remove heredoc usage inside quotes
2006-05-26 t3300-funny-names: shell portability fixes
2006-05-26 git-format-patch --start-number <n>
next