summaryrefslogtreecommitdiffstats
path: root/quote.h (unfollow)
Commit message (Expand)AuthorFilesLines
2006-10-25Update cherry documentation.Junio C Hamano2-4/+5
2006-10-25Refer to git-rev-parse:Specifying Revisions from git.txtJunio C Hamano1-0/+3
2006-10-25git-fetch.sh printed protocol fixTuncer Ayaz1-1/+2
2006-10-25RPM package re-classification.Junio C Hamano1-6/+6
2006-10-25Documentation: note about contrib/.Junio C Hamano1-0/+5
2006-10-25git-svn: fix symlink-to-file changes when using command-line svn 1.4.0Eric Wong1-3/+6
2006-10-24Set $HOME for selftestsGerrit Pape1-1/+2
2006-10-24gitweb: Fix setting $/ in parse_commit()v1.4.3.2Petr Baudis1-2/+1
2006-10-24daemon: do not die on older clients.Junio C Hamano1-1/+5
2006-10-23xdiff/xemit.c (xdl_find_func): Elide trailing white space in a context header.Jim Meyering1-1/+1
2006-10-23git-clone: honor --quietJim Meyering1-1/+2
2006-10-23Documentation for the [remote] configSanti Béjar2-0/+20
2006-10-23prune-packed: Fix uninitialized variable.Alexandre Julliard1-1/+1
2006-10-23ignore-errors requires clKarl Hasselström1-0/+2
2006-10-23git-send-email: do not pass custom Date: headerEric Wong1-1/+1
2006-10-23Use column indexes in git-cvsserver where necessary.Shawn Pearce1-1/+13
2006-10-23gitweb: Add '..' (up directory) to tree view if applicableJakub Narebski1-0/+24
2006-10-23gitweb: Improve git_print_page_pathJakub Narebski1-8/+8
2006-10-23pager: default to LESS=FRSX not LESS=FRSJunio C Hamano1-1/+1
2006-10-23Make prune also run prune-packedJ. Bruce Fields3-6/+8
2006-10-23git-vc: better installation instructionsKarl Hasselström1-1/+4
2006-10-22gitweb: Do not esc_html $basedir argument to git_print_tree_entryJakub Narebski1-3/+6
2006-10-22gitweb: Whitespace cleanup - tabs are for indent, spaces are for align (2)Jakub Narebski1-30/+30
2006-10-22Fix usagestring for git-branchLars Hjemli1-1/+1
2006-10-22git-merge: show usage if run without argumentsRene Scharfe1-0/+2
2006-10-21add the capability for index-pack to read from a streamNicolas Pitre1-101/+143
2006-10-21git-clone: define die() and use it.Dmitry V. Levin1-37/+24
2006-10-21Fix typo in show-index.cv1.4.3.1Lars Hjemli1-1/+1
2006-10-21pager: default to LESS=FRSJunio C Hamano1-1/+1
2006-10-20git-apply: prepare for upcoming GNU diff -u format change.Linus Torvalds2-0/+64
2006-10-19Don't use $author_name undefined when $from contains no /\s</.Jim Meyering1-1/+1
2006-10-19Add revspec documentation for ':path', ':[0-3]:path' and git-describepclouds@gmail.com1-1/+15
2006-10-19Reject hexstring longer than 40-bytes in get_short_sha1()pclouds@gmail.com1-1/+1
2006-10-19reduce delta head inflated sizeNicolas Pitre1-1/+1
2006-10-18index-pack: compare only the first 20-bytes of the key.Nicolas Pitre1-4/+10
2006-10-18git-imap-send: Strip smtp From_ header from imap message.v1.4.3Markus Amsler1-0/+8
2006-10-17add proper dependancies on the xdiff sourceAndy Whitcroft1-0/+2
2006-10-17bisect reset: Leave the tree in usable state if git-checkout failedPetr Baudis1-5/+6
2006-10-17Fix hash function in xdiff libraryv1.4.2.4Linus Torvalds1-2/+3
2006-10-16svnimport: Fix broken tags being generatedPetr Baudis1-1/+1
2006-10-15Replace open-coded version of hash_sha1_file()Rene Scharfe1-7/+1
2006-10-15Make write_sha1_file_prepare() voidRene Scharfe1-6/+5
2006-10-15Revert "move pack creation to version 3"Junio C Hamano2-7/+3
2006-10-15clone: the given repository dir should be relative to $PWDYasushi SHOJI2-1/+7
2006-10-15cvsserver: fix "cvs diff" in a subdirectoryJohannes Schindelin1-1/+1
2006-10-15cvsserver: Show correct letters for modified, removed and added filesJohannes Schindelin1-12/+51
2006-10-15git-svn: reduce memory usage for large commitsEric Wong1-2/+4
2006-10-14Fix tracing when GIT_TRACE is set to an empty string.Christian Couder1-1/+2
2006-10-14Make write_sha1_file_prepare() staticRene Scharfe2-12/+3
2006-10-14Add hash_sha1_file()Rene Scharfe5-34/+22