summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* format-patch: use cwd as default output directoryMatthias Lederhofer2006-09-281-0/+2
* svnimport: add support for parsing From: lines for authorAndy Whitcroft2006-09-281-4/+8
* Contributed bash completion support for core Git tools.Junio C Hamano2006-09-281-0/+324
* Merge branch 'jl/virtual'Junio C Hamano2006-09-276-34/+436
|\
| * Removed memory leaks from interpolation table uses.Jon Loeliger2006-09-273-20/+61
| * Cleaned up git-daemon virtual hosting support.Jon Loeliger2006-09-274-28/+389
* | Merge branch 'cc/branch-test'Junio C Hamano2006-09-272-0/+22
|\ \
| * | Remove empty ref directories that prevent creating a ref.Christian Couder2006-09-252-0/+22
* | | Merge branch 'sp/void'Junio C Hamano2006-09-272-1/+17
|\ \ \
| * | | Allow git-checkout when on a non-existant branch.Shawn Pearce2006-09-272-1/+17
* | | | Merge branch 'jc/whitespace'Junio C Hamano2006-09-273-66/+229
|\ \ \ \
| * | | | git-apply: second war on whitespace.Junio C Hamano2006-09-241-25/+97
| * | | | diff.c: second war on whitespace.Junio C Hamano2006-09-242-41/+132
* | | | | Merge branch 'jc/repack'Junio C Hamano2006-09-271-9/+5
|\ \ \ \ \
| * | | | | git-repack: allow git-repack to run in subdirectoryJeff King2006-09-241-0/+1
| * | | | | repack: use only pack-objects, not rev-list.Junio C Hamano2006-09-201-9/+4
* | | | | | Merge branch 'jc/deprecate-recursive'Junio C Hamano2006-09-277-41/+17
|\ \ \ \ \ \
| * | | | | | Deprecate merge-recursive.pyJunio C Hamano2006-09-247-41/+17
* | | | | | | runstatus: do not recurse into subdirectories if not neededJohannes Schindelin2006-09-271-12/+15
| |_|_|_|_|/ |/| | | | |
* | | | | | grep: fix --fixed-strings combined with expression.Junio C Hamano2006-09-271-5/+2
* | | | | | grep: free expressions and patterns when done.Junio C Hamano2006-09-273-0/+45
* | | | | | Corrected copy-and-paste thinko in ignore executable bit test case.Shawn Pearce2006-09-271-1/+1
* | | | | | An illustration of rev-list --parents --pretty=rawJunio C Hamano2006-09-271-0/+113
| |_|_|/ / |/| | | |
* | | | | gitweb: Decode long title for link tooltipsYasushi SHOJI2006-09-271-1/+1
* | | | | git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1Sergey Vlasov2006-09-261-0/+1
* | | | | Ignore executable bit when adding files if filemode=0.Shawn Pearce2006-09-263-2/+28
| |_|_|/ |/| | |
* | | | Use const for interpolate argumentsAlex Riesen2006-09-252-5/+10
* | | | git-archive: update documentationFranck Bui-Huu2006-09-252-0/+16
|/ / /
* | | gitweb: fix over-eager application of esc_html().Petr Baudis2006-09-241-6/+6
* | | Allow '(no author)' in git-svn's authors file.Shawn Pearce2006-09-241-1/+1
* | | Allow 'svn fetch' on '(no date)' revisions in Subversion.Shawn Pearce2006-09-242-1/+16
* | | Merge branch 'sk/svnimport'Junio C Hamano2006-09-241-11/+20
|\ \ \
| * | | git-svnimport: Parse log message for Signed-off-by: linesSasha Khapyorsky2006-09-221-11/+20
* | | | Merge early parts of branch 'np/pack'Junio C Hamano2006-09-246-117/+111
|\ \ \ \
| * | | | many cleanups to sha1_file.cNicolas Pitre2006-09-234-114/+104
| * | | | move pack creation to version 3Nicolas Pitre2006-09-222-3/+7
| |/ / /
* | | | Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveJunio C Hamano2006-09-248-200/+53
* | | | git-tar-tree: Move code for git-archive --format=tar to archive-tar.cRene Scharfe2006-09-243-314/+326
* | | | git-tar-tree: Remove duplicate git_config() callRene Scharfe2006-09-241-2/+0
* | | | Merge branch 'jc/filter-commit'Junio C Hamano2006-09-248-507/+641
|\ \ \ \
| * | | | git log: Unify header_filter and message_filter into one.Junio C Hamano2006-09-203-54/+27
| * | | | Update grep internal for grepping only in head/bodyJunio C Hamano2006-09-202-16/+42
| * | | | git-log --author and --committer are not left-anchored by defaultLinus Torvalds2006-09-201-2/+8
| * | | | rev-list: fix segfault with --{author,committer,grep}Jeff King2006-09-201-1/+3
| * | | | revision traversal: --author, --committer, and --grep.Junio C Hamano2006-09-202-1/+86
| * | | | revision traversal: prepare for commit log match.Junio C Hamano2006-09-202-0/+17
| * | | | builtin-grep: make pieces of it available as library.Junio C Hamano2006-09-204-506/+531
| | |/ / | |/| |
* | | | Merge branch 'sb/branch-attributes'Junio C Hamano2006-09-244-13/+115
|\ \ \ \
| * | | | Add test for the default merges in fetch.Santi Béjar2006-09-241-0/+25
| * | | | fetch: get the remote branches to merge from the branch propertiesSanti Béjar2006-09-242-8/+33