summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-09-29git-diff/git-apply: make diff output a bit friendlier to GNU patch (part 1)Libravatar Junio C Hamano1-2/+2
2006-09-29fetch: Reset remote refs list each time fetch_main is calledLibravatar Santi Béjar1-0/+1
2006-09-29Fix approxidate() to understand 12:34 AM/PM are 00:34 and 12:34Libravatar Linus Torvalds1-10/+16
2006-09-29git-diff -B output fix.Libravatar Junio C Hamano1-1/+1
2006-09-29Make cvsexportcommit remove files.Libravatar Robin Rosenberg1-1/+1
2006-09-28http/ftp: optionally ask curl to not use EPSV commandLibravatar Sasha Khapyorsky5-1/+31
2006-09-28git-format-patch: fix bug using -o in subdirectoriesLibravatar Matthias Lederhofer1-2/+3
2006-09-28do not discard constness in interp_set_entry value argumentLibravatar Alex Riesen2-3/+3
2006-09-28Fix approxidate() to understand more extended numbersLibravatar Linus Torvalds1-0/+40
2006-09-28Clean up approxidate() in preparation for fixesLibravatar Linus Torvalds1-3/+10
2006-09-28fix daemon.c compilation for NO_IPV6=1Libravatar Alex Riesen1-1/+1
2006-09-28daemon: default to 256 for HOST_NAME_MAX if it is not definedLibravatar Johannes Schindelin1-0/+4
2006-09-28format-patch: use cwd as default output directoryLibravatar Matthias Lederhofer1-0/+2
2006-09-28svnimport: add support for parsing From: lines for authorLibravatar Andy Whitcroft1-4/+8
2006-09-28Contributed bash completion support for core Git tools.Libravatar Junio C Hamano1-0/+324
2006-09-27Merge branch 'jl/virtual'Libravatar Junio C Hamano6-34/+436
2006-09-27Merge branch 'cc/branch-test'Libravatar Junio C Hamano2-0/+22
2006-09-27Merge branch 'sp/void'Libravatar Junio C Hamano2-1/+17
2006-09-27Merge branch 'jc/whitespace'Libravatar Junio C Hamano3-66/+229
2006-09-27Merge branch 'jc/repack'Libravatar Junio C Hamano1-9/+5
2006-09-27Merge branch 'jc/deprecate-recursive'Libravatar Junio C Hamano7-41/+17
2006-09-27runstatus: do not recurse into subdirectories if not neededLibravatar Johannes Schindelin1-12/+15
2006-09-27Removed memory leaks from interpolation table uses.Libravatar Jon Loeliger3-20/+61
2006-09-27Cleaned up git-daemon virtual hosting support.Libravatar Jon Loeliger4-28/+389
2006-09-27grep: fix --fixed-strings combined with expression.Libravatar Junio C Hamano1-5/+2
2006-09-27grep: free expressions and patterns when done.Libravatar Junio C Hamano3-0/+45
2006-09-27Corrected copy-and-paste thinko in ignore executable bit test case.Libravatar Shawn Pearce1-1/+1
2006-09-27An illustration of rev-list --parents --pretty=rawLibravatar Junio C Hamano1-0/+113
2006-09-27Allow git-checkout when on a non-existant branch.Libravatar Shawn Pearce2-1/+17
2006-09-27gitweb: Decode long title for link tooltipsLibravatar Yasushi SHOJI1-1/+1
2006-09-26git-svn: Fix fetch --no-ignore-externals with GIT_SVN_NO_LIB=1Libravatar Sergey Vlasov1-0/+1
2006-09-26Ignore executable bit when adding files if filemode=0.Libravatar Shawn Pearce3-2/+28
2006-09-25Remove empty ref directories that prevent creating a ref.Libravatar Christian Couder2-0/+22
2006-09-25Use const for interpolate argumentsLibravatar Alex Riesen2-5/+10
2006-09-25git-archive: update documentationLibravatar Franck Bui-Huu2-0/+16
2006-09-24Deprecate merge-recursive.pyLibravatar Junio C Hamano7-41/+17
2006-09-24gitweb: fix over-eager application of esc_html().Libravatar Petr Baudis1-6/+6
2006-09-24Allow '(no author)' in git-svn's authors file.Libravatar Shawn Pearce1-1/+1
2006-09-24Allow 'svn fetch' on '(no date)' revisions in Subversion.Libravatar Shawn Pearce2-1/+16
2006-09-24git-repack: allow git-repack to run in subdirectoryLibravatar Jeff King1-0/+1
2006-09-24Merge branch 'sk/svnimport'Libravatar Junio C Hamano1-11/+20
2006-09-24Merge early parts of branch 'np/pack'Libravatar Junio C Hamano6-117/+111
2006-09-24Remove upload-tar and make git-tar-tree a thin wrapper to git-archiveLibravatar Junio C Hamano8-200/+53
2006-09-24git-tar-tree: Move code for git-archive --format=tar to archive-tar.cLibravatar Rene Scharfe3-314/+326
2006-09-24git-tar-tree: Remove duplicate git_config() callLibravatar Rene Scharfe1-2/+0
2006-09-24Merge branch 'jc/filter-commit'Libravatar Junio C Hamano8-507/+641
2006-09-24Merge branch 'sb/branch-attributes'Libravatar Junio C Hamano4-13/+115
2006-09-24Merge branch 'jl/daemon'Libravatar Junio C Hamano5-11/+229
2006-09-24Add test for the default merges in fetch.Libravatar Santi Béjar1-0/+25
2006-09-24fetch: get the remote branches to merge from the branch propertiesLibravatar Santi Béjar2-8/+33