summaryrefslogtreecommitdiffstats
path: root/git-clone.sh (unfollow)
Commit message (Expand)AuthorFilesLines
2008-05-09compat/fopen.c: avoid clobbering the system defined fopen macroBrandon Casey1-1/+12
2008-05-08Documentation: bisect: add a few "git bisect run" examplesChristian Couder1-0/+49
2008-05-08Documentation/config.txt: Add git-gui optionsGustaf Hendeby1-0/+30
2008-05-07Documentation: improve "add", "pull" and "format-patch" examplesChristian Couder3-69/+108
2008-05-07Be more careful with objects directory permissions on cloneMark Hills1-1/+4
2008-05-06post-merge: Add it's not executed if merge failed.Jörg Sommer1-1/+2
2008-05-06Documentation: Add create-ignore to git svn manualGustaf Hendeby1-0/+6
2008-05-06git-svn: Make create-ignore use git add -fGustaf Hendeby1-1/+1
2008-05-06INSTALL: add a note about GNU interactive tools has been renamedMiklos Vajna1-0/+4
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-27gitweb: Use feed link according to current viewJakub Narebski2-25/+104
2008-04-27Optimize match_pathspec() to avoid fnmatch()Linus Torvalds1-2/+20
2008-04-27Make ls-remote http://... list HEAD, like for git://...Daniel Barkalow5-2/+43
2008-04-27Make walker.fetch_ref() take a struct ref.Daniel Barkalow6-27/+36
2008-04-26documentation: web--browse: add a note about konquerorChristian Couder1-1/+23
2008-04-26documentation: help: add info about "man.<tool>.cmd" config varChristian Couder2-5/+48
2008-04-26help: use "man.<tool>.cmd" as custom man viewer commandChristian Couder1-18/+40
2008-04-26documentation: help: add "man.<tool>.path" config variableChristian Couder2-0/+13
2008-04-26help: use man viewer path from "man.<tool>.path" config varChristian Couder1-19/+124
2008-04-26Allow cherry-pick (and revert) to add signoff lineDan McGee3-7/+23
2008-04-25remote: create fetch config lines with '+'Jeff King2-0/+11
2008-04-25push: allow unqualified dest refspecs to DWIMJeff King2-3/+69