summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-05-04Cleanup xread() loops to use read_in_full()Heikki Orsila
2008-05-04Merge branch 'maint'Junio C Hamano
2008-05-04Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-05-04checkout: don't rfc2047-encode oneline on detached HEADJeff King
2008-05-03Documentation: hooks: fix missing verb in pre-applypatch descriptionChristian Couder
2008-05-03filter-branch: Documentation fix.Florian Ragwitz
2008-05-03log: print log entry terminator even if the message is emptyAdam Simpkins
2008-05-03Remove dead code: show_log() sep argument and diff_options.msg_sepAdam Simpkins
2008-05-01git-svn: Same default as cvsimport when using --use-log-authorStephen R. van den Berg
2008-04-30Merge branch 'maint'Junio C Hamano
2008-04-30fetch-pack: brown paper bag fixJunio C Hamano
2008-04-30Documentation: point git-prune users to git-gcJeff King
2008-04-30Documentation on --git-dir and --work-treeLiu Yubao
2008-04-30Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila
2008-04-30Documentation gitk: Describe what --merge doesRichard Quirk
2008-04-30Use the modern syntax of git-diff-files in t2002-checkout-cache-u.shAlex Riesen
2008-04-30Add otherwise missing --strict option to unpack-objects summary.Jon Loeliger
2008-04-30git-svn: detect and fail gracefully when dcommitting to a voidMatthieu Moy
2008-04-30make git-status use a pagerBart Trojanowski
2008-04-30Merge branch 'maint'Junio C Hamano
2008-04-30Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-30cvsimport: always pass user data to "system" as a listJeff King
2008-04-30fix reflog approxidate parsing bugJeff King
2008-04-29Fix use after free() in builtin-fetchAlex Riesen
2008-04-28fetch-pack: do not stop traversing an already parsed commitLinus Torvalds
2008-04-28Use "=" instead of "==" in condition as it is more portableAlex Riesen
2008-04-28Die for an early EOF in a file reading loopHeikki Orsila
2008-04-28Document functions xmemdupz(), xread() and xwrite()Heikki Orsila
2008-04-28Merge branch 'maint'Junio C Hamano
2008-04-28clone: detect and fail on excess parametersJunio C Hamano
2008-04-28Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-28Remove 'header' from --signoff option descriptionDan McGee
2008-04-28bash: Add completion for gitk --mergeRichard Quirk
2008-04-27rev-parse: fix --verify to error out when passed junk after a good revChristian Couder
2008-04-27git checkout: add -t alias for --trackMiklos Vajna
2008-04-27rev-parse: teach "--verify" to be quiet when using "-q" or "--quiet"Christian Couder
2008-04-25Merge branch 'ho/shared'Junio C Hamano
2008-04-25Merge branch 'maint'Junio C Hamano
2008-04-25remote: create fetch config lines with '+'Jeff King
2008-04-25push: allow unqualified dest refspecs to DWIMJeff King
2008-04-25Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-25doc/git-gc: add a note about what is collectedJeff King
2008-04-23t5516: remove ambiguity test (1)Jeff King
2008-04-23Linked glossary from cvs-migration pageMatt Graham
2008-04-23write-tree: properly detect failure to write tree objectsJunio C Hamano
2008-04-23Merge branch 'maint'Junio C Hamano
2008-04-23Merge branch 'maint-1.5.4' into maintJunio C Hamano
2008-04-23Amend git-push refspec documentationSam Vilain
2008-04-23git-gc --prune is deprecatedDmitry Potapov
2008-04-23svn-git: Use binmode for reading/writing binary rev mapsMichael Weber