summaryrefslogtreecommitdiffstats
path: root/http.h (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-04Cleanup xread() loops to use read_in_full()Heikki Orsila4-35/+19
2008-05-04checkout: don't rfc2047-encode oneline on detached HEADJeff King1-1/+1
2008-05-03Documentation: hooks: fix missing verb in pre-applypatch descriptionChristian Couder1-4/+5
2008-05-03filter-branch: Documentation fix.Florian Ragwitz1-2/+2
2008-05-03log: print log entry terminator even if the message is emptyAdam Simpkins1-4/+3
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins6-25/+13
2008-05-01git-svn: Same default as cvsimport when using --use-log-authorStephen R. van den Berg1-2/+4
2008-04-30fetch-pack: brown paper bag fixJunio C Hamano1-1/+1
2008-04-30Documentation: point git-prune users to git-gcJeff King2-1/+22
2008-04-30Documentation on --git-dir and --work-treeLiu Yubao2-3/+15
2008-04-30Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila4-6/+8
2008-04-30Documentation gitk: Describe what --merge doesRichard Quirk1-0/+6
2008-04-30Use the modern syntax of git-diff-files in t2002-checkout-cache-u.shAlex Riesen1-2/+2
2008-04-30Add otherwise missing --strict option to unpack-objects summary.Jon Loeliger1-1/+1
2008-04-30git-svn: detect and fail gracefully when dcommitting to a voidMatthieu Moy2-2/+7
2008-04-30make git-status use a pagerBart Trojanowski1-1/+1
2008-04-30cvsimport: always pass user data to "system" as a listJeff King1-1/+1
2008-04-30fix reflog approxidate parsing bugJeff King1-2/+5
2008-04-29Fix use after free() in builtin-fetchAlex Riesen1-3/+5
2008-04-29fetch-pack: do not stop traversing an already parsed commitLinus Torvalds1-4/+4
2008-04-29Use "=" instead of "==" in condition as it is more portableAlex Riesen1-1/+1
2008-04-28Die for an early EOF in a file reading loopHeikki Orsila1-3/+3
2008-04-28Document functions xmemdupz(), xread() and xwrite()Heikki Orsila1-0/+16
2008-04-28clone: detect and fail on excess parametersJunio C Hamano2-0/+27
2008-04-28Remove 'header' from --signoff option descriptionDan McGee1-1/+1
2008-04-28bash: Add completion for gitk --mergeRichard Quirk1-1/+6
2008-04-27rev-parse: fix --verify to error out when passed junk after a good revChristian Couder1-2/+2
2008-04-27git checkout: add -t alias for --trackMiklos Vajna2-2/+2
2008-04-27rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet"Christian Couder2-4/+21
2008-04-25remote: create fetch config lines with '+'Jeff King2-0/+11
2008-04-25push: allow unqualified dest refspecs to DWIMJeff King2-3/+69
2008-04-25doc/git-gc: add a note about what is collectedJeff King1-0/+15
2008-04-23t5516: remove ambiguity test (1)Jeff King1-13/+1
2008-04-23Linked glossary from cvs-migration pageMatt Graham1-1/+2
2008-04-23write-tree: properly detect failure to write tree objectsJunio C Hamano2-2/+72
2008-04-23Amend git-push refspec documentationSam Vilain1-10/+13
2008-04-23git-gc --prune is deprecatedDmitry Potapov2-20/+3
2008-04-23svn-git: Use binmode for reading/writing binary rev mapsMichael Weber1-0/+4
2008-04-23diff options documentation: refer to --diff-filter in --name-statusMiklos Vajna1-1/+2
2008-04-23Don't force imap.host to be set when imap.tunnel is setJeff King1-2/+5
2008-04-23git-clone.txt: Adjust note to --shared for new pruning behavior of git-gcBrandon Casey1-4/+9
2008-04-23git-svn bug with blank commits and author fileThomas Guyot-Sionnest1-2/+1
2008-04-23archive.c: format_subst - fixed bogus argument to memchrAriel Badichi1-2/+2
2008-04-23copy.c: copy_fd - correctly report write errorsAriel Badichi1-4/+4
2008-04-23gitattributes: Fix subdirectory attributes specified from root directoryMatthew Ogilvie2-1/+11
2008-04-22post-receive-email: fix accidental removal of a trailing space in signature lineAndy Parkins1-1/+2
2008-04-22completion: remove use of dashed git commandsDan McGee1-4/+4
2008-04-22completion: allow 'git remote' subcommand completionDan McGee1-0/+1
2008-04-22Escape project names before creating pathinfo URLsmartin f. krafft1-2/+2
2008-04-22Escape project name in regexpmartin f. krafft1-1/+1